Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, net-vpn/miredo/files/, profiles/updates/, net-vpn/miredo/
Date: Thu, 13 Sep 2018 16:22:39
Message-Id: 1536855730.528ab771abdd0d7d44ce80f970bb601ae3f927a8.mgorny@gentoo
1 commit: 528ab771abdd0d7d44ce80f970bb601ae3f927a8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 13 16:21:46 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 13 16:22:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528ab771
7
8 net-vpn/miredo: Remove last-rited pkg
9
10 Bug: https://bugs.gentoo.org/642568
11
12 net-vpn/miredo/Manifest | 2 -
13 .../files/miredo-1.2.5-configure-libcap.diff | 33 ------------
14 net-vpn/miredo/files/miredo-1.2.5-ip-path.patch | 28 ----------
15 net-vpn/miredo/files/miredo.conf.2 | 2 -
16 net-vpn/miredo/files/miredo.rc.2 | 13 -----
17 net-vpn/miredo/metadata.xml | 14 -----
18 net-vpn/miredo/miredo-1.2.5-r2.ebuild | 60 ----------------------
19 net-vpn/miredo/miredo-1.2.6.ebuild | 60 ----------------------
20 profiles/package.mask | 5 --
21 profiles/updates/1Q-2017 | 1 -
22 10 files changed, 218 deletions(-)
23
24 diff --git a/net-vpn/miredo/Manifest b/net-vpn/miredo/Manifest
25 deleted file mode 100644
26 index c29f4fc5a62..00000000000
27 --- a/net-vpn/miredo/Manifest
28 +++ /dev/null
29 @@ -1,2 +0,0 @@
30 -DIST miredo-1.2.5.tar.xz 474236 BLAKE2B 8766771c950ada7b172287595a93a4a14aec75d256d0b4e862097edad06faf805423de99ade00e796d3e91c130d6e069fa381abe7a49db80e5f8ed16fbfdf9c1 SHA512 94bc71b7093783ad103a0aceb95ad3de1739e4ec1d763b3c6cea9bb1768f55359448957f623ee3f966955c555bb9f71ff0216d9d4e8d2ff244bb058731702c70
31 -DIST miredo-1.2.6.tar.xz 477668 BLAKE2B ca6ddc90badcaed16e3925c4e67c0770bdcb909a97ddf48d8f6ee3c27ad6a7078c33edf94f6e491a4d7bab02b7b35a6006a778248fa0fd86efec973e56695c5d SHA512 9cbc604aecde566f921834a220be7675981e1c603cbcc81c3e2e9c58fdcdae2e78ec6ffc180939d5b8f6d7598ba3967270532b2c0c04de8b688a86c436719caf
32
33 diff --git a/net-vpn/miredo/files/miredo-1.2.5-configure-libcap.diff b/net-vpn/miredo/files/miredo-1.2.5-configure-libcap.diff
34 deleted file mode 100644
35 index cffdbf1e562..00000000000
36 --- a/net-vpn/miredo/files/miredo-1.2.5-configure-libcap.diff
37 +++ /dev/null
38 @@ -1,33 +0,0 @@
39 ---- configure.ac.ori 2012-06-14 21:55:13.756603416 +0200
40 -+++ configure.ac 2012-06-14 23:12:01.425399836 +0200
41 -@@ -150,16 +150,23 @@
42 -
43 - # POSIX capabilities
44 - LIBCAP=""
45 --AC_CHECK_HEADERS([sys/capability.h], [
46 -- AC_CHECK_LIB(cap, cap_set_proc, [
47 -- LIBCAP="-lcap"
48 -- AC_DEFINE(HAVE_LIBCAP, 1,
49 -- [Define to 1 if you have the `cap' library (-lcap).])
50 -- ])
51 -+AC_ARG_WITH(libcap,
52 -+ AS_HELP_STRING([--with-libcap], [enable POSIX 1003.1e capabilities]),
53 -+ with_libcap=$withval,
54 -+ with_libcap=auto)
55 -+AC_MSG_CHECKING([whether to enable POSIX 1003.1e capabilities])
56 -+AC_MSG_RESULT($with_libcap)
57 -+
58 -+AS_IF([test "x$with_libcap" != "xno"], [
59 -+ AC_CHECK_HEADERS([sys/capability.h])
60 -+ AC_CHECK_LIB(cap, cap_set_proc, [
61 -+ LIBCAP="-lcap"
62 -+ AC_DEFINE(HAVE_LIBCAP, 1,
63 -+ [Define to 1 if you have the cap library (-lcap).])
64 -+ ])
65 - ])
66 - AC_SUBST(LIBCAP)
67 -
68 --
69 - # Judy
70 - AC_ARG_WITH(Judy,
71 - [AS_HELP_STRING(--with-Judy,
72
73 diff --git a/net-vpn/miredo/files/miredo-1.2.5-ip-path.patch b/net-vpn/miredo/files/miredo-1.2.5-ip-path.patch
74 deleted file mode 100644
75 index 1d7b0fc39f6..00000000000
76 --- a/net-vpn/miredo/files/miredo-1.2.5-ip-path.patch
77 +++ /dev/null
78 @@ -1,28 +0,0 @@
79 -Index: miredo-1.2.5/misc/client-hook.iproute
80 -===================================================================
81 ---- miredo-1.2.5.orig/misc/client-hook.iproute
82 -+++ miredo-1.2.5/misc/client-hook.iproute
83 -@@ -5,7 +5,10 @@
84 - # Distributed under the terms of the GNU General Public License version 2.
85 -
86 - # Linux iproute2 path:
87 --IP="/sbin/ip"
88 -+IP="ip"
89 -+
90 -+test -x "/sbin/ip" && IP=/sbin/ip
91 -+test -x "/bin/ip" && IP=/bin/ip
92 -
93 - # Linux default route default metric is 1024
94 - # (we put 1029 so that Teredo is used as a last resort):
95 -@@ -23,11 +26,6 @@ PRIO=32765
96 - # (default: specified by the Teredo server, or 1280)
97 - #MTU=1400
98 -
99 --if ! test -x "$IP"; then
100 -- echo "$0: iproute2 is required! Please install it." >&2
101 -- exit 1
102 --fi
103 --
104 - # Nothing to do with destroy event
105 - if test "$STATE" = "destroy"; then exit 0; fi
106 -
107
108 diff --git a/net-vpn/miredo/files/miredo.conf.2 b/net-vpn/miredo/files/miredo.conf.2
109 deleted file mode 100644
110 index f4ef08a2311..00000000000
111 --- a/net-vpn/miredo/files/miredo.conf.2
112 +++ /dev/null
113 @@ -1,2 +0,0 @@
114 -# Options to pass to the daemon
115 -EXTRA_OPTS=""
116
117 diff --git a/net-vpn/miredo/files/miredo.rc.2 b/net-vpn/miredo/files/miredo.rc.2
118 deleted file mode 100644
119 index c0ae6d0d149..00000000000
120 --- a/net-vpn/miredo/files/miredo.rc.2
121 +++ /dev/null
122 @@ -1,13 +0,0 @@
123 -#!/sbin/openrc-run
124 -# Copyright 1999-2013 Gentoo Foundation
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -depend() {
128 - need localmount
129 - after net modules
130 - use dns logger
131 -}
132 -
133 -command=/usr/sbin/${SVCNAME}
134 -command_args="${MIREDO_OPTS}"
135 -pidfile=/var/run/${SVCNAME}.pid
136
137 diff --git a/net-vpn/miredo/metadata.xml b/net-vpn/miredo/metadata.xml
138 deleted file mode 100644
139 index 52ee8970cb9..00000000000
140 --- a/net-vpn/miredo/metadata.xml
141 +++ /dev/null
142 @@ -1,14 +0,0 @@
143 -<?xml version="1.0" encoding="UTF-8"?>
144 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
145 -<pkgmetadata>
146 -<maintainer type="person">
147 - <email>xmw@g.o</email>
148 - <name>Michael Weber</name>
149 -</maintainer>
150 -<longdescription lang="en">
151 -Miredo is an open-source Teredo IPv6 tunneling software, for Linux and the
152 -BSD operating systems. It includes functional implementations of all
153 -components of the Teredo specification (client, relay and server). It is
154 -meant to provide IPv6 connectivity even from behind NAT devices.
155 -</longdescription>
156 -</pkgmetadata>
157
158 diff --git a/net-vpn/miredo/miredo-1.2.5-r2.ebuild b/net-vpn/miredo/miredo-1.2.5-r2.ebuild
159 deleted file mode 100644
160 index 74773d853de..00000000000
161 --- a/net-vpn/miredo/miredo-1.2.5-r2.ebuild
162 +++ /dev/null
163 @@ -1,60 +0,0 @@
164 -# Copyright 1999-2014 Gentoo Foundation
165 -# Distributed under the terms of the GNU General Public License v2
166 -
167 -EAPI=4
168 -
169 -inherit autotools eutils linux-info user
170 -
171 -DESCRIPTION="Miredo is an open-source Teredo IPv6 tunneling software"
172 -HOMEPAGE="http://www.remlab.net/miredo/"
173 -SRC_URI="http://www.remlab.net/files/${PN}/${P}.tar.xz"
174 -
175 -LICENSE="GPL-2"
176 -SLOT="0"
177 -KEYWORDS="amd64 x86"
178 -IUSE="+caps"
179 -
180 -RDEPEND="sys-apps/iproute2
181 - dev-libs/judy
182 - caps? ( sys-libs/libcap )"
183 -DEPEND="${RDEPEND}
184 - app-arch/xz-utils"
185 -
186 -CONFIG_CHECK="~IPV6" #318777
187 -
188 -#tries to connect to external networks (#339180)
189 -RESTRICT="test"
190 -
191 -DOCS=( AUTHORS ChangeLog NEWS README TODO THANKS )
192 -
193 -src_prepare() {
194 - epatch "${FILESDIR}"/${P}-configure-libcap.diff
195 - epatch "${FILESDIR}"/${P}-ip-path.patch
196 - eautoreconf
197 -}
198 -
199 -src_configure() {
200 - econf \
201 - --disable-static \
202 - --enable-miredo-user \
203 - --localstatedir=/var \
204 - $(use_with caps libcap)
205 -}
206 -
207 -src_install() {
208 - default
209 - prune_libtool_files
210 -
211 - newinitd "${FILESDIR}"/miredo.rc.2 miredo
212 - newconfd "${FILESDIR}"/miredo.conf.2 miredo
213 - newinitd "${FILESDIR}"/miredo.rc.2 miredo-server
214 - newconfd "${FILESDIR}"/miredo.conf.2 miredo-server
215 -
216 - insinto /etc/miredo
217 - doins misc/miredo-server.conf
218 -}
219 -
220 -pkg_preinst() {
221 - enewgroup miredo
222 - enewuser miredo -1 -1 /var/empty miredo
223 -}
224
225 diff --git a/net-vpn/miredo/miredo-1.2.6.ebuild b/net-vpn/miredo/miredo-1.2.6.ebuild
226 deleted file mode 100644
227 index 63494b5abd3..00000000000
228 --- a/net-vpn/miredo/miredo-1.2.6.ebuild
229 +++ /dev/null
230 @@ -1,60 +0,0 @@
231 -# Copyright 1999-2014 Gentoo Foundation
232 -# Distributed under the terms of the GNU General Public License v2
233 -
234 -EAPI=4
235 -
236 -inherit autotools eutils linux-info user
237 -
238 -DESCRIPTION="Miredo is an open-source Teredo IPv6 tunneling software"
239 -HOMEPAGE="http://www.remlab.net/miredo/"
240 -SRC_URI="http://www.remlab.net/files/${PN}/${P}.tar.xz"
241 -
242 -LICENSE="GPL-2"
243 -SLOT="0"
244 -KEYWORDS="amd64 x86"
245 -IUSE="+caps"
246 -
247 -RDEPEND="sys-apps/iproute2
248 - dev-libs/judy
249 - caps? ( sys-libs/libcap )"
250 -DEPEND="${RDEPEND}
251 - app-arch/xz-utils"
252 -
253 -CONFIG_CHECK="~IPV6" #318777
254 -
255 -#tries to connect to external networks (#339180)
256 -RESTRICT="test"
257 -
258 -DOCS=( AUTHORS ChangeLog NEWS README TODO THANKS )
259 -
260 -src_prepare() {
261 - epatch "${FILESDIR}"/${PN}-1.2.5-configure-libcap.diff
262 - epatch "${FILESDIR}"/${PN}-1.2.5-ip-path.patch
263 - eautoreconf
264 -}
265 -
266 -src_configure() {
267 - econf \
268 - --disable-static \
269 - --enable-miredo-user \
270 - --localstatedir=/var \
271 - $(use_with caps libcap)
272 -}
273 -
274 -src_install() {
275 - default
276 - prune_libtool_files
277 -
278 - newinitd "${FILESDIR}"/miredo.rc.2 miredo
279 - newconfd "${FILESDIR}"/miredo.conf.2 miredo
280 - newinitd "${FILESDIR}"/miredo.rc.2 miredo-server
281 - newconfd "${FILESDIR}"/miredo.conf.2 miredo-server
282 -
283 - insinto /etc/miredo
284 - doins misc/miredo-server.conf
285 -}
286 -
287 -pkg_preinst() {
288 - enewgroup miredo
289 - enewuser miredo -1 -1 /var/empty miredo
290 -}
291
292 diff --git a/profiles/package.mask b/profiles/package.mask
293 index af6dfa2fdfa..5dd7f645561 100644
294 --- a/profiles/package.mask
295 +++ b/profiles/package.mask
296 @@ -310,11 +310,6 @@ app-crypt/gkeys-gen
297 # and start actively maintaining it. Otherwise -- removal in 90 days.
298 sys-apps/paludis
299
300 -# Pacho Ramos <pacho@g.o> (17 Jun 2018)
301 -# Dead since 2013, not compatible with latest profiles (#642568). Removal in
302 -# a month
303 -net-vpn/miredo
304 -
305 # Mart Raudsepp <leio@g.o> (16 Jun 2018)
306 # No upstream (website disappeared), no upstream plugin maintainer,
307 # and pretty much a fringe format anyway.
308
309 diff --git a/profiles/updates/1Q-2017 b/profiles/updates/1Q-2017
310 index 58910201a65..135c7c9e235 100644
311 --- a/profiles/updates/1Q-2017
312 +++ b/profiles/updates/1Q-2017
313 @@ -18,7 +18,6 @@ move net-misc/vpnc net-vpn/vpnc
314 move net-misc/vpncwatch net-vpn/vpncwatch
315 move net-misc/wireguard net-vpn/wireguard
316 move net-misc/vtun net-vpn/vtun
317 -move net-misc/miredo net-vpn/miredo
318 move net-misc/isatapd net-vpn/isatapd
319 move net-misc/iodine net-vpn/iodine
320 move net-misc/corkscrew net-vpn/corkscrew