summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-11-21 13:37:33 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-11-21 13:37:33 +0000
commit35533481430fc092612f9d47b110fc71c89ea513 (patch)
treeefc45580c9435598819d2b31469c7fe7130d79f6 /net-misc/bwwhois
parentrevert, it was a keywordreq for ppc (diff)
downloadgentoo-2-35533481430fc092612f9d47b110fc71c89ea513.tar.gz
gentoo-2-35533481430fc092612f9d47b110fc71c89ea513.tar.bz2
gentoo-2-35533481430fc092612f9d47b110fc71c89ea513.zip
Remove old.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'net-misc/bwwhois')
-rw-r--r--net-misc/bwwhois/ChangeLog6
-rw-r--r--net-misc/bwwhois/bwwhois-5.0-r1.ebuild35
-rw-r--r--net-misc/bwwhois/bwwhois-5.5.1.ebuild42
-rw-r--r--net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch10
4 files changed, 5 insertions, 88 deletions
diff --git a/net-misc/bwwhois/ChangeLog b/net-misc/bwwhois/ChangeLog
index 0f2f30b4d476..775f678b9e92 100644
--- a/net-misc/bwwhois/ChangeLog
+++ b/net-misc/bwwhois/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/bwwhois
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.29 2012/11/21 11:27:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.30 2012/11/21 13:37:33 kensington Exp $
+
+ 21 Nov 2012; Michael Palimaka <kensington@gentoo.org> -bwwhois-5.0-r1.ebuild,
+ -bwwhois-5.5.1.ebuild, -files/bwwhois-5.5.1-tel.patch:
+ Remove old.
21 Nov 2012; Agostino Sarubbo <ago@gentoo.org> bwwhois-5.5.2.ebuild:
Stable for x86, wrt bug #440296
diff --git a/net-misc/bwwhois/bwwhois-5.0-r1.ebuild b/net-misc/bwwhois/bwwhois-5.0-r1.ebuild
deleted file mode 100644
index 40f1caf72920..000000000000
--- a/net-misc/bwwhois/bwwhois-5.0-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.0-r1.ebuild,v 1.5 2012/07/29 17:23:17 armin76 Exp $
-
-inherit perl-app
-
-MY_P=${P/bw/}
-
-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/"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- exeinto usr/bin
- newexe whois bwwhois || die
-
- newman whois.1 bwwhois.1 || die
-
- insinto /etc/whois
- doins whois.conf tld.conf sd.conf || die
-
- perlinfo
- insinto "${VENDOR_LIB}"
- doins bwInclude.pm || die
-}
diff --git a/net-misc/bwwhois/bwwhois-5.5.1.ebuild b/net-misc/bwwhois/bwwhois-5.5.1.ebuild
deleted file mode 100644
index d646ff7f078d..000000000000
--- a/net-misc/bwwhois/bwwhois-5.5.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.1.ebuild,v 1.1 2012/08/07 18:11:20 kensington Exp $
-
-EAPI=4
-
-inherit eutils perl-app
-
-MY_P=${P/bw/}
-
-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/"
-
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}
- virtual/perl-Getopt-Long"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-tel.patch
-}
-
-src_install() {
- exeinto usr/bin
- newexe whois bwwhois
-
- newman whois.1 bwwhois.1
-
- insinto /etc/whois
- doins whois.conf tld.conf sd.conf
-
- perlinfo
- insinto "${VENDOR_LIB}"
- doins bwInclude.pm
-}
diff --git a/net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch b/net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch
deleted file mode 100644
index 5f2fe40d34ae..000000000000
--- a/net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- tld.conf
-+++ tld.conf
-@@ -160,6 +160,7 @@
- .aero whois.information.aero
- .coop whois.nic.coop
- .museum whois.museum
-+.tel whois.nic.tel
-
-
- # IN-ADDR.ARPA zones (inverse DNS)