summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-10-10 14:26:42 +0200
committerMichał Górny <mgorny@gentoo.org>2019-10-10 14:26:42 +0200
commita1e96699e393837b67f27e736f3eb34efae6b83f (patch)
tree9d3d410aeec5334f479330026f0ac3bb2012821b /sys-auth
parentsys-apps/netboot-base: Remove last-rited pkg (diff)
downloadgentoo-a1e96699e393837b67f27e736f3eb34efae6b83f.tar.gz
gentoo-a1e96699e393837b67f27e736f3eb34efae6b83f.tar.bz2
gentoo-a1e96699e393837b67f27e736f3eb34efae6b83f.zip
sys-auth/icmpdn: Remove last-rited pkg
Closes: https://bugs.gentoo.org/693906 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/icmpdn/Manifest1
-rw-r--r--sys-auth/icmpdn/files/conf.d-icmpdnd14
-rw-r--r--sys-auth/icmpdn/files/init.d-icmpdnd26
-rw-r--r--sys-auth/icmpdn/icmpdn-0.4.ebuild40
-rw-r--r--sys-auth/icmpdn/metadata.xml7
5 files changed, 0 insertions, 88 deletions
diff --git a/sys-auth/icmpdn/Manifest b/sys-auth/icmpdn/Manifest
deleted file mode 100644
index 7dc73a44ba08..000000000000
--- a/sys-auth/icmpdn/Manifest
+++ /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
index 24e6e95fef25..000000000000
--- a/sys-auth/icmpdn/files/conf.d-icmpdnd
+++ /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
index 452b644c63fa..000000000000
--- a/sys-auth/icmpdn/files/init.d-icmpdnd
+++ /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
index aef8a9c770e8..000000000000
--- a/sys-auth/icmpdn/icmpdn-0.4.ebuild
+++ /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
index 79d462e85571..000000000000
--- a/sys-auth/icmpdn/metadata.xml
+++ /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>