commit: a1e96699e393837b67f27e736f3eb34efae6b83f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Oct 10 12:26:42 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 10 12:26:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e96699
sys-auth/icmpdn: Remove last-rited pkg Closes: https://bugs.gentoo.org/693906 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> profiles/package.mask | 5 ----- sys-auth/icmpdn/Manifest | 1 - sys-auth/icmpdn/files/conf.d-icmpdnd | 14 ------------- sys-auth/icmpdn/files/init.d-icmpdnd | 26 ----------------------- sys-auth/icmpdn/icmpdn-0.4.ebuild | 40 ------------------------------------ sys-auth/icmpdn/metadata.xml | 7 ------- 6 files changed, 93 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 35793a6107a..741f56a3e8a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -846,11 +846,6 @@ sys-cluster/feedbackd-master # Removal in 30 days. Bug #693908. sys-boot/raincoat -# Michał Górny <mgo...@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 <polynomia...@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 index 7dc73a44ba0..00000000000 --- 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 24e6e95fef2..00000000000 --- 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 452b644c63f..00000000000 --- 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 aef8a9c770e..00000000000 --- 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 79d462e8557..00000000000 --- 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>robb...@gentoo.org</email> -</maintainer> -</pkgmetadata>