public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2016-04-29 19:36 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-04-29 19:36 UTC (permalink / raw
  To: gentoo-commits

commit:     b13fce32222139828ef56ace1b90efdd1498d2f1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Apr 26 13:03:33 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:35:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13fce32

dev-perl/CPAN-Mini-Inject: Fix dependency on dev-perl/YAML

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"

 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
index 9968109..c58b3ba 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -26,6 +26,6 @@ RDEPEND="dev-perl/libwww-perl
 	>=dev-perl/CPAN-Mini-0.32
 	dev-perl/CPAN-Checksums
 	dev-perl/File-Slurp
-	dev-perl/yaml"
+	dev-perl/YAML"
 #	test? ( dev-perl/HTTP-Server-Simple )"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2017-10-02 21:26 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-10-02 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6e245df557703df74a13a0ed1954fcd5db01d849
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  2 20:43:26 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct  2 21:25:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e245df5

dev-perl/CPAN-Mini-Inject: De-stabilize

- No Reverse dependencies
- Has not worked since 2011 due to missing dependencies which nobody
  noticed due to tests being disabled ( this will be remedied soon )

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
index 36aed280e5d..cee59ba2b2c 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.330.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Inject modules into a CPAN::Mini mirror"
 
 SLOT="0"
-KEYWORDS="amd64 x86 ~ppc-aix"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
 IUSE=""
 
 # Disabled


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2017-10-03  3:19 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-10-03  3:19 UTC (permalink / raw
  To: gentoo-commits

commit:     f578a129948233df219d543a00e0ebc9fbbb53cb
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  3 03:19:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct  3 03:19:45 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f578a129

dev-perl/CPAN-Mini-Inject: Bump to version 0.350.0

- EAPI6
- Tests enabled
- Bad POD tests nuked
- Missing dependencies fixed ( ... overlooked since 2011 )

Upstream:
- Use case insensitive package sorting
- Use Net::EmptyPort for test port discovery

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 .../CPAN-Mini-Inject-0.350.0.ebuild                | 43 ++++++++++++++++++++++
 dev-perl/CPAN-Mini-Inject/Manifest                 |  1 +
 2 files changed, 44 insertions(+)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
new file mode 100644
index 00000000000..6c19c49e590
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MITHALDU
+DIST_VERSION=0.35
+inherit perl-module
+
+DESCRIPTION="Inject modules into a CPAN::Mini mirror"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~ppc-aix"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/CPAN-Checksums
+	>=dev-perl/CPAN-Mini-0.320.0
+	virtual/perl-Carp
+	>=dev-perl/Dist-Metadata-0.921.0
+	>=virtual/perl-File-Path-2.70.0
+	dev-perl/File-Slurp
+	>=virtual/perl-File-Spec-2.70.0
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	virtual/perl-IO-Compress
+	virtual/perl-IO-Zlib
+	dev-perl/libwww-perl
+	dev-perl/YAML"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.400.0
+	test? (
+		>=dev-perl/HTTP-Server-Simple-0.70.0
+		dev-perl/Test-TCP
+		virtual/perl-Test-Simple
+	)
+"
+# Tests fail with parallel testing
+DIST_TEST="do"
+src_test() {
+	perl_rm_files t/pod-coverage.t t/pod.t
+	perl-module_src_test
+}

diff --git a/dev-perl/CPAN-Mini-Inject/Manifest b/dev-perl/CPAN-Mini-Inject/Manifest
index f934b184a18..0760da80516 100644
--- a/dev-perl/CPAN-Mini-Inject/Manifest
+++ b/dev-perl/CPAN-Mini-Inject/Manifest
@@ -1 +1,2 @@
 DIST CPAN-Mini-Inject-0.33.tar.gz 26931 SHA256 f50b029999d2671bfa3caa686b853e688e7c4025b35597ad7d487626d12f3aee SHA512 44a55a91c99aa11053ed9547cd0c857cfcef98a3844e0a3a721a19880bd12d3d99e35c528103a36b91e6b11ead89d727856a7b4c1e58aa7cb6cf1e76e675df27 WHIRLPOOL 8c82b4d5398b0295b4b9471d4b32a0b41ee56d6554dd8da9d6b41760d2ab9def33279e376c2813b4ea03c7c83fbcf0882045316fe9da739925f68b2855aed44c
+DIST CPAN-Mini-Inject-0.35.tar.gz 27156 SHA256 6041fda9e1dc8f9fe34a582381d21c0bbf1d1c22da3a01cf8bdc3ee5b05b85e6 SHA512 58e1fba755d6f13c40f46f3fe6d3c603512b4b0152ab18e69c838d91feab7757fff8175cb8d6b30893e0cd59ca39a513e8fef554c58cd7cc898fba7f490fdbaf WHIRLPOOL cae3d27ea4af1b97fb0389bb57a26604d20b4df6c12194c093bb799ca93937f10a9d937484efd2fd15faf2d4b822a412698e0a8efb9ab6480994cc3228d34d21


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2020-07-23  9:47 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2020-07-23  9:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ad96c1e243cb6f3d37ee50e86302e9ca3443367e
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 09:22:42 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 09:46:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad96c1e2

dev-perl/CPAN-Mini-Inject: Drop ppc-aix re bug #690140

Depends:
- dev-perl/CPAN-Mini
 - dev-perl/libwww-perl
  - dev-perl/LWP-Protocol-https
   - dev-perl/IO-Socket-SSL

Bug: https://bugs.gentoo.org/690140
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
index 61c201c3c91..9dcc9335e12 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Inject modules into a CPAN::Mini mirror"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~ppc-aix"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2021-10-15 18:56 Andreas K. Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-10-15 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     55be43396e1662701e4b8d4b50006882ad759921
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 15 18:40:53 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 15 18:55:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55be4339

dev-perl/CPAN-Mini-Inject: EAPI=8 bump

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...-0.350.0.ebuild => CPAN-Mini-Inject-0.350.0-r1.ebuild} | 15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0-r1.ebuild
similarity index 80%
rename from dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
rename to dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0-r1.ebuild
index 9dcc9335e12..ea983542be5 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.350.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=MITHALDU
 DIST_VERSION=0.35
@@ -11,8 +11,6 @@ DESCRIPTION="Inject modules into a CPAN::Mini mirror"
 
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	dev-perl/CPAN-Checksums
@@ -28,7 +26,7 @@ RDEPEND="
 	virtual/perl-IO-Zlib
 	dev-perl/libwww-perl
 	dev-perl/YAML"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=dev-perl/Module-Build-0.400.0
 	test? (
 		>=dev-perl/HTTP-Server-Simple-0.70.0
@@ -36,9 +34,8 @@ DEPEND="${RDEPEND}
 		virtual/perl-Test-Simple
 	)
 "
+
 # Tests fail with parallel testing
 DIST_TEST="do"
-src_test() {
-	perl_rm_files t/pod-coverage.t t/pod.t
-	perl-module_src_test
-}
+
+PERL_RM_FILES=( t/pod-coverage.t t/pod.t )


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2023-06-21 22:49 Sam James
  0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-21 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     cf58ec5a5950810516166270f63b62dcfddcf91b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 22:13:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 22:48:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf58ec5a

dev-perl/CPAN-Mini-Inject: add 0.370.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../CPAN-Mini-Inject-0.370.0.ebuild                | 42 ++++++++++++++++++++++
 dev-perl/CPAN-Mini-Inject/Manifest                 |  1 +
 2 files changed, 43 insertions(+)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild
new file mode 100644
index 000000000000..93f64e94d4ee
--- /dev/null
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=MITHALDU
+DIST_VERSION=0.37
+# Tests fail with parallel testing
+DIST_TEST="do"
+inherit perl-module
+
+DESCRIPTION="Inject modules into a CPAN::Mini mirror"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	>=dev-perl/CPAN-Checksums-2.130.0
+	>=dev-perl/CPAN-Mini-0.320.0
+	virtual/perl-Carp
+	>=dev-perl/Dist-Metadata-0.921.0
+	>=virtual/perl-File-Path-2.70.0
+	dev-perl/File-Slurp
+	>=virtual/perl-File-Spec-2.70.0
+	virtual/perl-File-Temp
+	virtual/perl-Getopt-Long
+	virtual/perl-IO-Compress
+	virtual/perl-IO-Zlib
+	dev-perl/libwww-perl
+	dev-perl/YAML"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.400.0
+	test? (
+		>=dev-perl/HTTP-Server-Simple-0.70.0
+		dev-perl/Test-InDistDir
+		dev-perl/Test-TCP
+		virtual/perl-Test-Simple
+	)
+"
+
+PERL_RM_FILES=( t/pod-coverage.t t/pod.t )

diff --git a/dev-perl/CPAN-Mini-Inject/Manifest b/dev-perl/CPAN-Mini-Inject/Manifest
index 1c07e23428a0..649990cdb700 100644
--- a/dev-perl/CPAN-Mini-Inject/Manifest
+++ b/dev-perl/CPAN-Mini-Inject/Manifest
@@ -1 +1,2 @@
 DIST CPAN-Mini-Inject-0.35.tar.gz 27156 BLAKE2B 256985e0740ba9f6be2e94d332a553bc5c1a5bca53511e0811034f8dbea42a71c512333b19a985142cc6916b929f55f85c47e9555374fb0a4fb74ab0900daf26 SHA512 58e1fba755d6f13c40f46f3fe6d3c603512b4b0152ab18e69c838d91feab7757fff8175cb8d6b30893e0cd59ca39a513e8fef554c58cd7cc898fba7f490fdbaf
+DIST CPAN-Mini-Inject-0.37.tar.gz 27498 BLAKE2B 45569bebf131e17e1fa7f5b161373ca7be974f316144895590a9d1a88413d776360fdcd5c10914272fbeb62ddde6e5db7d91cddd7f36520fa63986fed907c57d SHA512 98b5cf9e6ab8a9001707a884f9ef9de85555a3049941b5f22be0c2bc2f3b73f8bec6dbe3f7ca470672f02bd66a3be188444f1fec7f05bb68bb39277640276f34


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/
@ 2023-07-10 19:26 Arthur Zamarin
  0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2023-07-10 19:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0b60671e7ce4e71b7fbcf78eb384dedc717fc3d4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 10 19:26:21 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 10 19:26:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b60671e

dev-perl/CPAN-Mini-Inject: Keyword 0.370.0 x86, #908980

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild
index 93f64e94d4ee..904a51bf7c2f 100644
--- a/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild
+++ b/dev-perl/CPAN-Mini-Inject/CPAN-Mini-Inject-0.370.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="Inject modules into a CPAN::Mini mirror"
 
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
 	>=dev-perl/CPAN-Checksums-2.130.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-10 19:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-15 18:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/CPAN-Mini-Inject/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-07-10 19:26 Arthur Zamarin
2023-06-21 22:49 Sam James
2020-07-23  9:47 Kent Fredric
2017-10-03  3:19 Kent Fredric
2017-10-02 21:26 Kent Fredric
2016-04-29 19:36 Andreas Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox