summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-auth/icmpdn/icmpdn-0.4.ebuild')
-rw-r--r--sys-auth/icmpdn/icmpdn-0.4.ebuild40
1 files changed, 0 insertions, 40 deletions
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"
-}