Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/audit/
Date: Fri, 26 May 2017 22:54:54
Message-Id: 1495839240.392aafd2579f60bb2c5c64bc8dbd2958bfe3ea23.soap@gentoo
1 commit: 392aafd2579f60bb2c5c64bc8dbd2958bfe3ea23
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 26 22:48:22 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri May 26 22:54:00 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=392aafd2
7
8 sys-process/audit: [QA] Add missing python metadata variables
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 sys-process/audit/audit-2.6.4.ebuild | 11 ++++-------
13 sys-process/audit/audit-2.7.1.ebuild | 11 ++++-------
14 2 files changed, 8 insertions(+), 14 deletions(-)
15
16 diff --git a/sys-process/audit/audit-2.6.4.ebuild b/sys-process/audit/audit-2.6.4.ebuild
17 index b19cfd0a017..e83cf86b2dd 100644
18 --- a/sys-process/audit/audit-2.6.4.ebuild
19 +++ b/sys-process/audit/audit-2.6.4.ebuild
20 @@ -15,22 +15,19 @@ LICENSE="GPL-2"
21 SLOT="0"
22 KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
23 IUSE="gssapi ldap python static-libs"
24 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
25 # Testcases are pretty useless as they are built for RedHat users/groups and kernels.
26 RESTRICT="test"
27
28 RDEPEND="gssapi? ( virtual/krb5 )
29 ldap? ( net-nds/openldap )
30 - sys-libs/libcap-ng"
31 + sys-libs/libcap-ng
32 + python? ( ${PYTHON_DEPS} )"
33 DEPEND="${RDEPEND}
34 >=sys-kernel/linux-headers-2.6.34
35 - python? (
36 - ${PYTHON_DEPS}
37 - dev-lang/swig:0
38 - )"
39 + python? ( dev-lang/swig:0 )"
40 # Do not use os-headers as this is linux specific
41
42 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
43 -
44 CONFIG_CHECK="~AUDIT"
45
46 pkg_setup() {
47
48 diff --git a/sys-process/audit/audit-2.7.1.ebuild b/sys-process/audit/audit-2.7.1.ebuild
49 index 04b917cb1c7..85a1f9a420f 100644
50 --- a/sys-process/audit/audit-2.7.1.ebuild
51 +++ b/sys-process/audit/audit-2.7.1.ebuild
52 @@ -15,22 +15,19 @@ LICENSE="GPL-2"
53 SLOT="0"
54 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
55 IUSE="gssapi ldap python static-libs"
56 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
57 # Testcases are pretty useless as they are built for RedHat users/groups and kernels.
58 RESTRICT="test"
59
60 RDEPEND="gssapi? ( virtual/krb5 )
61 ldap? ( net-nds/openldap )
62 - sys-libs/libcap-ng"
63 + sys-libs/libcap-ng
64 + python? ( ${PYTHON_DEPS} )"
65 DEPEND="${RDEPEND}
66 >=sys-kernel/linux-headers-2.6.34
67 - python? (
68 - ${PYTHON_DEPS}
69 - dev-lang/swig:0
70 - )"
71 + python? ( dev-lang/swig:0 )"
72 # Do not use os-headers as this is linux specific
73
74 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
75 -
76 CONFIG_CHECK="~AUDIT"
77
78 pkg_setup() {