diff options
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" |