| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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-process/audit/audit-1.7.4.ebuild,v 1.6 2011/04/02 07:04:53 angelos Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.7 2011/04/04 23:02:19 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI="3" |
5 | EAPI="3" |
| 6 | PYTHON_DEPEND="2" |
6 | PYTHON_DEPEND="2" |
| 7 | |
7 | |
| 8 | inherit autotools multilib toolchain-funcs python |
8 | inherit autotools multilib toolchain-funcs python |
| … | |
… | |
| 11 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
11 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
| 12 | SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" |
12 | SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" |
| 13 | |
13 | |
| 14 | LICENSE="GPL-2" |
14 | LICENSE="GPL-2" |
| 15 | SLOT="0" |
15 | SLOT="0" |
| 16 | KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
16 | KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
| 17 | IUSE="ldap" |
17 | IUSE="ldap" |
| 18 | # Testcases are pretty useless as they are built for RedHat users/groups and |
18 | # Testcases are pretty useless as they are built for RedHat users/groups and |
| 19 | # kernels. |
19 | # kernels. |
| 20 | RESTRICT="test" |
20 | RESTRICT="test" |
| 21 | |
21 | |