diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-06 19:16:40 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2015-05-06 19:16:40 +0000 |
commit | 8313c6f2c9190ac6bcec4bf1bbe5db94a596ee38 (patch) | |
tree | d5c2f981d745cd3ced44dbc4a706fbc324abeb6f /dev-perl/Want | |
parent | Initial import of live ebuild (diff) | |
download | gentoo-2-8313c6f2c9190ac6bcec4bf1bbe5db94a596ee38.tar.gz gentoo-2-8313c6f2c9190ac6bcec4bf1bbe5db94a596ee38.tar.bz2 gentoo-2-8313c6f2c9190ac6bcec4bf1bbe5db94a596ee38.zip |
Version bump
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Want')
-rw-r--r-- | dev-perl/Want/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Want/Want-0.260.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-perl/Want/ChangeLog b/dev-perl/Want/ChangeLog index 2fa4d11364ca..4fe3933d6e5f 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.56 2014/10/17 20:29:43 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/ChangeLog,v 1.57 2015/05/06 19:16:40 zlogene Exp $ + +*Want-0.260.0 (06 May 2015) + + 06 May 2015; Mikle Kolyada <zlogene@gentoo.org> +Want-0.260.0.ebuild: + Version bump *Want-0.230.0 (17 Oct 2014) diff --git a/dev-perl/Want/Want-0.260.0.ebuild b/dev-perl/Want/Want-0.260.0.ebuild new file mode 100644 index 000000000000..0ef3a0cec9c8 --- /dev/null +++ b/dev-perl/Want/Want-0.260.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Want/Want-0.260.0.ebuild,v 1.1 2015/05/06 19:16:40 zlogene Exp $ + +EAPI=5 + +MODULE_AUTHOR=ROBIN +MODULE_VERSION=0.26 +inherit perl-module + +DESCRIPTION="A generalisation of wantarray" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ppc ~x86 ~ppc-aix" +IUSE="" + +SRC_TEST="do" |