| 1 | # Copyright 1999-2005 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.215 2005/10/27 07:28:49 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.216 2005/11/09 05:57:17 mr_bones_ Exp $ |
| 4 | # |
4 | # |
| 5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
5 | # Author: Martin Schlemmer <azarah@gentoo.org> |
| 6 | # |
6 | # |
| 7 | # This eclass is for general purpose functions that most ebuilds |
7 | # This eclass is for general purpose functions that most ebuilds |
| 8 | # have to implement themselves. |
8 | # have to implement themselves. |
| … | |
… | |
| 848 | type="Network;${type}" |
848 | type="Network;${type}" |
| 849 | ;; |
849 | ;; |
| 850 | |
850 | |
| 851 | sci) |
851 | sci) |
| 852 | case ${catmin} in |
852 | case ${catmin} in |
| 853 | astro*) type=Astronomoy;; |
853 | astro*) type=Astronomy;; |
| 854 | bio*) type=Biology;; |
854 | bio*) type=Biology;; |
| 855 | calc*) type=Calculator;; |
855 | calc*) type=Calculator;; |
| 856 | chem*) type=Chemistry;; |
856 | chem*) type=Chemistry;; |
| 857 | geo*) type=Geology;; |
857 | geo*) type=Geology;; |
| 858 | math*) type=Math;; |
858 | math*) type=Math;; |