summaryrefslogtreecommitdiff
path: root/dev-perl/Scope-Guard
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-07 00:16:33 +0100
commitd162ba1860a88062f4cd61f8b52fc303ba0b2991 (patch)
tree24cd2cf57f3932a24b96e4a0f6666489447e43ba /dev-perl/Scope-Guard
parent590b9b7b03bf4651e099949e318755af7cfa81b8 (diff)
gentoo resync : 07.08.2021
Diffstat (limited to 'dev-perl/Scope-Guard')
-rw-r--r--dev-perl/Scope-Guard/Manifest2
-rw-r--r--dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild13
-rw-r--r--dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild21
3 files changed, 14 insertions, 22 deletions
diff --git a/dev-perl/Scope-Guard/Manifest b/dev-perl/Scope-Guard/Manifest
index 37855cf736cd..ed9c0d118935 100644
--- a/dev-perl/Scope-Guard/Manifest
+++ b/dev-perl/Scope-Guard/Manifest
@@ -1,3 +1,3 @@
DIST Scope-Guard-0.21.tar.gz 4377 BLAKE2B bb9c690b9367a7129555a2b688efabc12e473b9639f0ce4298bc3a6afacb7620438b5514dc7de7532b31125c0b7b9f61dc565e08c4dd7912d0a8ff40f3e7a26b SHA512 65492e08ab79dc323649166e83ffc13c6f1fffaa9c60d581d8854dfe427a54a3c3c5e4d8b90308d4b1a31a1a54c7977b4e1d36fc9005c6e716c2361ce187fc9f
-EBUILD Scope-Guard-0.210.0.ebuild 571 BLAKE2B 76982a495c8a9b4835578dce1ead0acb32ef259d1a9dd8d76379afab17f64f413f802da6b168a09f64cf244dd8c72d14b6db7619fcd26c8c8186815117989a2e SHA512 9f4f3d5f2daed2b7781b5dc4caf3384120bc54c1b629507dbdb71381eb9eeb1a66a1b4365f92d8cf062aacbc75ae335b2fda9226010d2c015b5b02bd79093f22
+EBUILD Scope-Guard-0.210.0-r1.ebuild 429 BLAKE2B 361ed91c8c29d5b26803c26c24d3e06ec78574acadad40710eb0d538547416cc0a5f151ad0cc2516dc78d5e236d8a59fbdd6500102f0160404c282be94bea446 SHA512 541e1f91d3ed806b23787b4ce9b6c8ca527b0cc1d83f9c6adc2112d687a4278b3aa93062c2d753aa235f45f55f40e7887158cd0424e50af85b751d7cee01bf18
MISC metadata.xml 394 BLAKE2B c11d06eaeccbf286775d255d21a8cae6d5310da65136cefb0cf7c7b4b907fdc398f39d3972aaeafe0e6d84666cea8989745a39b2d9bcef8546a75dc97168dd48 SHA512 03a15e4f4408cbfbf1a441de41033ea67dceacbd915f46f79f28a13a24235b015b41329ef321aee2f033e5da067e7e3a573d2c799dda7260156af33949b88003
diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild
new file mode 100644
index 000000000000..3763e102c707
--- /dev/null
+++ b/dev-perl/Scope-Guard/Scope-Guard-0.210.0-r1.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=CHOCOLATE
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Lexically scoped resource management"
+
+SLOT="0"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
diff --git a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild b/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
deleted file mode 100644
index becab8e12e81..000000000000
--- a/dev-perl/Scope-Guard/Scope-Guard-0.210.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CHOCOLATE
-DIST_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION="Lexically scoped resource management"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"