summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-29 11:46:50 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-29 11:46:50 +0000
commit36cc7fb575ab3930b08abd371bb8fe2a60014303 (patch)
treef1a8b9471ac6b30980782e6fe0ea1d72af6ae4a5 /dev-perl/Net-Patricia
parentChange version scheme (diff)
downloadgentoo-2-36cc7fb575ab3930b08abd371bb8fe2a60014303.tar.gz
gentoo-2-36cc7fb575ab3930b08abd371bb8fe2a60014303.tar.bz2
gentoo-2-36cc7fb575ab3930b08abd371bb8fe2a60014303.zip
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r--dev-perl/Net-Patricia/ChangeLog7
-rw-r--r--dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild22
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog
index 62f89f0fb049..aebb104e77f3 100644
--- a/dev-perl/Net-Patricia/ChangeLog
+++ b/dev-perl/Net-Patricia/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Net-Patricia
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.23 2011/07/29 17:37:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.24 2011/08/29 11:46:50 tove Exp $
+
+*Net-Patricia-1.190.0 (29 Aug 2011)
+
+ 29 Aug 2011; Torsten Veller <tove@gentoo.org> +Net-Patricia-1.190.0.ebuild:
+ Change version scheme
29 Jul 2011; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.18.ebuild:
Cleanup
diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild
new file mode 100644
index 000000000000..7e65a1a4a7d9
--- /dev/null
+++ b/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/Net-Patricia-1.190.0.ebuild,v 1.1 2011/08/29 11:46:50 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=PHILIPP
+MODULE_VERSION=1.19
+inherit perl-module
+
+DESCRIPTION="Patricia Trie perl module for fast IP address lookups"
+
+LICENSE="|| ( GPL-2 GPL-3 )" # GPL-2+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE="ipv6"
+
+RDEPEND="dev-perl/Net-CIDR-Lite
+ ipv6? ( dev-perl/Socket6 )"
+DEPEND="${RDEPEND}"
+
+#SRC_TEST="do"