summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Holzer <mholzer@gentoo.org>2003-07-24 18:00:09 +0000
committerMartin Holzer <mholzer@gentoo.org>2003-07-24 18:00:09 +0000
commit9735f7e2cdd11768dc37d02955d533edd1e7109c (patch)
treef4224cf147bb9b2436aff2d16e228a93a9bbe320 /net-misc/bwwhois
parentVersion bumped. closes #25037 (diff)
downloadgentoo-2-9735f7e2cdd11768dc37d02955d533edd1e7109c.tar.gz
gentoo-2-9735f7e2cdd11768dc37d02955d533edd1e7109c.tar.bz2
gentoo-2-9735f7e2cdd11768dc37d02955d533edd1e7109c.zip
Version bumped. closes #25037
Diffstat (limited to 'net-misc/bwwhois')
-rw-r--r--net-misc/bwwhois/ChangeLog7
-rw-r--r--net-misc/bwwhois/Manifest6
-rw-r--r--net-misc/bwwhois/bwwhois-3.4.ebuild43
-rw-r--r--net-misc/bwwhois/files/digest-bwwhois-3.41
4 files changed, 52 insertions, 5 deletions
diff --git a/net-misc/bwwhois/ChangeLog b/net-misc/bwwhois/ChangeLog
index e8e438939687..abcabac89dab 100644
--- a/net-misc/bwwhois/ChangeLog
+++ b/net-misc/bwwhois/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-misc/bwwhois
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.3 2003/05/30 13:13:40 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.4 2003/07/24 17:59:53 mholzer Exp $
+
+*bwwhois-3.4 (25 Jul 2003)
+
+ 25 Jul 2003; Martin Holzer <mholzer@gentoo.org> bwwhois-3.4.ebuild:
+ Version bumped. closes #25037
30 May 2003; Seemant Kulleen <seemant@gentoo.org> bwwhois-3.2.ebuild:
ebuild cleanup and inherit perl-module instead of perl-pod
diff --git a/net-misc/bwwhois/Manifest b/net-misc/bwwhois/Manifest
index c89c9a252413..b407b625ffa2 100644
--- a/net-misc/bwwhois/Manifest
+++ b/net-misc/bwwhois/Manifest
@@ -1,7 +1,5 @@
-MD5 3e1e777f4c024bfc0599b73a8bfad2f4 ChangeLog 536
+MD5 16ca2c0e4760092744ca23d4f5473432 ChangeLog 667
MD5 86b6b4dbabbf9d26d4a33697bb009834 bwwhois-3.2.ebuild 872
-MD5 d41d8cd98f00b204e9800998ecf8427e 1 0
-MD5 d41d8cd98f00b204e9800998ecf8427e 0 0
-MD5 9f4d58766b6b070e22cfcb0e3c3b731d bwwhois-3.4.ebuild 871
+MD5 1cbf3c19d02e1549cb84c03c4549025e bwwhois-3.4.ebuild 871
MD5 ff6a82dfde2579397ea8c617e1a30c22 files/digest-bwwhois-3.2 57
MD5 9dc1faf1d404599ebc8420b99d288fec files/digest-bwwhois-3.4 57
diff --git a/net-misc/bwwhois/bwwhois-3.4.ebuild b/net-misc/bwwhois/bwwhois-3.4.ebuild
new file mode 100644
index 000000000000..dc26781c6a94
--- /dev/null
+++ b/net-misc/bwwhois/bwwhois-3.4.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-3.4.ebuild,v 1.1 2003/07/24 17:59:53 mholzer Exp $
+
+inherit perl-module
+
+MY_P=${P/bw/}
+
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="Perl-based whois client designed to work with the new Shared Registration System"
+SRC_URI="http://whois.bw.org/dist/${MY_P}.tgz"
+HOMEPAGE="http://whois.bw.org/"
+
+SLOT="0"
+LICENSE="Artistic | GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha"
+
+DEPEND="dev-lang/perl"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ einfo "no compilation necessary"
+}
+
+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
+
+ perlinfo
+ insinto ${SITE_LIB}
+ doins bwInclude.pm
+ updatepod
+}
diff --git a/net-misc/bwwhois/files/digest-bwwhois-3.4 b/net-misc/bwwhois/files/digest-bwwhois-3.4
new file mode 100644
index 000000000000..cf6340433989
--- /dev/null
+++ b/net-misc/bwwhois/files/digest-bwwhois-3.4
@@ -0,0 +1 @@
+MD5 d2ec259e03450bd1ff9d9afc91975ec2 whois-3.4.tgz 41398