diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-05 07:49:54 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-05 07:49:54 +0000 |
commit | fb5d92cfaf55eba00a8c2d8266c2ed9e80001d4a (patch) | |
tree | fdecfe0b033a3f45ca3147ed7e1332e411e5a4a2 /dev-perl/Net-Patricia | |
parent | Update dev-vcs/rcs dependency after package move, bug 56967. (diff) | |
download | gentoo-2-fb5d92cfaf55eba00a8c2d8266c2ed9e80001d4a.tar.gz gentoo-2-fb5d92cfaf55eba00a8c2d8266c2ed9e80001d4a.tar.bz2 gentoo-2-fb5d92cfaf55eba00a8c2d8266c2ed9e80001d4a.zip |
Version bump
(Portage version: 2.2_rc64/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Net-Patricia')
-rw-r--r-- | dev-perl/Net-Patricia/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Net-Patricia/Net-Patricia-1.16.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Net-Patricia/ChangeLog b/dev-perl/Net-Patricia/ChangeLog index 7001a309e24b..e32a6fbe4643 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.16 2009/06/03 15:54:38 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Net-Patricia/ChangeLog,v 1.17 2010/03/05 07:49:54 tove Exp $ + +*Net-Patricia-1.16 (05 Mar 2010) + + 05 Mar 2010; Torsten Veller <tove@gentoo.org> +Net-Patricia-1.16.ebuild: + Version bump 03 Jun 2009; Torsten Veller <tove@gentoo.org> -Net-Patricia-1.14.52.ebuild: diff --git a/dev-perl/Net-Patricia/Net-Patricia-1.16.ebuild b/dev-perl/Net-Patricia/Net-Patricia-1.16.ebuild new file mode 100644 index 000000000000..a9c59e9c5dcc --- /dev/null +++ b/dev-perl/Net-Patricia/Net-Patricia-1.16.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.16.ebuild,v 1.1 2010/03/05 07:49:54 tove 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" |