diff options
author | 2021-10-11 23:18:14 +0200 | |
---|---|---|
committer | 2021-10-11 23:26:58 +0200 | |
commit | 71b02e65d9444771c775f89fbc2ff1b367bb1efe (patch) | |
tree | 0ba2ac0d783cd09de05c4746f98b2ba0a1e108d0 /dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild | |
parent | dev-perl/Class-Singleton: Remove old (diff) | |
download | gentoo-71b02e65d9444771c775f89fbc2ff1b367bb1efe.tar.gz gentoo-71b02e65d9444771c775f89fbc2ff1b367bb1efe.tar.bz2 gentoo-71b02e65d9444771c775f89fbc2ff1b367bb1efe.zip |
dev-perl/Class-Std: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild')
-rw-r--r-- | dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild b/dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild new file mode 100644 index 000000000000..c6dcc1e6086f --- /dev/null +++ b/dev-perl/Class-Std/Class-Std-0.13.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=CHORNY +DIST_VERSION=0.013 +DIST_EXAMPLES=("demo/*") +inherit perl-module + +DESCRIPTION='Support for creating standard "inside-out" classes' + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + virtual/perl-Data-Dumper + virtual/perl-Scalar-List-Utils +" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-0.420.0 + test? ( + virtual/perl-Test-Simple + ) +" |