summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-21 23:23:36 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-21 23:23:36 +0000
commitf6d3fec60f6c7fc72123af7c12f743ae044e0984 (patch)
tree46d396cb7236a3a4c2ccc816fdf6fa258767210d /sys-process/audit
parentRemove old (diff)
downloadgentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.tar.gz
gentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.tar.bz2
gentoo-2-f6d3fec60f6c7fc72123af7c12f743ae044e0984.zip
Inherit eutils for epatch.
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/audit')
-rw-r--r--sys-process/audit/ChangeLog7
-rw-r--r--sys-process/audit/audit-1.7.17.ebuild4
-rw-r--r--sys-process/audit/audit-1.7.4.ebuild4
-rw-r--r--sys-process/audit/audit-2.0.5.ebuild4
-rw-r--r--sys-process/audit/audit-2.1.3-r1.ebuild4
-rw-r--r--sys-process/audit/audit-2.1.3.ebuild4
6 files changed, 16 insertions, 11 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog
index 5a31904941fd..5f46416905ca 100644
--- a/sys-process/audit/ChangeLog
+++ b/sys-process/audit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/audit
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.74 2012/05/21 19:31:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.75 2012/05/21 23:23:36 vapier Exp $
+
+ 21 May 2012; Mike Frysinger <vapier@gentoo.org> audit-1.7.17.ebuild,
+ audit-1.7.4.ebuild, audit-2.0.5.ebuild, audit-2.1.3-r1.ebuild,
+ audit-2.1.3.ebuild:
+ Inherit eutils for epatch.
21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> audit-1.7.17.ebuild,
audit-1.7.4.ebuild:
diff --git a/sys-process/audit/audit-1.7.17.ebuild b/sys-process/audit/audit-1.7.17.ebuild
index 79cc37fd8bd7..3a6d788f1205 100644
--- a/sys-process/audit/audit-1.7.17.ebuild
+++ b/sys-process/audit/audit-1.7.17.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.5 2012/05/21 19:31:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.17.ebuild,v 1.6 2012/05/21 23:23:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit autotools eutils multilib toolchain-funcs python
+inherit autotools eutils multilib toolchain-funcs python eutils
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
diff --git a/sys-process/audit/audit-1.7.4.ebuild b/sys-process/audit/audit-1.7.4.ebuild
index ab90e570f6ad..6d56388c6afc 100644
--- a/sys-process/audit/audit-1.7.4.ebuild
+++ b/sys-process/audit/audit-1.7.4.ebuild
@@ -1,11 +1,11 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.11 2012/05/21 19:31:42 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-1.7.4.ebuild,v 1.12 2012/05/21 23:23:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit autotools eutils multilib toolchain-funcs python
+inherit autotools eutils multilib toolchain-funcs python eutils
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
diff --git a/sys-process/audit/audit-2.0.5.ebuild b/sys-process/audit/audit-2.0.5.ebuild
index c6a4a1f96bbc..1d33303e7648 100644
--- a/sys-process/audit/audit-2.0.5.ebuild
+++ b/sys-process/audit/audit-2.0.5.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.7 2012/02/26 04:05:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.0.5.ebuild,v 1.8 2012/05/21 23:23:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-inherit autotools multilib toolchain-funcs python linux-info
+inherit autotools multilib toolchain-funcs python linux-info eutils
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
diff --git a/sys-process/audit/audit-2.1.3-r1.ebuild b/sys-process/audit/audit-2.1.3-r1.ebuild
index 90e9a19d88c6..bc0170e97c0b 100644
--- a/sys-process/audit/audit-2.1.3-r1.ebuild
+++ b/sys-process/audit/audit-2.1.3-r1.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3-r1.ebuild,v 1.2 2012/02/26 04:05:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3-r1.ebuild,v 1.3 2012/05/21 23:23:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="python? 2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-inherit autotools multilib toolchain-funcs python linux-info
+inherit autotools multilib toolchain-funcs python linux-info eutils
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"
diff --git a/sys-process/audit/audit-2.1.3.ebuild b/sys-process/audit/audit-2.1.3.ebuild
index 29a0bcb0b971..c20561abd952 100644
--- a/sys-process/audit/audit-2.1.3.ebuild
+++ b/sys-process/audit/audit-2.1.3.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3.ebuild,v 1.3 2012/02/26 04:05:50 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-2.1.3.ebuild,v 1.4 2012/05/21 23:23:36 vapier Exp $
EAPI="3"
PYTHON_DEPEND="2"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-jython 2.7-pypy-*"
-inherit autotools multilib toolchain-funcs python linux-info
+inherit autotools multilib toolchain-funcs python linux-info eutils
DESCRIPTION="Userspace utilities for storing and processing auditing records"
HOMEPAGE="http://people.redhat.com/sgrubb/audit/"