diff options
author | Kent Fredric <kentfredric@gmail.com> | 2016-02-20 17:02:39 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2016-02-20 20:48:04 +1300 |
commit | 24c5d6c4ec953c047b3a1903d3aac9cda03d1dad (patch) | |
tree | 5bbc9cbba4fc89fbec651c1e62fc6157deebb9ad /dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild | |
parent | dev-perl/HTTP-Message: Bump to version 6.110.0 (diff) | |
download | gentoo-24c5d6c4ec953c047b3a1903d3aac9cda03d1dad.tar.gz gentoo-24c5d6c4ec953c047b3a1903d3aac9cda03d1dad.tar.bz2 gentoo-24c5d6c4ec953c047b3a1903d3aac9cda03d1dad.zip |
dev-perl/Hash-MoreUtils: Bump to version 0.50.0
- use EAPI6
- Cleanup dependencies
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild')
-rw-r--r-- | dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild b/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild new file mode 100644 index 000000000000..ac91292febfa --- /dev/null +++ b/dev-perl/Hash-MoreUtils/Hash-MoreUtils-0.50.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=REHSACK +DIST_VERSION=0.05 + +inherit perl-module + +DESCRIPTION="Provide the stuff missing in Hash::Util" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="" +DEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( >=virtual/perl-Test-Simple-0.900.0 ) +" |