diff options
author | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:00:30 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2011-08-28 09:00:30 +0000 |
commit | 08f07c505a6927da40a0574a61f4c548e25e7f26 (patch) | |
tree | c1c1d0fb943e9e51319eee570c52d1b15eafa1ba /dev-perl/WeakRef/WeakRef-0.10.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-08f07c505a6927da40a0574a61f4c548e25e7f26.tar.gz gentoo-2-08f07c505a6927da40a0574a61f4c548e25e7f26.tar.bz2 gentoo-2-08f07c505a6927da40a0574a61f4c548e25e7f26.zip |
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/WeakRef/WeakRef-0.10.0.ebuild')
-rw-r--r-- | dev-perl/WeakRef/WeakRef-0.10.0.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/WeakRef/WeakRef-0.10.0.ebuild b/dev-perl/WeakRef/WeakRef-0.10.0.ebuild new file mode 100644 index 000000000000..257cf38582ec --- /dev/null +++ b/dev-perl/WeakRef/WeakRef-0.10.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WeakRef/WeakRef-0.10.0.ebuild,v 1.1 2011/08/28 09:00:30 tove Exp $ + +EAPI=4 + +MODULE_AUTHOR=LUKKA +MODULE_VERSION=0.01 +inherit perl-module + +DESCRIPTION="An API to the Perl weak references" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="" + +SRC_TEST="do" |