diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-09-29 13:48:49 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-09-29 13:48:49 +0000 |
commit | 040b92f9b7ea9a5600e933e993c1527bdfaa043e (patch) | |
tree | 87acd5bd695879d8c083a7e9468af27ffbf85c5b /net-misc | |
parent | Version bump #194005. (diff) | |
download | historical-040b92f9b7ea9a5600e933e993c1527bdfaa043e.tar.gz historical-040b92f9b7ea9a5600e933e993c1527bdfaa043e.tar.bz2 historical-040b92f9b7ea9a5600e933e993c1527bdfaa043e.zip |
old
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/jwhois/files/digest-jwhois-3.2.3 | 3 | ||||
-rw-r--r-- | net-misc/jwhois/jwhois-3.2.3.ebuild | 28 |
2 files changed, 0 insertions, 31 deletions
diff --git a/net-misc/jwhois/files/digest-jwhois-3.2.3 b/net-misc/jwhois/files/digest-jwhois-3.2.3 deleted file mode 100644 index 962c4cf1cc7b..000000000000 --- a/net-misc/jwhois/files/digest-jwhois-3.2.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 1232661cebd79a9772f416599d3f5929 jwhois-3.2.3.tar.gz 430792 -RMD160 32624b5472beb7cc383f2cf46cb3be7800ad41db jwhois-3.2.3.tar.gz 430792 -SHA256 ada17cb751ec09f91d4f22938bf9a83e7cc548f2cfce09fcc00101c142583f24 jwhois-3.2.3.tar.gz 430792 diff --git a/net-misc/jwhois/jwhois-3.2.3.ebuild b/net-misc/jwhois/jwhois-3.2.3.ebuild deleted file mode 100644 index 8c381ed4d2f2..000000000000 --- a/net-misc/jwhois/jwhois-3.2.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/jwhois/jwhois-3.2.3.ebuild,v 1.8 2007/01/08 10:08:01 vapier Exp $ - -DESCRIPTION="Advanced Internet Whois client capable of recursive queries" -HOMEPAGE="http://www.gnu.org/software/jwhois/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="nls" - -DEPEND="" - -src_compile() { - econf \ - --localstatedir=/var/cache \ - --without-cache \ - $(use_enable nls) \ - || die "econf failed" - emake || die -} - -src_install() { - make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog NEWS README TODO -} |