Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/opendnssec/
Date: Sat, 02 Sep 2017 14:56:19
Message-Id: 1504364167.c7b9318b87a0eb228ca8a4bfd0879fecb966c976.kensington@gentoo
1 commit: c7b9318b87a0eb228ca8a4bfd0879fecb966c976
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Thu Aug 24 21:09:50 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 2 14:56:07 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7b9318b
7
8 net-dns/opendnssec: update make.conf path, #624534
9
10 Gentoo-Bug 624534
11
12 net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild | 4 ++--
13 net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild | 4 ++--
14 net-dns/opendnssec/opendnssec-1.4.8.2.ebuild | 4 ++--
15 net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild | 4 ++--
16 net-dns/opendnssec/opendnssec-2.0.3.ebuild | 4 ++--
17 5 files changed, 10 insertions(+), 10 deletions(-)
18
19 diff --git a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
20 index ebbc2fc2f69..d4bfd0296b7 100644
21 --- a/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
22 +++ b/net-dns/opendnssec/opendnssec-1.3.18-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2016 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -99,7 +99,7 @@ check_pkcs11_setup() {
30 ewarn " for AEP Keyper, set: PKCS11_AEPKEYPER=<path>"
31 ewarn "Example:"
32 ewarn " PKCS11_ETOKEN=\"/opt/etoken/lib/libeTPkcs11.so\" emerge -pv opendnssec"
33 - ewarn "or store the variable into /etc/make.conf"
34 + ewarn "or store the variable into /etc/portage/make.conf"
35 die "USE flag 'external-hsm' set but no PKCS#11 library path specified."
36 fi
37 elog "Building with external PKCS#11 library support ($PKCS11_LIB): ${PKCS11_PATH}"
38
39 diff --git a/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild b/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild
40 index 437cd22d787..68d85cf8be5 100644
41 --- a/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild
42 +++ b/net-dns/opendnssec/opendnssec-1.4.12-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=5
49 @@ -95,7 +95,7 @@ check_pkcs11_setup() {
50 ewarn " for AEP Keyper, set: PKCS11_AEPKEYPER=<path>"
51 ewarn "Example:"
52 ewarn " PKCS11_ETOKEN=\"/opt/etoken/lib/libeTPkcs11.so\" emerge -pv opendnssec"
53 - ewarn "or store the variable into /etc/make.conf"
54 + ewarn "or store the variable into /etc/portage/make.conf"
55 die "USE flag 'external-hsm' set but no PKCS#11 library path specified."
56 fi
57 elog "Building with external PKCS#11 library support ($PKCS11_LIB): ${PKCS11_PATH}"
58
59 diff --git a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
60 index f960e163421..c83f258bb10 100644
61 --- a/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
62 +++ b/net-dns/opendnssec/opendnssec-1.4.8.2.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2016 Gentoo Foundation
65 +# Copyright 1999-2017 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=5
69 @@ -95,7 +95,7 @@ check_pkcs11_setup() {
70 ewarn " for AEP Keyper, set: PKCS11_AEPKEYPER=<path>"
71 ewarn "Example:"
72 ewarn " PKCS11_ETOKEN=\"/opt/etoken/lib/libeTPkcs11.so\" emerge -pv opendnssec"
73 - ewarn "or store the variable into /etc/make.conf"
74 + ewarn "or store the variable into /etc/portage/make.conf"
75 die "USE flag 'external-hsm' set but no PKCS#11 library path specified."
76 fi
77 elog "Building with external PKCS#11 library support ($PKCS11_LIB): ${PKCS11_PATH}"
78
79 diff --git a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
80 index 68a95e0f739..f4ecf0b3f3e 100644
81 --- a/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
82 +++ b/net-dns/opendnssec/opendnssec-2.0.1-r1.ebuild
83 @@ -1,4 +1,4 @@
84 -# Copyright 1999-2016 Gentoo Foundation
85 +# Copyright 1999-2017 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87
88 EAPI=5
89 @@ -96,7 +96,7 @@ check_pkcs11_setup() {
90 ewarn " for AEP Keyper, set: PKCS11_AEPKEYPER=<path>"
91 ewarn "Example:"
92 ewarn " PKCS11_ETOKEN=\"/opt/etoken/lib/libeTPkcs11.so\" emerge -pv opendnssec"
93 - ewarn "or store the variable into /etc/make.conf"
94 + ewarn "or store the variable into /etc/portage/make.conf"
95 die "USE flag 'external-hsm' set but no PKCS#11 library path specified."
96 fi
97 elog "Building with external PKCS#11 library support ($PKCS11_LIB): ${PKCS11_PATH}"
98
99 diff --git a/net-dns/opendnssec/opendnssec-2.0.3.ebuild b/net-dns/opendnssec/opendnssec-2.0.3.ebuild
100 index 68a95e0f739..f4ecf0b3f3e 100644
101 --- a/net-dns/opendnssec/opendnssec-2.0.3.ebuild
102 +++ b/net-dns/opendnssec/opendnssec-2.0.3.ebuild
103 @@ -1,4 +1,4 @@
104 -# Copyright 1999-2016 Gentoo Foundation
105 +# Copyright 1999-2017 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107
108 EAPI=5
109 @@ -96,7 +96,7 @@ check_pkcs11_setup() {
110 ewarn " for AEP Keyper, set: PKCS11_AEPKEYPER=<path>"
111 ewarn "Example:"
112 ewarn " PKCS11_ETOKEN=\"/opt/etoken/lib/libeTPkcs11.so\" emerge -pv opendnssec"
113 - ewarn "or store the variable into /etc/make.conf"
114 + ewarn "or store the variable into /etc/portage/make.conf"
115 die "USE flag 'external-hsm' set but no PKCS#11 library path specified."
116 fi
117 elog "Building with external PKCS#11 library support ($PKCS11_LIB): ${PKCS11_PATH}"