summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/bwwhois')
-rw-r--r--net-misc/bwwhois/ChangeLog8
-rw-r--r--net-misc/bwwhois/bwwhois-5.5.1.ebuild (renamed from net-misc/bwwhois/bwwhois-5.0.ebuild)25
-rw-r--r--net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch10
-rw-r--r--net-misc/bwwhois/metadata.xml6
4 files changed, 36 insertions, 13 deletions
diff --git a/net-misc/bwwhois/ChangeLog b/net-misc/bwwhois/ChangeLog
index c697eb69058a..d743a16b7248 100644
--- a/net-misc/bwwhois/ChangeLog
+++ b/net-misc/bwwhois/ChangeLog
@@ -1,6 +1,12 @@
# 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.24 2012/07/29 17:23:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/ChangeLog,v 1.25 2012/08/07 18:11:20 kensington Exp $
+
+*bwwhois-5.5.1 (07 Aug 2012)
+
+ 07 Aug 2012; Michael Palimaka <kensington@gentoo.org> +bwwhois-5.5.1.ebuild,
+ +files/bwwhois-5.5.1-tel.patch, -bwwhois-5.0.ebuild, metadata.xml:
+ Version bump, remove old. Add patch to support .tel queries wrt bug #276749.
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> bwwhois-5.0.ebuild,
bwwhois-5.0-r1.ebuild:
diff --git a/net-misc/bwwhois/bwwhois-5.0.ebuild b/net-misc/bwwhois/bwwhois-5.5.1.ebuild
index 357a7dc43cc5..d646ff7f078d 100644
--- a/net-misc/bwwhois/bwwhois-5.0.ebuild
+++ b/net-misc/bwwhois/bwwhois-5.5.1.ebuild
@@ -1,8 +1,10 @@
# 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.ebuild,v 1.4 2012/07/29 17:23:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/bwwhois/bwwhois-5.5.1.ebuild,v 1.1 2012/08/07 18:11:20 kensington Exp $
-inherit perl-app
+EAPI=4
+
+inherit eutils perl-app
MY_P=${P/bw/}
@@ -12,24 +14,29 @@ HOMEPAGE="http://whois.bw.org/"
LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="dev-lang/perl"
-RDEPEND="${DEPEND}"
+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 || die
+ newexe whois bwwhois
- newman whois.1 bwwhois.1 || die
+ newman whois.1 bwwhois.1
insinto /etc/whois
- doins whois.conf tld.conf sd.conf || die
+ doins whois.conf tld.conf sd.conf
perlinfo
- insinto "${SITE_LIB}"
- doins bwInclude.pm || die
+ 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
new file mode 100644
index 000000000000..5f2fe40d34ae
--- /dev/null
+++ b/net-misc/bwwhois/files/bwwhois-5.5.1-tel.patch
@@ -0,0 +1,10 @@
+--- 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)
diff --git a/net-misc/bwwhois/metadata.xml b/net-misc/bwwhois/metadata.xml
index d9cd2cad66c2..91f4e72fb544 100644
--- a/net-misc/bwwhois/metadata.xml
+++ b/net-misc/bwwhois/metadata.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer>
-<email>maintainer-needed@gentoo.org</email>
-</maintainer>
+ <maintainer>
+ <email>maintainer-needed@gentoo.org</email>
+ </maintainer>
</pkgmetadata>