* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2015-11-27 1:16 Patrice Clement
0 siblings, 0 replies; 15+ messages in thread
From: Patrice Clement @ 2015-11-27 1:16 UTC (permalink / raw
To: gentoo-commits
commit: d5346eb86692994b0280dab94c96801711cd2cfa
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 01:05:11 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 01:15:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5346eb8
dev-perl/Module-Pluggable: Version bump.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/Module-Pluggable/Manifest | 1 +
.../Module-Pluggable-5.200.0.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index be64184..bb701cc 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1,3 +1,4 @@
DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a
DIST Module-Pluggable-4.8.tar.gz 27074 SHA256 a2b59788de632d4dfea0346d9264a007d5c3742c6055db063d400cf5acd2823d SHA512 161d7f4286907c99dc3e762aec1e0a6aec044f089896b73bb2413b015cad45da32efc4ec1ea6c5eafd8610791f80920282623fa768e80022f541d698b5d14ea7 WHIRLPOOL 6a9be74901f5ccc620e76529e4dd8f00cca92fd2d35d393cb76f1646d730583a4e629c0c8784cab3b3f5d8354d93256b4b13895b34735926ab2c60a1467ea62d
DIST Module-Pluggable-5.1.tar.gz 29418 SHA256 e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f SHA512 2ed43516ff18f50ac494f6365296f42e7dfc6704a2b01d3661ca00c295ee378184757cb03381400fba8bc5f2df06241f2ee9ecf930af4d498b042c68069a670b WHIRLPOOL f07c1ebcad473d68bd4564bcfb44b5c140bb8960e9c544f2101d967cee0c8b27e1e67e137fc2be06ae383f23170055d4a2387c6b13c5b71dc16ea5437cd526a6
+DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
new file mode 100644
index 0000000..3e25ec1
--- /dev/null
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=SIMONW
+MODULE_VERSION=5.2
+inherit perl-module
+
+DESCRIPTION="Automatically give your module the ability to have plugins"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+IUSE="test"
+
+RDEPEND="
+ >=virtual/perl-File-Spec-3
+ virtual/perl-if
+"
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? ( >=virtual/perl-Test-Simple-0.620.0 )
+"
+
+SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2016-03-27 22:22 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-03-27 22:22 UTC (permalink / raw
To: gentoo-commits
commit: 75369819545ae8c8b9d97a600e9ef4ef4b0b05b2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 27 22:10:41 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Mar 27 22:22:33 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75369819
dev-perl/Module-Pluggable: Remove old
Package-Manager: portage-2.2.28
dev-perl/Module-Pluggable/Manifest | 2 --
.../Module-Pluggable-4.800.0.ebuild | 22 ------------------
.../Module-Pluggable-5.100.0.ebuild | 26 ----------------------
3 files changed, 50 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index bb701cc..9f9e2c7 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1,4 +1,2 @@
DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a
-DIST Module-Pluggable-4.8.tar.gz 27074 SHA256 a2b59788de632d4dfea0346d9264a007d5c3742c6055db063d400cf5acd2823d SHA512 161d7f4286907c99dc3e762aec1e0a6aec044f089896b73bb2413b015cad45da32efc4ec1ea6c5eafd8610791f80920282623fa768e80022f541d698b5d14ea7 WHIRLPOOL 6a9be74901f5ccc620e76529e4dd8f00cca92fd2d35d393cb76f1646d730583a4e629c0c8784cab3b3f5d8354d93256b4b13895b34735926ab2c60a1467ea62d
-DIST Module-Pluggable-5.1.tar.gz 29418 SHA256 e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f SHA512 2ed43516ff18f50ac494f6365296f42e7dfc6704a2b01d3661ca00c295ee378184757cb03381400fba8bc5f2df06241f2ee9ecf930af4d498b042c68069a670b WHIRLPOOL f07c1ebcad473d68bd4564bcfb44b5c140bb8960e9c544f2101d967cee0c8b27e1e67e137fc2be06ae383f23170055d4a2387c6b13c5b71dc16ea5437cd526a6
DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild
deleted file mode 100644
index fd2864b..0000000
--- a/dev-perl/Module-Pluggable/Module-Pluggable-4.800.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=4.8
-inherit perl-module
-
-DESCRIPTION="automatically give your module the ability to have plugins"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild
deleted file mode 100644
index 18475cd..0000000
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.100.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=5.1
-inherit perl-module
-
-DESCRIPTION="Automatically give your module the ability to have plugins"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-File-Spec-3
- virtual/perl-if
-"
-DEPEND="${RDEPEND}
- >=dev-perl/Module-Build-0.380.0
- test? ( >=virtual/perl-Test-Simple-0.620.0 )
-"
-
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2016-03-28 9:33 Agostino Sarubbo
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo @ 2016-03-28 9:33 UTC (permalink / raw
To: gentoo-commits
commit: e33e83a9fbef26916b3338b9d37d90df181e2cb9
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 09:33:25 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 09:33:25 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e33e83a9
dev-perl/Module-Pluggable: alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, (ALLARCHES policy) wrt bug #578412
Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
index 3e25ec1..9a42d11 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2016-03-28 19:56 Andreas Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas Hüttel @ 2016-03-28 19:56 UTC (permalink / raw
To: gentoo-commits
commit: c373f59d41d522b928183732340eaa0c9ee97ded
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 28 13:35:59 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 28 19:55:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c373f59d
dev-perl/Module-Pluggable: Remove old
Package-Manager: portage-2.2.28
dev-perl/Module-Pluggable/Manifest | 1 -
.../Module-Pluggable-4.700.0.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index 9f9e2c7..9458923 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1,2 +1 @@
-DIST Module-Pluggable-4.7.tar.gz 26906 SHA256 f7d9ae87f37ebf12e8ff6396554fb4bcd36291c53443e3fb0904a5955cb80fb5 SHA512 cede5dbcff3dfeeaa427047f8845e11c08e08f86be534ff2af9bdd562c5ca96b41acd94960e0f9b02cf4ae1cbc38a058a174ebc8bce2d60f68f9c2aeb96af9a5 WHIRLPOOL 0a7aef7df71673d1b846ccf5c7eb8db89935ece65b1433501d15d5c8c3e76e076e12d238f9a8c69f15722d3af7d4818a96a2021cbfd9b1bd9870109b0196b24a
DIST Module-Pluggable-5.2.tar.gz 26920 SHA256 b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5 WHIRLPOOL af064c08187fc3ea2905ee2333a6a15485839a583bb89fa6d5733a8a0d3bd57fdcbec026a199f856041307f1b8195540179360d002b1dcc534b447f479fd9825
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild
deleted file mode 100644
index 8f595c8..0000000
--- a/dev-perl/Module-Pluggable/Module-Pluggable-4.700.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=4.7
-inherit perl-module
-
-DESCRIPTION="automatically give your module the ability to have plugins"
-
-SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
- dev-perl/Module-Build
-"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2019-07-28 17:16 Aaron Bauman
0 siblings, 0 replies; 15+ messages in thread
From: Aaron Bauman @ 2019-07-28 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 7a4ff211df833e990e9b2170d9f800de609c110c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 17:08:47 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 17:15:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a4ff211
dev-perl/Module-Pluggable: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
index 4e83707c9e2..2ff6c597002 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2021-05-13 14:34 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-05-13 14:34 UTC (permalink / raw
To: gentoo-commits
commit: 8350f197a465cd424797f4ed65a9967fd906a069
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu May 13 14:28:59 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu May 13 14:33:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8350f197
dev-perl/Module-Pluggable: Keyword ~riscv
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
index edac7d06c0f..b145d0e1aad 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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 )"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2021-07-06 20:17 Andreas K. Hüttel
0 siblings, 0 replies; 15+ messages in thread
From: Andreas K. Hüttel @ 2021-07-06 20:17 UTC (permalink / raw
To: gentoo-commits
commit: c828f5a4bee9e8e584ab2a127c4ddbc408f8956e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 6 20:14:28 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 6 20:16:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c828f5a4
dev-perl/Module-Pluggable: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ble-5.200.0.ebuild => Module-Pluggable-5.200.0-r1.ebuild} | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
similarity index 80%
rename from dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
rename to dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
index b145d0e1aad..21ab867bf6d 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
@@ -1,26 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=SIMONW
-MODULE_VERSION=5.2
+DIST_AUTHOR=SIMONW
+DIST_VERSION=5.2
inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~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-File-Spec-3
virtual/perl-if
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? ( >=virtual/perl-Test-Simple-0.620.0 )
"
-
-SRC_TEST="do parallel"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2021-08-05 11:11 Sergei Trofimovich
0 siblings, 0 replies; 15+ messages in thread
From: Sergei Trofimovich @ 2021-08-05 11:11 UTC (permalink / raw
To: gentoo-commits
commit: dfc3bb268125a8db0847ec797ba14646f2007a97
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Thu Aug 5 10:05:57 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Aug 5 11:10:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc3bb26
dev-perl/Module-Pluggable: stable 5.200.0-r1 for hppa, bug #779163
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
index 21ab867bf6d..455fb4041d2 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-5.200.0-r1.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
>=virtual/perl-File-Spec-3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2024-10-24 10:23 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-10-24 10:23 UTC (permalink / raw
To: gentoo-commits
commit: 411671ecb8b609f5a7657a515ef41d74c1f3b901
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 10:00:19 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 10:22:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411671ec
dev-perl/Module-Pluggable: add 6.100.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Module-Pluggable/Manifest | 1 +
.../Module-Pluggable-6.100.0.ebuild | 26 ++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index b2572139fe25..3056df444d3a 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1 +1,2 @@
DIST Module-Pluggable-5.2.tar.gz 26920 BLAKE2B 061ec1353ec7ea8fd00e503914f8dba283be47ca1c2ecfa237ae985e8c099228dc949f66e2f182729378c578b25417e7c3c798f855b4bf1b5194f62d513a0f66 SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5
+DIST Module-Pluggable-6.1.tar.gz 28424 BLAKE2B dea55749b04be5646f5a77efa1c7ed03ba46d4d3fc7648ad7aad9625abbe60e3ab0f4f4adaf99feab2583cb8ed4ae901caed62d00e47d1d9cab06b5f4097c135 SHA512 48b714cc92cbceab902f04b21d9a1567763a0c25656473bbe46574a1dc3dd9f63e28c466b07a755c58611c4b4431ba886adeaf2142ee8eafbd07c5b79e79fb26
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild
new file mode 100644
index 000000000000..bbfd03a9ff1b
--- /dev/null
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.100.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SIMONW
+DIST_VERSION=6.1
+inherit perl-module
+
+DESCRIPTION="Automatically give your module the ability to have plugins"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ >=virtual/perl-File-Spec-3
+ virtual/perl-if
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/File-Slurp
+ >=virtual/perl-Test-Simple-0.620.0
+ )
+"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2024-10-25 23:44 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2024-10-25 23:44 UTC (permalink / raw
To: gentoo-commits
commit: 148e4dba1a06ec6e340c66e3dc40eb3ce4418aad
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 25 23:41:02 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 25 23:43:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148e4dba
dev-perl/Module-Pluggable: add 6.200.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Module-Pluggable/Manifest | 1 +
.../Module-Pluggable-6.200.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index 3056df444d3a..e552eb5c025d 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1,2 +1,3 @@
DIST Module-Pluggable-5.2.tar.gz 26920 BLAKE2B 061ec1353ec7ea8fd00e503914f8dba283be47ca1c2ecfa237ae985e8c099228dc949f66e2f182729378c578b25417e7c3c798f855b4bf1b5194f62d513a0f66 SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5
DIST Module-Pluggable-6.1.tar.gz 28424 BLAKE2B dea55749b04be5646f5a77efa1c7ed03ba46d4d3fc7648ad7aad9625abbe60e3ab0f4f4adaf99feab2583cb8ed4ae901caed62d00e47d1d9cab06b5f4097c135 SHA512 48b714cc92cbceab902f04b21d9a1567763a0c25656473bbe46574a1dc3dd9f63e28c466b07a755c58611c4b4431ba886adeaf2142ee8eafbd07c5b79e79fb26
+DIST Module-Pluggable-6.2.tar.gz 28427 BLAKE2B 3ce70d9263f280877eaf5a13d95ca137eccbbb0e43066df3ea6fb18a46495bdbdac05abe115c5299bc9781712e18b21e090ecc3fcf765d7f36587c0be8729a24 SHA512 3d4b046d105406b7b4cbf66387603321f28cb7e1df6bf9d90c3762f1a1d44b8aed532591098fb158c49678a23d2ee8166d58b0badcaa072ba7bb96b4deb5e07c
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
new file mode 100644
index 000000000000..969e296ebffc
--- /dev/null
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SIMONW
+DIST_VERSION=6.2
+inherit perl-module
+
+DESCRIPTION="Automatically give your module the ability to have plugins"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ >=virtual/perl-File-Spec-3
+ virtual/perl-if
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ >=virtual/perl-Test-Simple-0.620.0
+ )
+"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2024-12-01 18:33 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-12-01 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 0d0e66de6fd3d02f633857c89afa164cb3daa486
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 18:33:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 18:33:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0e66de
dev-perl/Module-Pluggable: Stabilize 6.200.0 arm64, #945604
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
index f3b4c22dfd48..97d35a953b96 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
>=virtual/perl-File-Spec-3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2024-12-01 18:33 Arthur Zamarin
0 siblings, 0 replies; 15+ messages in thread
From: Arthur Zamarin @ 2024-12-01 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 8f0b006b39d96f1a1db9fb7aeca444d3c82bef4c
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 18:33:01 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 18:33:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0b006b
dev-perl/Module-Pluggable: Stabilize 6.200.0 arm, #945604
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
index 97d35a953b96..928d6bb96cfe 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
>=virtual/perl-File-Spec-3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2024-12-01 22:36 Jakov Smolić
0 siblings, 0 replies; 15+ messages in thread
From: Jakov Smolić @ 2024-12-01 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 8d68dc7ddcf290c9cfb3ac5dc0356aa8c7c342fe
Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 1 22:36:06 2024 +0000
Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec 1 22:36:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d68dc7d
dev-perl/Module-Pluggable: Stabilize 6.200.0 x86, #945604
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
index 928d6bb96cfe..e5c3d8664d49 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
>=virtual/perl-File-Spec-3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2025-01-06 9:38 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-01-06 9:38 UTC (permalink / raw
To: gentoo-commits
commit: 1935041af89730a58ed5cfc4df9cc82205e8b457
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 09:38:27 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 09:38:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1935041a
dev-perl/Module-Pluggable: Stabilize 6.200.0 hppa, #945604
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
index ab953930e32a..45037601c657 100644
--- a/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.200.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Automatically give your module the ability to have plugins"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
>=virtual/perl-File-Spec-3
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/
@ 2025-01-22 5:54 Sam James
0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2025-01-22 5:54 UTC (permalink / raw
To: gentoo-commits
commit: fc83cb30d42a8395ad34244cf73c6f41ae6c1736
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 22 05:45:35 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 22 05:45:35 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc83cb30
dev-perl/Module-Pluggable: add 6.300.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Module-Pluggable/Manifest | 1 +
.../Module-Pluggable-6.300.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/Module-Pluggable/Manifest b/dev-perl/Module-Pluggable/Manifest
index 1245a0c9022b..bc90e1a985a7 100644
--- a/dev-perl/Module-Pluggable/Manifest
+++ b/dev-perl/Module-Pluggable/Manifest
@@ -1,2 +1,3 @@
DIST Module-Pluggable-5.2.tar.gz 26920 BLAKE2B 061ec1353ec7ea8fd00e503914f8dba283be47ca1c2ecfa237ae985e8c099228dc949f66e2f182729378c578b25417e7c3c798f855b4bf1b5194f62d513a0f66 SHA512 7df8ee6713c8e0d4df756736c43c2033632cb8887c82ed5b9f38476dbf402b5daa3af83d3b2bd1228afb020ce5855831812f86299b63518e04e0929390b0c5f5
DIST Module-Pluggable-6.2.tar.gz 28427 BLAKE2B 3ce70d9263f280877eaf5a13d95ca137eccbbb0e43066df3ea6fb18a46495bdbdac05abe115c5299bc9781712e18b21e090ecc3fcf765d7f36587c0be8729a24 SHA512 3d4b046d105406b7b4cbf66387603321f28cb7e1df6bf9d90c3762f1a1d44b8aed532591098fb158c49678a23d2ee8166d58b0badcaa072ba7bb96b4deb5e07c
+DIST Module-Pluggable-6.3.tar.gz 29053 BLAKE2B bbd9d32bd2306ec1b7d1f24427f85866b29237a5edefcfb629d50afc8d048cf39ee4035c2ca36a417dcccb8fb0da065ae735ca810b791f431b87ab6d268ea7f6 SHA512 6ea3ffe30dcbc73300ded186d8237435d539056f90790834cc53d73f1e01397dc8935c892891bf7320a4c92be34ddf3a1412fca0f2451ec0058a964a9da58fd9
diff --git a/dev-perl/Module-Pluggable/Module-Pluggable-6.300.0.ebuild b/dev-perl/Module-Pluggable/Module-Pluggable-6.300.0.ebuild
new file mode 100644
index 000000000000..bb249c1dc6bc
--- /dev/null
+++ b/dev-perl/Module-Pluggable/Module-Pluggable-6.300.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SIMONW
+DIST_VERSION=6.3
+inherit perl-module
+
+DESCRIPTION="Automatically give your module the ability to have plugins"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="
+ >=virtual/perl-File-Spec-3
+ virtual/perl-if
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ >=virtual/perl-Test-Simple-0.620.0
+ )
+"
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2025-01-22 5:54 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28 19:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Module-Pluggable/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2025-01-22 5:54 Sam James
2025-01-06 9:38 Sam James
2024-12-01 22:36 Jakov Smolić
2024-12-01 18:33 Arthur Zamarin
2024-12-01 18:33 Arthur Zamarin
2024-10-25 23:44 Sam James
2024-10-24 10:23 Sam James
2021-08-05 11:11 Sergei Trofimovich
2021-07-06 20:17 Andreas K. Hüttel
2021-05-13 14:34 Andreas K. Hüttel
2019-07-28 17:16 Aaron Bauman
2016-03-28 9:33 Agostino Sarubbo
2016-03-27 22:22 Andreas Hüttel
2015-11-27 1:16 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox