diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-11-19 18:37:39 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-11-19 18:37:39 +0000 |
commit | 11a3e84c1002b6eb68569a480e9b27cb1a26f9ec (patch) | |
tree | 0dadbfdc2f25473b31f5d9691c11e7f67c3512fa /dev-perl/Net-Whois-IP | |
parent | Keyworded amd64-linux and x86-linux (diff) | |
download | gentoo-2-11a3e84c1002b6eb68569a480e9b27cb1a26f9ec.tar.gz gentoo-2-11a3e84c1002b6eb68569a480e9b27cb1a26f9ec.tar.bz2 gentoo-2-11a3e84c1002b6eb68569a480e9b27cb1a26f9ec.zip |
added for use as rdep in dnsenum, thanks to tove for helping cleanup/style
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'dev-perl/Net-Whois-IP')
-rw-r--r-- | dev-perl/Net-Whois-IP/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Net-Whois-IP/Net-Whois-IP-1.100.0.ebuild | 20 | ||||
-rw-r--r-- | dev-perl/Net-Whois-IP/metadata.xml | 12 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-perl/Net-Whois-IP/ChangeLog b/dev-perl/Net-Whois-IP/ChangeLog new file mode 100644 index 000000000000..73cfbe7683fb --- /dev/null +++ b/dev-perl/Net-Whois-IP/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-perl/Net-Whois-IP +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Whois-IP/ChangeLog,v 1.1 2012/11/19 18:37:39 zerochaos Exp $ + +*Net-Whois-IP-1.100.0 (19 Nov 2012) + + 19 Nov 2012; Rick Farina <zerochaos@gentoo.org> +Net-Whois-IP-1.100.0.ebuild, + +metadata.xml: + added for use as rdep in dnsenum, thanks to tove for helping cleanup/style diff --git a/dev-perl/Net-Whois-IP/Net-Whois-IP-1.100.0.ebuild b/dev-perl/Net-Whois-IP/Net-Whois-IP-1.100.0.ebuild new file mode 100644 index 000000000000..63cd64cd0940 --- /dev/null +++ b/dev-perl/Net-Whois-IP/Net-Whois-IP-1.100.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Whois-IP/Net-Whois-IP-1.100.0.ebuild,v 1.1 2012/11/19 18:37:39 zerochaos Exp $ + +EAPI=4 + +MODULE_VERSION=${PV%0.0} +MODULE_AUTHOR=BSCHMITZ +inherit perl-module + +DESCRIPTION="Perl extension for looking up the whois information for ip addresses" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="" +DEPEND="" + +SRC_TEST="online" diff --git a/dev-perl/Net-Whois-IP/metadata.xml b/dev-perl/Net-Whois-IP/metadata.xml new file mode 100644 index 000000000000..c5e45f16df64 --- /dev/null +++ b/dev-perl/Net-Whois-IP/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>perl</herd> +<maintainer> +<email>zerochaos@gentoo.org</email> +<name>Rick Farina</name> +</maintainer> +<longdescription lang="en"> +</longdescription> +</pkgmetadata> + |