commit: 3a63c680f0a71438ef63c290f89e1d4bbeede685 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Wed Oct 25 20:25:44 2017 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Wed Oct 25 20:28:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a63c680
dev-perl/Hash-NoRef: Enable tests - EAPI6 - Enable tests Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild new file mode 100644 index 00000000000..1f65c4b520c --- /dev/null +++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=GMPASSOS +DIST_VERSION=0.03 +inherit perl-module + +DESCRIPTION="Hash to store values without increasing reference count (weak references)" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE=""