| 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/app-admin/setools/setools-3.3.7-r1.ebuild,v 1.3 2012/05/03 18:02:22 jdhore Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/app-admin/setools/setools-3.3.7-r1.ebuild,v 1.4 2012/05/21 23:21:41 vapier Exp $ |
| 4 | |
4 | |
| 5 | EAPI="2" |
5 | EAPI="2" |
| 6 | PYTHON_DEPEND="python? 2" |
6 | PYTHON_DEPEND="python? 2" |
| 7 | SUPPORT_PYTHON_ABIS="1" |
7 | SUPPORT_PYTHON_ABIS="1" |
| 8 | RESTRICT_PYTHON_ABIS="3.* *-jython" |
8 | RESTRICT_PYTHON_ABIS="3.* *-jython" |
| 9 | |
9 | |
| 10 | inherit autotools java-pkg-opt-2 python |
10 | inherit autotools java-pkg-opt-2 python eutils |
| 11 | |
11 | |
| 12 | DESCRIPTION="SELinux policy tools" |
12 | DESCRIPTION="SELinux policy tools" |
| 13 | HOMEPAGE="http://www.tresys.com/selinux/selinux_policy_tools.shtml" |
13 | HOMEPAGE="http://www.tresys.com/selinux/selinux_policy_tools.shtml" |
| 14 | SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar.bz2" |
14 | SRC_URI="http://oss.tresys.com/projects/setools/chrome/site/dists/${P}/${P}.tar.bz2" |
| 15 | |
15 | |