summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2002-12-22 16:58:17 +0000
committerMichael Cummings <mcummings@gentoo.org>2002-12-22 16:58:17 +0000
commitdddbd6089ed0d6b063b80a1eac96f9956a917855 (patch)
tree2ac5677cff4025759341a020af7dea9ead19aeb4 /net-misc/bwwhois
parentgtk+licq removal : outdated (diff)
downloadgentoo-2-dddbd6089ed0d6b063b80a1eac96f9956a917855.tar.gz
gentoo-2-dddbd6089ed0d6b063b80a1eac96f9956a917855.tar.bz2
gentoo-2-dddbd6089ed0d6b063b80a1eac96f9956a917855.zip
bug 9802
Diffstat (limited to 'net-misc/bwwhois')
-rw-r--r--net-misc/bwwhois/ChangeLog11
-rw-r--r--net-misc/bwwhois/bwwhois-3.2.ebuild41
-rw-r--r--net-misc/bwwhois/files/digest-bwwhois-3.21
3 files changed, 53 insertions, 0 deletions
diff --git a/net-misc/bwwhois/ChangeLog b/net-misc/bwwhois/ChangeLog
new file mode 100644
index 000000000000..780b96ff0aa9
--- /dev/null
+++ b/net-misc/bwwhois/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for net-misc/bwwhois
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.1 2002/12/22 16:58:17 mcummings Exp $
+
+*bwwhois-3.2 (22 Dec 2002)
+
+ 22 Dec 2002; Michael Cummings <mcummings@gentoo.org>
+ bwwhois-3.2.ebuild:
+
+ Initial import. Ebuild submitted by cory@visi.name (Cory Visi) in bug
+ 9802.
diff --git a/net-misc/bwwhois/bwwhois-3.2.ebuild b/net-misc/bwwhois/bwwhois-3.2.ebuild
new file mode 100644
index 000000000000..2197695c3bbc
--- /dev/null
+++ b/net-misc/bwwhois/bwwhois-3.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-3.2.ebuild,v 1.1 2002/12/22 16:58:17 mcummings Exp $
+
+inherit perl-post
+
+P=whois-3.2
+S=${WORKDIR}/${P}
+A=${P}.tgz
+DESCRIPTION="Perl-based whois client designed to work with the new Shared Registration System"
+SRC_URI="http://whois.bw.org/dist/${A}"
+HOMEPAGE="http://whois.bw.org/"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="x86 ~ppc ~sparc ~alpha"
+
+DEPEND="sys-devel/perl"
+
+src_unpack() {
+
+ unpack ${A}
+ cd ${S}
+}
+
+src_install () {
+
+ exeinto usr/bin
+ newexe whois bwwhois
+ dosym bwwhois /usr/bin/whois
+
+ doman whois.1
+
+ insinto etc/whois
+ doins whois.conf tld.conf sd.conf
+
+ perl-post_perlinfo
+ insinto ${SITE_LIB}
+ doins bwInclude.pm
+ perl-post_updatepod
+}
diff --git a/net-misc/bwwhois/files/digest-bwwhois-3.2 b/net-misc/bwwhois/files/digest-bwwhois-3.2
new file mode 100644
index 000000000000..fc90e8bf0f79
--- /dev/null
+++ b/net-misc/bwwhois/files/digest-bwwhois-3.2
@@ -0,0 +1 @@
+MD5 640de3a1005a8deafb833c176d9ffd94 whois-3.2.tgz 38345