Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/ldns-utils/
Date: Fri, 24 Dec 2021 10:57:45
Message-Id: 1640342341.a79d05388df5371e366ea067b8a55ac315d42c6d.mschiff@gentoo
1 commit: a79d05388df5371e366ea067b8a55ac315d42c6d
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 22 22:19:14 2021 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 10:39:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a79d0538
7
8 net-dns/ldns-utils: drop 1.7.1, 1.8.0-r1
9
10 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
11 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
12
13 net-dns/ldns-utils/Manifest | 2 -
14 net-dns/ldns-utils/ldns-utils-1.7.1.ebuild | 68 -----------------------
15 net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild | 80 ---------------------------
16 3 files changed, 150 deletions(-)
17
18 diff --git a/net-dns/ldns-utils/Manifest b/net-dns/ldns-utils/Manifest
19 deleted file mode 100644
20 index a296b9b972ad..000000000000
21 --- a/net-dns/ldns-utils/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST ldns-1.7.1.tar.gz 1244394 BLAKE2B 8f2d9c6e34c4f13924ce1531a5757c4a619fc31ebc5a0a3d4aaf43fcfc8b53e8f371984b1c60ab74f735a05a9ca0710fc29a40fffeaef66eb54395eb3a727a0d SHA512 e8f72a4ff4aa544acac5e7be9a8ba38c6b8d388bb26f9a0ed04c1a921622f8582cc8539beafc76a29187a55c94069b7c1875e77522e1a7e7bb3e297dd1e4c2b7
25 -DIST ldns-1.8.0.tar.gz 1283220 BLAKE2B f916a8c76d788ac7c52aea8bfe675ad4c614a0c6fb011b61f5a27d4a5dc1a2adb33b5c6992b4813b3758c9b7cceab1c77f8c1d66baaa4de993f23888bce69df1 SHA512 54b306160bb7fd76d181f4be0a13134017f6f98ae96e0c954409f31f262e9dbe611c4b76fb6dff47bb6155c652ed8d026b52a50dfcf611e54d9c204b314c4fd6
26
27 diff --git a/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild b/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild
28 deleted file mode 100644
29 index b0313d3adfbd..000000000000
30 --- a/net-dns/ldns-utils/ldns-utils-1.7.1.ebuild
31 +++ /dev/null
32 @@ -1,68 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -MY_P=${P/-utils}
39 -
40 -DESCRIPTION="Set of utilities to simplify various dns(sec) tasks"
41 -HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
42 -SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86"
47 -IUSE="+dane ecdsa ed25519 ed448 examples gost ssl"
48 -
49 -REQUIRED_USE="
50 - ecdsa? ( ssl )
51 - ed25519? ( ssl )
52 - ed448? ( ssl )
53 - dane? ( ssl )
54 - gost? ( ssl )
55 -"
56 -
57 -DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,ed25519?,ed448?,gost?]
58 - examples? ( net-libs/libpcap )"
59 -RDEPEND="${DEPEND}"
60 -
61 -RESTRICT="test"
62 -
63 -S=${WORKDIR}/${MY_P}
64 -
65 -src_configure() {
66 - # >=openssl-1.1.0 required for dane-ta
67 - if has_version "<dev-libs/openssl-1.1.0" ; then
68 - local dane_ta_usage="--disable-dane-ta-usage"
69 - else
70 - local dane_ta_usage=""
71 - fi
72 -
73 - ECONF_SOURCE=${S} \
74 - econf \
75 - --with-drill \
76 - $(use_with ssl) \
77 - $(use_with examples) \
78 - $(use_enable dane) \
79 - $(use_enable ecdsa) \
80 - $(use_enable ed25519) \
81 - $(use_enable ed448) \
82 - $(use_enable gost) \
83 - $(use_enable ssl sha2) \
84 - $dane_ta_usage
85 -}
86 -
87 -src_compile() {
88 - default
89 -}
90 -
91 -src_install() {
92 - #cd "${S}"/drill
93 - emake DESTDIR="${D}" install-drill
94 - dodoc drill/{ChangeLog.22-nov-2005,README,REGRESSIONS}
95 -
96 - if use examples; then
97 - emake DESTDIR="${D}" install-examples
98 - newdoc examples/README README.examples
99 - fi
100 -}
101
102 diff --git a/net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild b/net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild
103 deleted file mode 100644
104 index b7516aaa9282..000000000000
105 --- a/net-dns/ldns-utils/ldns-utils-1.8.0-r1.ebuild
106 +++ /dev/null
107 @@ -1,80 +0,0 @@
108 -# Copyright 1999-2021 Gentoo Authors
109 -# Distributed under the terms of the GNU General Public License v2
110 -
111 -EAPI=8
112 -
113 -inherit autotools
114 -
115 -MY_P=${P/-utils}
116 -
117 -DESCRIPTION="Set of utilities to simplify various dns(sec) tasks"
118 -HOMEPAGE="http://www.nlnetlabs.nl/projects/ldns/"
119 -SRC_URI="http://www.nlnetlabs.nl/downloads/ldns/${MY_P}.tar.gz"
120 -
121 -LICENSE="BSD"
122 -SLOT="0"
123 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
124 -IUSE="+dane ecdsa ed25519 ed448 examples gost ssl"
125 -
126 -REQUIRED_USE="
127 - ecdsa? ( ssl )
128 - ed25519? ( ssl )
129 - ed448? ( ssl )
130 - dane? ( ssl )
131 - gost? ( ssl )
132 -"
133 -
134 -DEPEND=">=net-libs/ldns-${PV}[dane?,ecdsa?,ed25519?,ed448?,gost?]
135 - examples? ( net-libs/libpcap )"
136 -RDEPEND="${DEPEND}"
137 -
138 -RESTRICT="test"
139 -
140 -S=${WORKDIR}/${MY_P}
141 -
142 -src_prepare() {
143 - # backport https://github.com/NLnetLabs/ldns/commit/bc9d017f6fd8b6b5d2ff6e4489a2931d0aab8184
144 - sed -i 's/AC_SUBST(VERSION_INFO.*/AC_SUBST(VERSION_INFO, [5:0:2])/' "${S}"/configure.ac || die 'could not patch configure.ac'
145 -
146 - default
147 -}
148 -
149 -src_configure() {
150 - eautoreconf
151 -
152 - # >=openssl-1.1.0 required for dane-ta
153 - if has_version "<dev-libs/openssl-1.1.0" ; then
154 - local dane_ta_usage="--disable-dane-ta-usage"
155 - else
156 - local dane_ta_usage=""
157 - fi
158 -
159 - ECONF_SOURCE=${S} \
160 - econf \
161 - --with-drill \
162 - $(use_with ssl) \
163 - $(use_with examples) \
164 - $(use_enable dane) \
165 - $(use_enable ecdsa) \
166 - $(use_enable ed25519) \
167 - $(use_enable ed448) \
168 - $(use_enable gost) \
169 - $(use_enable ssl sha2) \
170 - $dane_ta_usage
171 -
172 -}
173 -
174 -src_compile() {
175 - default
176 -}
177 -
178 -src_install() {
179 - #cd "${S}"/drill
180 - emake DESTDIR="${D}" install-drill
181 - dodoc drill/{ChangeLog.22-nov-2005,README,REGRESSIONS}
182 -
183 - if use examples; then
184 - emake DESTDIR="${D}" install-examples
185 - newdoc examples/README README.examples
186 - fi
187 -}