summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-06-20 10:39:34 +1200
committerKent Fredric <kentnl@gentoo.org>2020-06-20 10:41:58 +1200
commit2aa55a3662539228409cb2317cc1a7f851e77c41 (patch)
tree921b2961275aa22a68095db663ec9c127a8433ed /dev-perl
parentapp-crypt/gnupg: HOMEPAGE use https (diff)
downloadgentoo-2aa55a3662539228409cb2317cc1a7f851e77c41.tar.gz
gentoo-2aa55a3662539228409cb2317cc1a7f851e77c41.tar.bz2
gentoo-2aa55a3662539228409cb2317cc1a7f851e77c41.zip
dev-perl/Class-Singleton: -r bump for EAPI7
- EAPI7 - Remove unusued/empty variable assignments - Parallel tests Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Kent Fredric <kentnl@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Class-Singleton/Class-Singleton-1.500.0-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/dev-perl/Class-Singleton/Class-Singleton-1.500.0-r1.ebuild b/dev-perl/Class-Singleton/Class-Singleton-1.500.0-r1.ebuild
new file mode 100644
index 000000000000..b53fcd02e743
--- /dev/null
+++ b/dev-perl/Class-Singleton/Class-Singleton-1.500.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SHAY
+DIST_VERSION=1.5
+inherit perl-module
+
+DESCRIPTION="Implementation of a Singleton class"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+BDEPEND="
+ virtual/perl-ExtUtils-MakeMaker
+"