diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:24:17 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-28 20:32:11 +0200 |
commit | 812c31e77e4d2c0540d21c88230518910373e961 (patch) | |
tree | d953e951cac66413f103b437150f7e7fef161277 /dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild | |
parent | dev-perl/Tie-EncryptedHash: EAPI=8 bump (diff) | |
download | gentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.gz gentoo-812c31e77e4d2c0540d21c88230518910373e961.tar.bz2 gentoo-812c31e77e4d2c0540d21c88230518910373e961.zip |
dev-perl/Tie-Hash-Method: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild')
-rw-r--r-- | dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild new file mode 100644 index 000000000000..87411175d04a --- /dev/null +++ b/dev-perl/Tie-Hash-Method/Tie-Hash-Method-0.20.0-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=YVES +DIST_VERSION=0.02 + +inherit perl-module + +DESCRIPTION="Tied hash with specific methods overriden by callbacks" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="test? ( dev-perl/Test-Pod )" |