Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 255112 - eutils.eclass: menu Science is missing, prefer Education
Summary: eutils.eclass: menu Science is missing, prefer Education
Status: RESOLVED DUPLICATE of bug 191000
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 23:43 UTC by Jimmy.Jazz
Modified: 2009-04-20 08:27 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jimmy.Jazz 2009-01-15 23:43:41 UTC
Many packages have their entry in the menu "Other" because Science submenu  doesn't exist. It affects sci-misc/boinc, sci-geosciences/merkaartor, sci-electronics/pcb for instance.

Please add the word Education in the eclass so that they will be put in the Education menu.

--- /usr/portage/eclass/eutils.eclass.orig	2009-01-16 00:24:55.004728185 +0100
+++ /usr/portage/eclass/eutils.eclass	2009-01-16 00:25:07.138728544 +0100
@@ -876,7 +876,7 @@
 					visual*) type=DataVisualization;;
 					*)		 type=;;
 				esac
-				type="Science;${type}"
+				type="Education;Science;${type}"
 				;;


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2009-04-20 08:27:43 UTC

*** This bug has been marked as a duplicate of bug 191000 ***