| 1 | # Copyright 1999-2006 Gentoo Foundation |
1 | # Copyright 1999-2006 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.251 2006/09/14 07:01:29 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.252 2006/10/05 00:12:07 nyhm Exp $ |
| 4 | # |
4 | # |
| 5 | # This eclass is for general purpose functions that most ebuilds |
5 | # This eclass is for general purpose functions that most ebuilds |
| 6 | # have to implement themselves. |
6 | # have to implement themselves. |
| 7 | # |
7 | # |
| 8 | # NB: If you add anything, please comment it! |
8 | # NB: If you add anything, please comment it! |
| … | |
… | |
| 817 | games) |
817 | games) |
| 818 | case ${catmin} in |
818 | case ${catmin} in |
| 819 | action) type=ActionGame;; |
819 | action) type=ActionGame;; |
| 820 | arcade) type=ArcadeGame;; |
820 | arcade) type=ArcadeGame;; |
| 821 | board) type=BoardGame;; |
821 | board) type=BoardGame;; |
| 822 | kid) type=KidsGame;; |
822 | kids) type=KidsGame;; |
| 823 | emulation) type=Emulator;; |
823 | emulation) type=Emulator;; |
| 824 | puzzle) type=LogicGame;; |
824 | puzzle) type=LogicGame;; |
| 825 | rpg) type=RolePlaying;; |
825 | rpg) type=RolePlaying;; |
| 826 | roguelike) type=RolePlaying;; |
826 | roguelike) type=RolePlaying;; |
| 827 | simulation) type=Simulation;; |
827 | simulation) type=Simulation;; |