diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:26:54 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-08-22 18:26:54 +0000 |
commit | a224bc8027984a2c9590a4133a804d92572fb42c (patch) | |
tree | 75dbaa5fc8ed86c0e9bb34516d3c742119d7a6ba /dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild | |
parent | bumped EAPI to 5; committed directly to stable as no other changes present an... (diff) | |
download | gentoo-2-a224bc8027984a2c9590a4133a804d92572fb42c.tar.gz gentoo-2-a224bc8027984a2c9590a4133a804d92572fb42c.tar.bz2 gentoo-2-a224bc8027984a2c9590a4133a804d92572fb42c.zip |
bumped EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild')
-rw-r--r-- | dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild b/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild new file mode 100644 index 000000000000..3b99b5be825f --- /dev/null +++ b/dev-perl/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.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/Tie-StrictHash/Tie-StrictHash-1.0.0-r1.ebuild,v 1.1 2014/08/22 18:26:54 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=KVAIL +MODULE_VERSION=1.0 +inherit perl-module + +DESCRIPTION="A hash with strict-like semantics" + +SLOT="0" +KEYWORDS="amd64 ia64 x86" +IUSE="" + +SRC_TEST="do" |