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/checkpolicy/Attic/checkpolicy-2.1.8.ebuild,v 1.1 2012/03/31 11:02:00 swift Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/checkpolicy/Attic/checkpolicy-2.1.8.ebuild,v 1.2 2012/04/29 10:08:55 swift Exp $ |
4 | |
4 | |
5 | inherit toolchain-funcs |
5 | inherit toolchain-funcs |
6 | |
6 | |
7 | SEPOL_VER="2.1.4" |
7 | SEPOL_VER="2.1.4" |
8 | SEMNG_VER="2.1.6" |
8 | SEMNG_VER="2.1.6" |
… | |
… | |
11 | HOMEPAGE="http://userspace.selinuxproject.org" |
11 | HOMEPAGE="http://userspace.selinuxproject.org" |
12 | SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz" |
12 | SRC_URI="http://userspace.selinuxproject.org/releases/20120216/${P}.tar.gz" |
13 | |
13 | |
14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
15 | SLOT="0" |
15 | SLOT="0" |
16 | KEYWORDS="~amd64 ~x86" |
16 | KEYWORDS="amd64 x86" |
17 | IUSE="debug" |
17 | IUSE="debug" |
18 | |
18 | |
19 | DEPEND=">=sys-libs/libsepol-${SEPOL_VER} |
19 | DEPEND=">=sys-libs/libsepol-${SEPOL_VER} |
20 | >=sys-libs/libsemanage-${SEMNG_VER} |
20 | >=sys-libs/libsemanage-${SEMNG_VER} |
21 | sys-devel/flex |
21 | sys-devel/flex |