sys-auth/icmpdn: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:26:42 +0000 (14:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 10 Oct 2019 12:26:42 +0000 (14:26 +0200)
Closes: https://bugs.gentoo.org/693906
Signed-off-by: Michał Górny <mgorny@gentoo.org>
profiles/package.mask
sys-auth/icmpdn/Manifest [deleted file]
sys-auth/icmpdn/files/conf.d-icmpdnd [deleted file]
sys-auth/icmpdn/files/init.d-icmpdnd [deleted file]
sys-auth/icmpdn/icmpdn-0.4.ebuild [deleted file]
sys-auth/icmpdn/metadata.xml [deleted file]

index 35793a6107a4c7fcdb47e8ab92293b9f8c03bd7a..741f56a3e8ab56ded01eaf1a8550361e9ef9f700 100644 (file)
@@ -846,11 +846,6 @@ sys-cluster/feedbackd-master
 # Removal in 30 days.  Bug #693908.
 sys-boot/raincoat
 
-# Michał Górny <mgorny@gentoo.org> (2019-09-09)
-# Added in 2006, no new releases since.  EAPI 0.  No amd64 keyword.
-# Removal in 30 days.  Bug #693906.
-sys-auth/icmpdn
-
 # Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
 # Unofficial build. Superseded by official 2.49.5 release.
 # Masked for removal.
diff --git a/sys-auth/icmpdn/Manifest b/sys-auth/icmpdn/Manifest
deleted file mode 100644 (file)
index 7dc73a4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST icmpdn-0.4.tar.gz 332780 BLAKE2B 82f6d428fda7989e60d083a8a214f5d4ef7f593525d221b0a6cc2385b1104a3a474daf60e254c703b24a38146e2540c66f331a5959078fd0a55482c2af30ff70 SHA512 2bcaa8987f1479fe0b562b805f1515d7dfba74ce8ca2f82156176eb9a059a6903e324a7fe64e256fec8a032a68de4618eb469e856d0004a3ceea4897f0833b1d
diff --git a/sys-auth/icmpdn/files/conf.d-icmpdnd b/sys-auth/icmpdn/files/conf.d-icmpdnd
deleted file mode 100644 (file)
index 24e6e95..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# Set the TTL (Time-to-Live) value in responses to TTL seconds rather
-# than the default of 3600 seconds
-#TTL=3600
-
-# Set the domain name in responses to domainname, rather than the
-# default as described above. This option is useful in case the system
-# is not configured to set up its own hostname.
-#DOMAINNAME=mydomainname.com
-
-# Other options
-#ICMPDND_OPTS=""
diff --git a/sys-auth/icmpdn/files/init.d-icmpdnd b/sys-auth/icmpdn/files/init.d-icmpdnd
deleted file mode 100644 (file)
index 452b644..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-BINARY="/usr/sbin/icmpdnd"
-
-[ -n "${TTL}" ] && ICMPDND_OPTS="${ICMPDND_OPTS} -t ${TTL}"
-[ -n "${DOMAINNAME}" ] && ICMPDND_OPTS="${ICMPDND_OPTS} -d ${DOMAINNAME}"
-
-depend() {
-    need net
-       after ypbind
-}
-
-start() {
-    ebegin "Starting icmpdnd"
-    start-stop-daemon --start --quiet --exec ${BINARY} -- ${ICMPDND_OPTS}
-    eend $?
-}
-
-stop() {
-    ebegin "Stopping icmpdnd"
-    start-stop-daemon --stop --quiet --exec ${BINARY}
-    eend $?
-}
-
diff --git a/sys-auth/icmpdn/icmpdn-0.4.ebuild b/sys-auth/icmpdn/icmpdn-0.4.ebuild
deleted file mode 100644 (file)
index aef8a9c..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils flag-o-matic multilib
-
-DESCRIPTION="ICMP Domain Name utilities & NSS backend"
-HOMEPAGE="http://www.dolda2000.com/~fredrik/icmp-dn/"
-SRC_URI="${HOMEPAGE}${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-src_compile() {
-       append-cppflags -D_GNU_SOURCE #241318
-       econf \
-               --sysconfdir=/etc \
-               --libdir=/$(get_libdir) \
-               || die "econf failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake install DESTDIR="${D}" || die "emake install failed"
-       newinitd "${FILESDIR}"/init.d-icmpdnd icmpdnd
-       newconfd "${FILESDIR}"/conf.d-icmpdnd icmpdnd
-       dodoc AUTHORS ChangeLog README
-       # must always run as root
-       fperms 4711 /usr/bin/idnlookup
-       # useless as nothing should link against this lib
-       rm "${D}"/lib*/*.{la,so}
-}
-
-pkg_postinst() {
-       einfo "To use the ICMP nameswitch module, add 'icmp'"
-       einfo "to the 'hosts' line in your /etc/nsswitch.conf"
-}
diff --git a/sys-auth/icmpdn/metadata.xml b/sys-auth/icmpdn/metadata.xml
deleted file mode 100644 (file)
index 79d462e..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="person">
-  <email>robbat2@gentoo.org</email>
-</maintainer>
-</pkgmetadata>