summaryrefslogtreecommitdiff
path: root/dev-perl/Text-Glob
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-09-25 20:21:45 +0100
commitc719fdcee603a5a706a45d10cb598762d56a727d (patch)
tree620cbf137661399a3fb1eff92914204f9a970713 /dev-perl/Text-Glob
parentcc4618c9ba3d974948ebf340b542d8cb01db2f55 (diff)
gentoo resync : 25.09.2021
Diffstat (limited to 'dev-perl/Text-Glob')
-rw-r--r--dev-perl/Text-Glob/Manifest4
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild (renamed from dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild)10
-rw-r--r--dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild20
3 files changed, 6 insertions, 28 deletions
diff --git a/dev-perl/Text-Glob/Manifest b/dev-perl/Text-Glob/Manifest
index 2a74f9cb2934..d53a48b048a6 100644
--- a/dev-perl/Text-Glob/Manifest
+++ b/dev-perl/Text-Glob/Manifest
@@ -1,5 +1,3 @@
-DIST Text-Glob-0.09.tar.gz 4171 BLAKE2B 770e5f54fa7ce8ecbdf884e6823b2928b1826602657905be998dac9642e372dc809673a2fc5e4ab16ca08c9908f17ffca42fd44c71ec11de12ac157984986e44 SHA512 9b729e4ece88ad79e1b637c7f35e5e1ecae3fd7f62c408ed4f3fcac2e8e8afff32d7d805e1b0269800aada5ae609d03335d42ac54def2797d301e91fa488ae47
DIST Text-Glob-0.11.tar.gz 4862 BLAKE2B d57c2f2cde24b8fedfe0e0bc17c4008c1107b07bb91fa62d95428100c80bc8dfebdcae2e16dd0768a88130d43a0461b6c5227bcd00607afcdb09606cdbb8db61 SHA512 20322fee3f56ee7e65f0f8e5371d9dbbe89895d8b9c9207486e7934e29bd883fb557c9765e406f85f56b67019293d82a0318ded83a9387b164cb5e8f58bef0cb
-EBUILD Text-Glob-0.110.0.ebuild 589 BLAKE2B 0c3241a8b62faf3feaf27f62dd8ab5e5845bd2a177c3ff8b37864c29330ab98a43d4b9b8ae3363571fee07badd7ceeef4f439909a99a46b5ecc35908211ece40 SHA512 063a6b1cf382ad66126c6b11f0db6dc7e1d434c0c7a64a044a780753cb6f5625a8c028be9c307e740122503bcf87a19b07a9fef11d8bbc13a251cdbb9793f357
-EBUILD Text-Glob-0.90.0-r1.ebuild 449 BLAKE2B c733f40eb429d0457c2874a68d4f48666e178e90fc198d0c2effab08a56a9f3d675d985869d31cf042964e0af652f184011711bbc18a3efa1d3c8148bd81260c SHA512 f4241127745fa44e57ab3c9515988b44ebe90c564f0802c27a39c1415c059ae0e744561c467d4db6a6a38922206276b326587c168db45545bbf64b177c38f7d7
+EBUILD Text-Glob-0.110.0-r1.ebuild 554 BLAKE2B bed432d5e64f3c81b8151a8b935c99f2670a97b4679fef009d4f9c703a9c22f24cd75d8d29a4573cf492b3fe453875a395ad6701eb375546e171a4ab178f8061 SHA512 15aa0b877278244940ab122dbb6a9ff766e278afe46986c6cd15de88b423ef26e5292b869959600cb8399ac080607a64ba102a0a9f7f158784c25966354688d8
MISC metadata.xml 391 BLAKE2B ad7c22f8b38efd3c09cc5479b7e88f070fcf8daeec0c578ef014318b02086956c8cbd54c4b74365e4b51481c072fd2ea96cf42ce1ac001cee9b3a1080b11969e SHA512 b2224b064b68a0b718edd8c2ce66626b879a5fca9255698ff689cdc0b1010b8ce68c305b7404f0c9d53ccc1aad404fedd868b12d5af40228cf8de1fa0c7dc2ed
diff --git a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild b/dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild
index 7c7e54ad2851..b7df03ce67c0 100644
--- a/dev-perl/Text-Glob/Text-Glob-0.110.0.ebuild
+++ b/dev-perl/Text-Glob/Text-Glob-0.110.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=RCLAMP
DIST_VERSION=0.11
@@ -11,11 +11,11 @@ DESCRIPTION="Match globbing patterns against text"
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="virtual/perl-Exporter"
-DEPEND="${RDEPEND}
+RDEPEND="
+ virtual/perl-Exporter
+"
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? ( virtual/perl-Test-Simple )
"
diff --git a/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild b/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild
deleted file mode 100644
index e014341e6e62..000000000000
--- a/dev-perl/Text-Glob/Text-Glob-0.90.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=RCLAMP
-MODULE_VERSION=0.09
-inherit perl-module
-
-DESCRIPTION="Match globbing patterns against text"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.28"
-
-SRC_TEST="do"