diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 05:06:24 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-06-19 05:08:06 +1200 |
commit | 23ea4fa8cb2d96327a1cbfc87960c3397735e6e3 (patch) | |
tree | fcabca5d8f4a53d6ff82569c2cf7616134b0d204 /dev-perl/Class-Loader | |
parent | dev-db/libdbi-drivers: Drop 0.9.0 (r0) (diff) | |
download | gentoo-23ea4fa8cb2d96327a1cbfc87960c3397735e6e3.tar.gz gentoo-23ea4fa8cb2d96327a1cbfc87960c3397735e6e3.tar.bz2 gentoo-23ea4fa8cb2d96327a1cbfc87960c3397735e6e3.zip |
dev-perl/Class-Loader: -r bump for EAPI7
- EAPI7
- Remove empty/useless variable assignments
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Loader')
-rw-r--r-- | dev-perl/Class-Loader/Class-Loader-2.30.0-r2.ebuild | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-perl/Class-Loader/Class-Loader-2.30.0-r2.ebuild b/dev-perl/Class-Loader/Class-Loader-2.30.0-r2.ebuild new file mode 100644 index 000000000000..fd2672224b73 --- /dev/null +++ b/dev-perl/Class-Loader/Class-Loader-2.30.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=VIPUL +DIST_VERSION=2.03 +inherit perl-module + +DESCRIPTION="Load modules and create objects on demand" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" |