From c42b37376d801c42016f3e9d70fe8968374b9d4d Mon Sep 17 00:00:00 2001 From: Raúl Porcel Date: Fri, 7 Mar 2008 18:36:33 +0000 Subject: cleanup Package-Manager: portage-2.1.4.4 --- net-dns/hesiod/hesiod-3.0.2.ebuild | 56 -------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 net-dns/hesiod/hesiod-3.0.2.ebuild (limited to 'net-dns/hesiod/hesiod-3.0.2.ebuild') diff --git a/net-dns/hesiod/hesiod-3.0.2.ebuild b/net-dns/hesiod/hesiod-3.0.2.ebuild deleted file mode 100644 index 74fbc68fb664..000000000000 --- a/net-dns/hesiod/hesiod-3.0.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/hesiod/hesiod-3.0.2.ebuild,v 1.14 2007/11/03 02:22:08 uberlord Exp $ - -inherit flag-o-matic - -DESCRIPTION="Hesiod is a system which uses existing DNS functionality to provide access to databases of information that changes infrequently." -SRC_URI="ftp://athena-dist.mit.edu/pub/ATHENA/${PN}/${P}.tar.gz" -HOMEPAGE="ftp://athena-dist.mit.edu/pub/ATHENA/hesiod" - -SLOT="0" -LICENSE="ISC" -KEYWORDS="hppa ppc sparc ~sparc-fbsd x86" -IUSE="" - -src_unpack() { - unpack ${A} - - filter-flags -fstack-protector - - #Patches stolen from RH - cat ${FILESDIR}/hesiod-3.0.2-shlib.patch | patch -d ${S} -p1 - cat ${FILESDIR}/hesiod-3.0.2-env.patch | patch -d ${S} -p1 - cat ${FILESDIR}/hesiod-3.0.2-str.patch | patch -d ${S} -p1 - cd ${S} - for manpage in *.3 - do - if grep -q '^\.so man3/hesiod.3' ${manpage} - then - echo .so hesiod.3 > ${manpage} - elif grep -q '^\.so man3/hesiod_getmailhost.3' ${manpage} - then - echo .so hesiod_getmailhost.3 > ${manpage} - elif grep -q '^\.so man3/hesiod_getpwnam.3' ${manpage} - then - echo .so hesiod_getpwnam.3 > ${manpage} - elif grep -q '^\.so man3/hesiod_getservbyname.3' ${manpage} - then - echo .so hesiod_getservbyname.3 > ${manpage} - fi - done -} - -src_compile() { - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man || die "./configure failed" - emake || die - #make || die -} - -src_install () { - make DESTDIR=${D} install || die -} -- cgit v1.2.3-65-gdbad