net-misc/netctl: Remove last rite package
authorBrian Evans <grknight@gentoo.org>
Wed, 23 Jan 2019 18:29:21 +0000 (13:29 -0500)
committerBrian Evans <grknight@gentoo.org>
Wed, 23 Jan 2019 18:29:21 +0000 (13:29 -0500)
Signed-off-by: Brian Evans <grknight@gentoo.org>
net-misc/netctl/Manifest [deleted file]
net-misc/netctl/metadata.xml [deleted file]
net-misc/netctl/netctl-1.10.ebuild [deleted file]
net-misc/netctl/netctl-1.11.ebuild [deleted file]
net-misc/netctl/netctl-1.9.ebuild [deleted file]
net-misc/netctl/netctl-9999.ebuild [deleted file]
profiles/package.mask

diff --git a/net-misc/netctl/Manifest b/net-misc/netctl/Manifest
deleted file mode 100644 (file)
index 83152df..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST netctl-1.10.tar.xz 43576 BLAKE2B 53ba8494deb588fa0f7c53b5116a2897fe6a5b2b4eeb783686269d243a110cc44f6b1a3ca11a1eb02ae13ef57d306028aa5fddf9060ea54fa360b338c14efb9f SHA512 f42b6f5abf4115d745bac73af68562a2c3974347051699cab66cb0e1f7254e52492ddeda51c338498f7f6479226bf4c6e9f46d2c3a8b1f3594244dd9e10dddd9
-DIST netctl-1.11.tar.xz 43868 BLAKE2B d54d80b636745a06f2e550c144d9c12ef20fd55a653d19aafce9e0305be4c95aa96d893f27fca1ef8863fcc5201ae19d924440a724d356889e267d624b64dfe8 SHA512 00bf4b016d755796980d492305332230a2089e843bf0921a7fd28ef17400e024bac0987a08c4caadf1c19becae73ce7f33d1e51ce1ea9f47e0129e1aff1ccd71
-DIST netctl-1.9.tar.xz 43256 BLAKE2B 49fc8968d8342b79e190b3156919e4be376e10010978b68f0d246d7b469a806509723254e8b26b4abbeb88eaee81111cffb10ab4592853c93f886305c3bbd78c SHA512 586cf8389d33c130d2cb94fa35479436a6dba70ff05bc7b59d2c3148760ddb3030f00d06bdb8c09cb6bac4fc0d94a4f3a3ced7d3b30973e58323af1676ef6f42
diff --git a/net-misc/netctl/metadata.xml b/net-misc/netctl/metadata.xml
deleted file mode 100644 (file)
index 7a38bb9..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <!-- maintainer-needed -->
-</pkgmetadata>
diff --git a/net-misc/netctl/netctl-1.10.ebuild b/net-misc/netctl/netctl-1.10.ebuild
deleted file mode 100644 (file)
index 7e5e034..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
-       inherit git-2
-       DEPEND="app-text/asciidoc"
-else
-       SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Profile based network connection tool from Arch Linux"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
-       https://www.archlinux.org/packages/core/any/netctl/
-       https://projects.archlinux.org/netctl.git/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
-       virtual/pkgconfig
-       sys-apps/systemd
-"
-RDEPEND="
-       >=app-shells/bash-4.0
-       >=net-dns/openresolv-3.5.4-r1
-       sys-apps/iproute2
-       sys-apps/systemd
-       !<net-misc/dhcpcd-6.4.0
-"
-
-src_prepare() {
-       sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
-               "services/netctl-ifplugd@.service" || die
-}
-
-src_compile() {
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D%/}" SHELL=bash install
-       dodoc AUTHORS NEWS README
-       newbashcomp contrib/bash-completion netctl
-       bashcomp_alias netctl netctl-auto wifi-menu
-       insinto /usr/share/zsh/site-functions
-       newins contrib/zsh-completion _netctl
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "To get additional features, a number of optional runtime dependencies may be"
-               elog "installed."
-               optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
-               optfeature "WPA support" net-wireless/wpa_supplicant
-               optfeature "interactive assistant" dev-util/dialog
-               optfeature "automatic connection" sys-apps/ifplugd
-               optfeature "bonding support" net-misc/ifenslave
-               optfeature "dialup support" net-dialup/ppp
-       fi
-}
diff --git a/net-misc/netctl/netctl-1.11.ebuild b/net-misc/netctl/netctl-1.11.ebuild
deleted file mode 100644 (file)
index de213cc..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
-       inherit git-2
-       DEPEND="app-text/asciidoc"
-else
-       SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Profile based network connection tool from Arch Linux"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
-       https://www.archlinux.org/packages/core/any/netctl/
-       https://projects.archlinux.org/netctl.git/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
-       virtual/pkgconfig
-       sys-apps/systemd
-"
-RDEPEND="
-       >=app-shells/bash-4.0
-       >=net-dns/openresolv-3.5.4-r1
-       sys-apps/iproute2
-       sys-apps/systemd
-       !<net-misc/dhcpcd-6.4.0
-"
-
-src_prepare() {
-       sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
-               "services/netctl-ifplugd@.service" || die
-}
-
-src_compile() {
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D%/}" SHELL=bash install
-       dodoc AUTHORS NEWS README
-       newbashcomp contrib/bash-completion netctl
-       insinto /usr/share/zsh/site-functions
-       newins contrib/zsh-completion _netctl
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "To get additional features, a number of optional runtime dependencies may be"
-               elog "installed."
-               optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
-               optfeature "WPA support" net-wireless/wpa_supplicant
-               optfeature "interactive assistant" dev-util/dialog
-               optfeature "automatic connection" sys-apps/ifplugd
-               optfeature "bonding support" net-misc/ifenslave
-               optfeature "dialup support" net-dialup/ppp
-       fi
-}
diff --git a/net-misc/netctl/netctl-1.9.ebuild b/net-misc/netctl/netctl-1.9.ebuild
deleted file mode 100644 (file)
index bc3b831..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
-       inherit git-2
-       DEPEND="app-text/asciidoc"
-else
-       SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
-       KEYWORDS="amd64 x86"
-fi
-
-DESCRIPTION="Profile based network connection tool from Arch Linux"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
-       https://www.archlinux.org/packages/core/any/netctl/
-       https://projects.archlinux.org/netctl.git/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
-       virtual/pkgconfig
-       sys-apps/systemd
-"
-RDEPEND="
-       >=app-shells/bash-4.0
-       >=net-dns/openresolv-3.5.4-r1
-       sys-apps/iproute2
-       sys-apps/systemd
-       !<net-misc/dhcpcd-6.4.0
-"
-
-src_prepare() {
-       sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
-               "services/netctl-ifplugd@.service" || die
-}
-
-src_compile() {
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D%/}" SHELL=bash install
-       dodoc AUTHORS NEWS README
-       newbashcomp contrib/bash-completion netctl
-       bashcomp_alias netctl netctl-auto wifi-menu
-       insinto /usr/share/zsh/site-functions
-       newins contrib/zsh-completion _netctl
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "To get additional features, a number of optional runtime dependencies may be"
-               elog "installed."
-               optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
-               optfeature "WPA support" net-wireless/wpa_supplicant
-               optfeature "interactive assistant" dev-util/dialog
-               optfeature "automatic connection" sys-apps/ifplugd
-               optfeature "bonding support" net-misc/ifenslave
-               optfeature "dialup support" net-dialup/ppp
-       fi
-}
diff --git a/net-misc/netctl/netctl-9999.ebuild b/net-misc/netctl/netctl-9999.ebuild
deleted file mode 100644 (file)
index fb31bb4..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-if [[ ${PV} = *9999* ]]; then
-       EGIT_REPO_URI="git://projects.archlinux.org/netctl.git"
-       inherit git-2
-       DEPEND="app-text/asciidoc"
-else
-       SRC_URI="https://sources.archlinux.org/other/packages/${PN}/${P}.tar.xz"
-       KEYWORDS="~amd64 ~x86"
-fi
-
-DESCRIPTION="Profile based network connection tool from Arch Linux"
-HOMEPAGE="https://wiki.archlinux.org/index.php/Netctl
-       https://www.archlinux.org/packages/core/any/netctl/
-       https://projects.archlinux.org/netctl.git/"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
-       virtual/pkgconfig
-       sys-apps/systemd
-"
-RDEPEND="
-       >=app-shells/bash-4.0
-       >=net-dns/openresolv-3.5.4-r1
-       sys-apps/iproute2
-       sys-apps/systemd
-       !<net-misc/dhcpcd-6.4.0
-"
-
-src_prepare() {
-       sed -i -e "s:/usr/bin/ifplugd:/usr/sbin/ifplugd:" \
-               "services/netctl-ifplugd@.service" || die
-}
-
-src_compile() {
-       return 0
-}
-
-src_install() {
-       emake DESTDIR="${D%/}" SHELL=bash install
-       dodoc AUTHORS NEWS README
-       newbashcomp contrib/bash-completion netctl
-       insinto /usr/share/zsh/site-functions
-       newins contrib/zsh-completion _netctl
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "To get additional features, a number of optional runtime dependencies may be"
-               elog "installed."
-               optfeature "DHCP support" net-misc/dhcpcd ">=net-misc/dhcp-5.6.7[client]"
-               optfeature "WPA support" net-wireless/wpa_supplicant
-               optfeature "interactive assistant" dev-util/dialog
-               optfeature "automatic connection" sys-apps/ifplugd
-               optfeature "bonding support" net-misc/ifenslave
-               optfeature "dialup support" net-dialup/ppp
-       fi
-}
index 0275abd348b896dc3e9637c0b4fc4a62a0e5fb49..d0d70a949c7d12dad774d62882facbf9753ff12f 100644 (file)
@@ -146,11 +146,6 @@ dev-go/sarama
 # corrupts object files: bug #671760
 >=dev-libs/elfutils-0.175
 
-# Mike Gilbert <floppym@gentoo.org> (10 Nov 2018)
-# Open bugs and no Gentoo maintainer.
-# Removal in 30 days.
-net-misc/netctl
-
 # Ian Stakenvicius <axs@gentoo.org> (07 Nov 2018)
 # on behalf of Mozilla Project <mozilla@gentoo.org>
 # Mask old/vuln thunderbird for removal by 2019,