| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/sys-apps/gradm/Attic/gradm-2.2.1.201012301333-r1.ebuild,v 1.3 2012/05/23 23:06:07 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/Attic/gradm-2.2.1.201012301333-r1.ebuild,v 1.4 2012/12/11 16:27:09 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | EAPI=2 |
5 | EAPI=2 |
| 6 | |
6 | |
| 7 | inherit flag-o-matic toolchain-funcs versionator eutils |
7 | inherit flag-o-matic toolchain-funcs versionator eutils |
| 8 | |
8 | |
| … | |
… | |
| 15 | |
15 | |
| 16 | SLOT="0" |
16 | SLOT="0" |
| 17 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" |
17 | KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" |
| 18 | IUSE="pam" |
18 | IUSE="pam" |
| 19 | |
19 | |
| 20 | CDEPEND="sys-fs/udev" |
20 | CDEPEND="virtual/udev" |
| 21 | RDEPEND="${CDEPEND}" |
21 | RDEPEND="${CDEPEND}" |
| 22 | DEPEND=" |
22 | DEPEND=" |
| 23 | ${CDEPEND} |
23 | ${CDEPEND} |
| 24 | sys-devel/bison |
24 | sys-devel/bison |
| 25 | sys-devel/flex |
25 | sys-devel/flex |