Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netctl/, profiles/
Date: Wed, 23 Jan 2019 18:30:19
Message-Id: 1548268161.be65a46f137c787ed1f79659f8899eef35efc6ce.grknight@gentoo
1 commit: be65a46f137c787ed1f79659f8899eef35efc6ce
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 23 18:29:21 2019 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 23 18:29:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be65a46f
7
8 net-misc/netctl: Remove last rite package
9
10 Signed-off-by: Brian Evans <grknight <AT> gentoo.org>
11
12 net-misc/netctl/Manifest | 3 --
13 net-misc/netctl/metadata.xml | 5 ---
14 net-misc/netctl/netctl-1.10.ebuild | 67 --------------------------------------
15 net-misc/netctl/netctl-1.11.ebuild | 66 -------------------------------------
16 net-misc/netctl/netctl-1.9.ebuild | 67 --------------------------------------
17 net-misc/netctl/netctl-9999.ebuild | 66 -------------------------------------
18 profiles/package.mask | 5 ---
19 7 files changed, 279 deletions(-)
20
21 diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest
22 deleted file mode 100644
23 index 83152df7e8b..00000000000
24 --- a/net-misc/netctl/Manifest
25 +++ /dev/null
26 @@ -1,3 +0,0 @@
27 -DIST netctl-1.10.tar.xz 43576 BLAKE2B 53ba8494deb588fa0f7c53b5116a2897fe6a5b2b4eeb783686269d243a110cc44f6b1a3ca11a1eb02ae13ef57d306028aa5fddf9060ea54fa360b338c14efb9f SHA512 f42b6f5abf4115d745bac73af68562a2c3974347051699cab66cb0e1f7254e52492ddeda51c338498f7f6479226bf4c6e9f46d2c3a8b1f3594244dd9e10dddd9
28 -DIST netctl-1.11.tar.xz 43868 BLAKE2B d54d80b636745a06f2e550c144d9c12ef20fd55a653d19aafce9e0305be4c95aa96d893f27fca1ef8863fcc5201ae19d924440a724d356889e267d624b64dfe8 SHA512 00bf4b016d755796980d492305332230a2089e843bf0921a7fd28ef17400e024bac0987a08c4caadf1c19becae73ce7f33d1e51ce1ea9f47e0129e1aff1ccd71
29 -DIST netctl-1.9.tar.xz 43256 BLAKE2B 49fc8968d8342b79e190b3156919e4be376e10010978b68f0d246d7b469a806509723254e8b26b4abbeb88eaee81111cffb10ab4592853c93f886305c3bbd78c SHA512 586cf8389d33c130d2cb94fa35479436a6dba70ff05bc7b59d2c3148760ddb3030f00d06bdb8c09cb6bac4fc0d94a4f3a3ced7d3b30973e58323af1676ef6f42
30
31 diff --git a/net-misc/netctl/metadata.xml b/net-misc/netctl/metadata.xml
32 deleted file mode 100644
33 index 7a38bb90096..00000000000
34 --- a/net-misc/netctl/metadata.xml
35 +++ /dev/null
36 @@ -1,5 +0,0 @@
37 -<?xml version="1.0" encoding="UTF-8"?>
38 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
39 -<pkgmetadata>
40 - <!-- maintainer-needed -->
41 -</pkgmetadata>
42
43 diff --git a/net-misc/netctl/netctl-1.10.ebuild b/net-misc/netctl/netctl-1.10.ebuild
44 deleted file mode 100644
45 index 7e5e0349061..00000000000
46 --- a/net-misc/netctl/netctl-1.10.ebuild
47 +++ /dev/null
48 @@ -1,67 +0,0 @@
49 -# Copyright 1999-2015 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=5
53 -
54 -inherit bash-completion-r1 eutils
55 -
56 -if [[ ${PV} = *9999* ]]; then
57 - EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
58 - inherit git-2
59 - DEPEND="app-text/asciidoc"
60 -else
61 - SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
62 - KEYWORDS="~amd64 ~x86"
63 -fi
64 -
65 -DESCRIPTION="Profile based network connection tool from Arch Linux"
66 -HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
67 - https://www.archlinux.org/packages/core/any/netctl/
68 - https://projects.archlinux.org/netctl.git/"
69 -
70 -LICENSE="GPL-3"
71 -SLOT="0"
72 -IUSE=""
73 -
74 -DEPEND+="
75 - virtual/pkgconfig
76 - sys-apps/systemd
77 -"
78 -RDEPEND="
79 - >=app-shells/bash-4.0
80 - >=net-dns/openresolv-3.5.4-r1
81 - sys-apps/iproute2
82 - sys-apps/systemd
83 - !<net-misc/dhcpcd-6.4.0
84 -"
85 -
86 -src_prepare() {
87 - sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
88 - "services/netctl-ifplugd@.service" || die
89 -}
90 -
91 -src_compile() {
92 - return 0
93 -}
94 -
95 -src_install() {
96 - emake DESTDIR="${D%/}" SHELL=bash install
97 - dodoc AUTHORS NEWS README
98 - newbashcomp contrib/bash-completion netctl
99 - bashcomp_alias netctl netctl-auto wifi-menu
100 - insinto /usr/share/zsh/site-functions
101 - newins contrib/zsh-completion _netctl
102 -}
103 -
104 -pkg_postinst() {
105 - if [[ -z ${REPLACING_VERSIONS} ]]; then
106 - elog "To get additional features, a number of optional runtime dependencies may be"
107 - elog "installed."
108 - optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
109 - optfeature "WPA support" net-wireless/wpa_supplicant
110 - optfeature "interactive assistant" dev-util/dialog
111 - optfeature "automatic connection" sys-apps/ifplugd
112 - optfeature "bonding support" net-misc/ifenslave
113 - optfeature "dialup support" net-dialup/ppp
114 - fi
115 -}
116
117 diff --git a/net-misc/netctl/netctl-1.11.ebuild b/net-misc/netctl/netctl-1.11.ebuild
118 deleted file mode 100644
119 index de213cc97df..00000000000
120 --- a/net-misc/netctl/netctl-1.11.ebuild
121 +++ /dev/null
122 @@ -1,66 +0,0 @@
123 -# Copyright 1999-2017 Gentoo Foundation
124 -# Distributed under the terms of the GNU General Public License v2
125 -
126 -EAPI=5
127 -
128 -inherit bash-completion-r1 eutils
129 -
130 -if [[ ${PV} = *9999* ]]; then
131 - EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
132 - inherit git-2
133 - DEPEND="app-text/asciidoc"
134 -else
135 - SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
136 - KEYWORDS="~amd64 ~arm ~x86"
137 -fi
138 -
139 -DESCRIPTION="Profile based network connection tool from Arch Linux"
140 -HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
141 - https://www.archlinux.org/packages/core/any/netctl/
142 - https://projects.archlinux.org/netctl.git/"
143 -
144 -LICENSE="GPL-3"
145 -SLOT="0"
146 -IUSE=""
147 -
148 -DEPEND+="
149 - virtual/pkgconfig
150 - sys-apps/systemd
151 -"
152 -RDEPEND="
153 - >=app-shells/bash-4.0
154 - >=net-dns/openresolv-3.5.4-r1
155 - sys-apps/iproute2
156 - sys-apps/systemd
157 - !<net-misc/dhcpcd-6.4.0
158 -"
159 -
160 -src_prepare() {
161 - sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
162 - "services/netctl-ifplugd@.service" || die
163 -}
164 -
165 -src_compile() {
166 - return 0
167 -}
168 -
169 -src_install() {
170 - emake DESTDIR="${D%/}" SHELL=bash install
171 - dodoc AUTHORS NEWS README
172 - newbashcomp contrib/bash-completion netctl
173 - insinto /usr/share/zsh/site-functions
174 - newins contrib/zsh-completion _netctl
175 -}
176 -
177 -pkg_postinst() {
178 - if [[ -z ${REPLACING_VERSIONS} ]]; then
179 - elog "To get additional features, a number of optional runtime dependencies may be"
180 - elog "installed."
181 - optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
182 - optfeature "WPA support" net-wireless/wpa_supplicant
183 - optfeature "interactive assistant" dev-util/dialog
184 - optfeature "automatic connection" sys-apps/ifplugd
185 - optfeature "bonding support" net-misc/ifenslave
186 - optfeature "dialup support" net-dialup/ppp
187 - fi
188 -}
189
190 diff --git a/net-misc/netctl/netctl-1.9.ebuild b/net-misc/netctl/netctl-1.9.ebuild
191 deleted file mode 100644
192 index bc3b8314126..00000000000
193 --- a/net-misc/netctl/netctl-1.9.ebuild
194 +++ /dev/null
195 @@ -1,67 +0,0 @@
196 -# Copyright 1999-2015 Gentoo Foundation
197 -# Distributed under the terms of the GNU General Public License v2
198 -
199 -EAPI=5
200 -
201 -inherit bash-completion-r1 eutils
202 -
203 -if [[ ${PV} = *9999* ]]; then
204 - EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
205 - inherit git-2
206 - DEPEND="app-text/asciidoc"
207 -else
208 - SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
209 - KEYWORDS="amd64 x86"
210 -fi
211 -
212 -DESCRIPTION="Profile based network connection tool from Arch Linux"
213 -HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
214 - https://www.archlinux.org/packages/core/any/netctl/
215 - https://projects.archlinux.org/netctl.git/"
216 -
217 -LICENSE="GPL-3"
218 -SLOT="0"
219 -IUSE=""
220 -
221 -DEPEND+="
222 - virtual/pkgconfig
223 - sys-apps/systemd
224 -"
225 -RDEPEND="
226 - >=app-shells/bash-4.0
227 - >=net-dns/openresolv-3.5.4-r1
228 - sys-apps/iproute2
229 - sys-apps/systemd
230 - !<net-misc/dhcpcd-6.4.0
231 -"
232 -
233 -src_prepare() {
234 - sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
235 - "services/netctl-ifplugd@.service" || die
236 -}
237 -
238 -src_compile() {
239 - return 0
240 -}
241 -
242 -src_install() {
243 - emake DESTDIR="${D%/}" SHELL=bash install
244 - dodoc AUTHORS NEWS README
245 - newbashcomp contrib/bash-completion netctl
246 - bashcomp_alias netctl netctl-auto wifi-menu
247 - insinto /usr/share/zsh/site-functions
248 - newins contrib/zsh-completion _netctl
249 -}
250 -
251 -pkg_postinst() {
252 - if [[ -z ${REPLACING_VERSIONS} ]]; then
253 - elog "To get additional features, a number of optional runtime dependencies may be"
254 - elog "installed."
255 - optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
256 - optfeature "WPA support" net-wireless/wpa_supplicant
257 - optfeature "interactive assistant" dev-util/dialog
258 - optfeature "automatic connection" sys-apps/ifplugd
259 - optfeature "bonding support" net-misc/ifenslave
260 - optfeature "dialup support" net-dialup/ppp
261 - fi
262 -}
263
264 diff --git a/net-misc/netctl/netctl-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild
265 deleted file mode 100644
266 index fb31bb4589b..00000000000
267 --- a/net-misc/netctl/netctl-9999.ebuild
268 +++ /dev/null
269 @@ -1,66 +0,0 @@
270 -# Copyright 1999-2016 Gentoo Foundation
271 -# Distributed under the terms of the GNU General Public License v2
272 -
273 -EAPI=5
274 -
275 -inherit bash-completion-r1 eutils
276 -
277 -if [[ ${PV} = *9999* ]]; then
278 - EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
279 - inherit git-2
280 - DEPEND="app-text/asciidoc"
281 -else
282 - SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
283 - KEYWORDS="~amd64 ~x86"
284 -fi
285 -
286 -DESCRIPTION="Profile based network connection tool from Arch Linux"
287 -HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
288 - https://www.archlinux.org/packages/core/any/netctl/
289 - https://projects.archlinux.org/netctl.git/"
290 -
291 -LICENSE="GPL-3"
292 -SLOT="0"
293 -IUSE=""
294 -
295 -DEPEND+="
296 - virtual/pkgconfig
297 - sys-apps/systemd
298 -"
299 -RDEPEND="
300 - >=app-shells/bash-4.0
301 - >=net-dns/openresolv-3.5.4-r1
302 - sys-apps/iproute2
303 - sys-apps/systemd
304 - !<net-misc/dhcpcd-6.4.0
305 -"
306 -
307 -src_prepare() {
308 - sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
309 - "services/netctl-ifplugd@.service" || die
310 -}
311 -
312 -src_compile() {
313 - return 0
314 -}
315 -
316 -src_install() {
317 - emake DESTDIR="${D%/}" SHELL=bash install
318 - dodoc AUTHORS NEWS README
319 - newbashcomp contrib/bash-completion netctl
320 - insinto /usr/share/zsh/site-functions
321 - newins contrib/zsh-completion _netctl
322 -}
323 -
324 -pkg_postinst() {
325 - if [[ -z ${REPLACING_VERSIONS} ]]; then
326 - elog "To get additional features, a number of optional runtime dependencies may be"
327 - elog "installed."
328 - optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
329 - optfeature "WPA support" net-wireless/wpa_supplicant
330 - optfeature "interactive assistant" dev-util/dialog
331 - optfeature "automatic connection" sys-apps/ifplugd
332 - optfeature "bonding support" net-misc/ifenslave
333 - optfeature "dialup support" net-dialup/ppp
334 - fi
335 -}
336
337 diff --git a/profiles/package.mask b/profiles/package.mask
338 index 0275abd348b..d0d70a949c7 100644
339 --- a/profiles/package.mask
340 +++ b/profiles/package.mask
341 @@ -146,11 +146,6 @@ dev-go/sarama
342 # corrupts object files: bug #671760
343 >=dev-libs/elfutils-0.175
344
345 -# Mike Gilbert <floppym@g.o> (10 Nov 2018)
346 -# Open bugs and no Gentoo maintainer.
347 -# Removal in 30 days.
348 -net-misc/netctl
349 -
350 # Ian Stakenvicius <axs@g.o> (07 Nov 2018)
351 # on behalf of Mozilla Project <mozilla@g.o>
352 # Mask old/vuln thunderbird for removal by 2019,