diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-06 08:21:43 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-06 08:21:43 +0000 |
commit | 40d93337c15817068f387f416b179fd64ef0f932 (patch) | |
tree | 689729dae20e2dc6426c13fb961bd0e82e349fdc /dev-perl/Net-Patricia | |
parent | Version bump (diff) | |
download | gentoo-2-40d93337c15817068f387f416b179fd64ef0f932.tar.gz gentoo-2-40d93337c15817068f387f416b179fd64ef0f932.tar.bz2 gentoo-2-40d93337c15817068f387f416b179fd64ef0f932.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index a8652fcb832d..caefbb7e1639 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.14 2009/05/02 11:04:41 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.15 2009/05/06 08:21:43 tove Exp $ + +*Net-Patricia-1.15 (06 May 2009) + + 06 May 2009; Torsten Veller <tove@gentoo.org> +Net-Patricia-1.15.ebuild: + Version bump 02 May 2009; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.010.ebuild: Cleanup diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild new file mode 100644 index 000000000000..b54a073fbcb4 --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.15.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2009 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.15.ebuild,v 1.1 2009/05/06 08:21:43 tove Exp $ + +EAPI=2 + +MODULE_AUTHOR=PHILIPP +inherit perl-module + +DESCRIPTION="Patricia Trie perl module for fast IP address lookups" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +#SRC_TEST="do" |