diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 14:12:37 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 14:12:37 +0000 |
commit | e2fb7296c5c4f9895346bc9920a6792207cbd984 (patch) | |
tree | 2ffc450800a6336934f292e25e3412c41d8ff869 /dev-perl/Hash-NoRef | |
parent | Change logging to syslog, add sanity check for /var/run/tor, bug #380117 (diff) | |
download | historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.gz historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.tar.bz2 historical-e2fb7296c5c4f9895346bc9920a6792207cbd984.zip |
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Hash-NoRef')
-rw-r--r-- | dev-perl/Hash-NoRef/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Hash-NoRef/Hash-NoRef-0.30.0.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-perl/Hash-NoRef/ChangeLog b/dev-perl/Hash-NoRef/ChangeLog index dbf99ebafcd5..eb72c49678f5 100644 --- a/dev-perl/Hash-NoRef/ChangeLog +++ b/dev-perl/Hash-NoRef/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Hash-NoRef -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-NoRef/ChangeLog,v 1.1 2010/02/05 16:11:15 weaver Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-NoRef/ChangeLog,v 1.2 2011/08/30 13:40:17 tove Exp $ + +*Hash-NoRef-0.30.0 (30 Aug 2011) + + 30 Aug 2011; Torsten Veller <tove@gentoo.org> +Hash-NoRef-0.30.0.ebuild: + Change version scheme *Hash-NoRef-0.03 (05 Feb 2010) diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0.ebuild b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0.ebuild new file mode 100644 index 000000000000..4edd3df979a3 --- /dev/null +++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0.ebuild,v 1.1 2011/08/30 13:40:17 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=GMPASSOS +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION="A HASH that store values without increasing the reference count (weak references)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" |