| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2010 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.1 2008/05/25 04:35:40 robbat2 Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.2 2010/05/29 17:40:26 armin76 Exp $ |
| 4 | |
4 | |
| 5 | inherit autotools multilib toolchain-funcs python |
5 | inherit autotools multilib toolchain-funcs python |
| 6 | |
6 | |
| 7 | DESCRIPTION="Userspace utilities for storing and processing auditing records" |
7 | DESCRIPTION="Userspace utilities for storing and processing auditing records" |
| 8 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
8 | HOMEPAGE="http://people.redhat.com/sgrubb/audit/" |
| 9 | SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" |
9 | SRC_URI="http://people.redhat.com/sgrubb/audit/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
13 | KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" |
| 14 | IUSE="ldap" |
14 | IUSE="ldap" |
| 15 | # Testcases are pretty useless as they are built for RedHat users/groups and |
15 | # Testcases are pretty useless as they are built for RedHat users/groups and |
| 16 | # kernels. |
16 | # kernels. |
| 17 | RESTRICT="test" |
17 | RESTRICT="test" |
| 18 | |
18 | |