X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=admin%2Fportage%2Fnet-misc%2Ficmpdn%2Ficmpdn-0.2.ebuild;fp=admin%2Fportage%2Fnet-misc%2Ficmpdn%2Ficmpdn-0.2.ebuild;h=0000000000000000000000000000000000000000;hb=84ddedb25b17c552a5111750a9bbd6c6da49951b;hp=95a1d49e0344eb6af72776b2c2e7bc854244ec8d;hpb=3d6972b9aabe6712a84fee7f80ef9b79b24b96c8;p=icmp-dn.git diff --git a/admin/portage/net-misc/icmpdn/icmpdn-0.2.ebuild b/admin/portage/net-misc/icmpdn/icmpdn-0.2.ebuild deleted file mode 100644 index 95a1d49..0000000 --- a/admin/portage/net-misc/icmpdn/icmpdn-0.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 2005 Fredrik Tolf -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils - -DESCRIPTION="ICMP Domain Name utilities" -HOMEPAGE="http://www.dolda2000.com/~fredrik/icmp-dn/" -SRC_URI="http://www.dolda2000.com/~fredrik/icmp-dn/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - econf --sysconfdir=/etc \ - --libdir=/lib || die "Configuration failed" - emake || die "Make failed" -} - -src_install() { - make install DESTDIR=${D} || die "Install failed" - fperms 4755 /usr/bin/idnlookup - doinitd ${FILESDIR}/icmpdnd - dodoc AUTHORS ChangeLog COPYING INSTALL README -} - -pkg_postinst() { - einfo - einfo "To use the ICMP nameswitch module, add \"icmp\"" - einfo "to the \"hosts\" line in your /etc/nsswitch.conf" - einfo - ebeep 3 -}