diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:40:17 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-30 13:40:17 +0000 |
commit | c25e0c424f0967a5fb992568975f7c66339c4cd5 (patch) | |
tree | 3d49100bd69ebf46a7732b0e0fc22ffa3f509309 /dev-perl/Hash-NoRef | |
parent | Change version scheme (diff) | |
download | gentoo-2-c25e0c424f0967a5fb992568975f7c66339c4cd5.tar.gz gentoo-2-c25e0c424f0967a5fb992568975f7c66339c4cd5.tar.bz2 gentoo-2-c25e0c424f0967a5fb992568975f7c66339c4cd5.zip |
Change version scheme
(Portage version: 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="" |