diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-21 20:49:58 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-10-21 20:51:53 +0200 |
commit | 9cce726ef04ab6cbbe3584e520cdb6f08a92f105 (patch) | |
tree | b4f8838148298e8d9e634573b335da1cd45c3a8a /dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild | |
parent | dev-perl/Devel-CheckOS: Remove old (diff) | |
download | gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.tar.gz gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.tar.bz2 gentoo-9cce726ef04ab6cbbe3584e520cdb6f08a92f105.zip |
dev-perl/Devel-GlobalDestruction: 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/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild')
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild new file mode 100644 index 000000000000..4fdbe2ce2e0a --- /dev/null +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.140.0-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HAARG +DIST_VERSION=0.14 +inherit perl-module + +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + >=dev-perl/Sub-Exporter-Progressive-0.1.11 +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" |