diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-17 20:29:43 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-10-17 20:29:43 +0000 |
commit | d6827833dd3400fe8955949fb3cca4087aa86390 (patch) | |
tree | 4f7bf23126cbeb76768027ad0c1fedc37fbae097 /dev-perl/Want | |
parent | Start masking packages that cause repoman failures due to unmigrated deps. (diff) | |
download | gentoo-2-d6827833dd3400fe8955949fb3cca4087aa86390.tar.gz gentoo-2-d6827833dd3400fe8955949fb3cca4087aa86390.tar.bz2 gentoo-2-d6827833dd3400fe8955949fb3cca4087aa86390.zip |
Version bump
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.230.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index a2a273b984e6..2fa4d11364ca 100644 --- a/dev-perl/Want/ChangeLog +++ b/dev-perl/Want/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Want # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.55 2014/08/22 18:30:50 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.56 2014/10/17 20:29:43 zlogene Exp $ + +*Want-0.230.0 (17 Oct 2014) + + 17 Oct 2014; Mikle Kolyada <zlogene@gentoo.org> +Want-0.230.0.ebuild: + Version bump *Want-0.210.0-r1 (22 Aug 2014) diff --git a/dev-perl/Want/Want-0.230.0.ebuild b/dev-perl/Want/Want-0.230.0.ebuild new file mode 100644 index 000000000000..1c9f37d0ff28 --- /dev/null +++ b/dev-perl/Want/Want-0.230.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.230.0.ebuild,v 1.1 2014/10/17 20:29:43 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=ROBIN +MODULE_VERSION=0.23 +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix" +IUSE="" + +SRC_TEST="do" |