diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:05:05 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-10-29 02:05:05 +0000 |
commit | b5e776c291a82cc5f060ea048dd1b006832042d0 (patch) | |
tree | 69148a756a36602f812514ebacfdf37bcb646706 /dev-perl/Net-Patricia | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-b5e776c291a82cc5f060ea048dd1b006832042d0.tar.gz gentoo-2-b5e776c291a82cc5f060ea048dd1b006832042d0.tar.bz2 gentoo-2-b5e776c291a82cc5f060ea048dd1b006832042d0.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.18.ebuild | 17 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index 4d4c2fb6d6c3..a1a487c41a25 100644 --- a/dev-perl/Net-Patricia/ChangeLog +++ b/dev-perl/Net-Patricia/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Net-Patricia # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.20 2010/08/15 18:53:43 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.21 2010/10/29 02:05:05 robbat2 Exp $ + +*Net-Patricia-1.18 (29 Oct 2010) + + 29 Oct 2010; Robin H. Johnson <robbat2@gentoo.org> + +Net-Patricia-1.18.ebuild: + Version bump via perl-bump experimental tool. 15 Aug 2010; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.014.ebuild, -Net-Patricia-1.15.ebuild: diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.18.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.18.ebuild new file mode 100644 index 000000000000..89c5c887909d --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.18.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.18.ebuild,v 1.1 2010/10/29 02:05:03 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=PHILIPP +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="" + +#SRC_TEST="do" |