commit: 8b8668046bff72bad29637a6d73e06fbdfb5b03e Author: Kent Fredric <kentnl <AT> gentoo <DOT> org> AuthorDate: Sun Jun 28 13:54:10 2020 +0000 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org> CommitDate: Sun Jun 28 13:54:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b866804
dev-perl/Config-Simple: -r bump for EAPI7 - EAPI7 - Remove unused/empty variable assignments - Fix redundant description Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org> dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild b/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild new file mode 100644 index 00000000000..f5121e6b5d9 --- /dev/null +++ b/dev-perl/Config-Simple/Config-Simple-4.590.0-r2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=SHERZODR +DIST_VERSION=4.59 +inherit perl-module + +DESCRIPTION="Simple configuration file class" + +SLOT="0" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x86-solaris"
