public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/
@ 2017-06-15  2:06 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2017-06-15  2:06 UTC (permalink / raw
  To: gentoo-commits

commit:     94051542091faefa487ad2023fbd22357773b550
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 15 01:56:43 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 15 02:06:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94051542

dev-perl/App-CLI: Fix for '.' in @INC re bug #614798

Generic Module::Install fix
for Perl 5.26

Bug: https://bugs.gentoo.org/614798
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild b/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild
index 8aa47839378..5bcbf61f5af 100644
--- a/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild
+++ b/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -19,3 +19,9 @@ RDEPEND=">=virtual/perl-Getopt-Long-2.35
 DEPEND="${RDEPEND}"
 
 SRC_TEST="do"
+
+src_prepare() {
+	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
+		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+	perl-module_src_prepare
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/
@ 2020-04-11 14:07 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2020-04-11 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     966c824dd58d50398450c6ae0246ce24319cb5f7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 11 13:17:10 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Apr 11 14:06:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=966c824d

dev-perl/App-CLI: Remove old 0.313.0-r1

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild | 27 ---------------------------
 dev-perl/App-CLI/Manifest                  |  1 -
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild b/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild
deleted file mode 100644
index 5bcbf61f5af..00000000000
--- a/dev-perl/App-CLI/App-CLI-0.313.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=CORNELIUS
-MODULE_VERSION=0.313
-inherit perl-module
-
-DESCRIPTION="Dispatcher module for command line interface programs"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-
-RDEPEND=">=virtual/perl-Getopt-Long-2.35
-	virtual/perl-Locale-Maketext-Simple
-	virtual/perl-Pod-Simple"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
-	sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
-		die "Can't patch Makefile.PL for 5.26 dot-in-inc"
-	perl-module_src_prepare
-}

diff --git a/dev-perl/App-CLI/Manifest b/dev-perl/App-CLI/Manifest
index fbed7502f91..7ccd9e4dc09 100644
--- a/dev-perl/App-CLI/Manifest
+++ b/dev-perl/App-CLI/Manifest
@@ -1,2 +1 @@
-DIST App-CLI-0.313.tar.gz 30225 BLAKE2B 4fc19e437fc986ec69fbae7b45527e0c78528a71eaeaa437dbfb1d60200bac06903ebc10e2ad44cefffedd0a9fd18d58e9007fe5669c0f85e57fad4f3f118fdf SHA512 5c0a3780467f4c2f4f0ff9bce800f4de30643fdf9c48799cc459237f97d7ed93a01832b8b0cbdfa333fefe7e2cd8a53d36e9feb18874cbc8e5bf130923a600c8
 DIST App-CLI-0.50.tar.gz 15624 BLAKE2B 8411c8234101347a9a45a01e1cf61ddcacfeba5b24704f104f90ff021bc568b5ce9c46eca3cdddbf712a47a335d86346bf32e664d09d86dcd84ceca63469f178 SHA512 177e1a7b4724b7369df28a235c268ce5ac5103b3973995f68afd20ac6b2d37640049837624f472b29ea2eed9ec736bf25ae97af34a9dcd28b90b293e0139a572


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/
@ 2021-01-30 14:48 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2021-01-30 14:48 UTC (permalink / raw
  To: gentoo-commits

commit:     679616d6e4365b252e016f27b3b7ce16160dbaae
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 30 14:44:55 2021 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jan 30 14:47:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=679616d6

dev-perl/App-CLI: Bump to version 0.520.0

Upstream:
- Minor license tweaks (but still unclear)
- Fix bug tracker metadata

Bug: https://bugs.gentoo.org/721210
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/App-CLI/App-CLI-0.520.0.ebuild | 36 +++++++++++++++++++++++++++++++++
 dev-perl/App-CLI/Manifest               |  1 +
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild
new file mode 100644
index 00000000000..bba67f20238
--- /dev/null
+++ b/dev-perl/App-CLI/App-CLI-0.520.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PTC
+DIST_VERSION=0.52
+inherit perl-module
+
+DESCRIPTION="Dispatcher module for command line interface programs"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch")
+PERL_RM_FILES=(
+	"t/03-pod.t"
+	"t/99-kwalitee.t"
+)
+RDEPEND="
+	dev-perl/Capture-Tiny
+	virtual/perl-Carp
+	dev-perl/Class-Load
+	>=virtual/perl-Getopt-Long-2.350.0
+	virtual/perl-Locale-Maketext-Simple
+	virtual/perl-Pod-Simple
+	virtual/perl-Scalar-List-Utils
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/App-CLI/Manifest b/dev-perl/App-CLI/Manifest
index 7ccd9e4dc09..c86afd19c4f 100644
--- a/dev-perl/App-CLI/Manifest
+++ b/dev-perl/App-CLI/Manifest
@@ -1 +1,2 @@
 DIST App-CLI-0.50.tar.gz 15624 BLAKE2B 8411c8234101347a9a45a01e1cf61ddcacfeba5b24704f104f90ff021bc568b5ce9c46eca3cdddbf712a47a335d86346bf32e664d09d86dcd84ceca63469f178 SHA512 177e1a7b4724b7369df28a235c268ce5ac5103b3973995f68afd20ac6b2d37640049837624f472b29ea2eed9ec736bf25ae97af34a9dcd28b90b293e0139a572
+DIST App-CLI-0.52.tar.gz 15793 BLAKE2B 782804c433a03181299481ff31e346238318e9f0a9dc6fb24f6ee07f3fdbf8cc4feab9a8c888bf729f6da69f0a169d16f5b99ed2be94aa3798bc8e6a361e2f77 SHA512 1efa3ef4e4e6315d9c1498bc5b9d11bbe05e22c9bf50414dd6c62f0912fdfb4f832c52144736e34ecb6d592c05d53103bcb13953f37b461272ff06c2bed1c3a2


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/
@ 2021-04-17 22:43 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-04-17 22:43 UTC (permalink / raw
  To: gentoo-commits

commit:     4eb83f1c983e4b401378592419010297e57986d6
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 17 18:55:44 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 17 22:42:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eb83f1c

dev-perl/App-CLI: Remove old

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

 dev-perl/App-CLI/App-CLI-0.500.0.ebuild | 37 ---------------------------------
 dev-perl/App-CLI/Manifest               |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/App-CLI/App-CLI-0.500.0.ebuild b/dev-perl/App-CLI/App-CLI-0.500.0.ebuild
deleted file mode 100644
index 27dabe2392f..00000000000
--- a/dev-perl/App-CLI/App-CLI-0.500.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PTC
-DIST_VERSION=0.50
-inherit perl-module
-
-DESCRIPTION="Dispatcher module for command line interface programs"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-PATCHES=("${FILESDIR}/${PN}-0.50-authortests.patch")
-PERL_RM_FILES=(
-	"t/03-pod.t"
-	"t/99-kwalitee.t"
-)
-
-RDEPEND="
-	dev-perl/Capture-Tiny
-	virtual/perl-Carp
-	dev-perl/Class-Load
-	>=virtual/perl-Getopt-Long-2.350.0
-	virtual/perl-Locale-Maketext-Simple
-	virtual/perl-Pod-Simple
-	virtual/perl-Scalar-List-Utils
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-Test-Simple
-	)
-"

diff --git a/dev-perl/App-CLI/Manifest b/dev-perl/App-CLI/Manifest
index c86afd19c4f..3679f0ae984 100644
--- a/dev-perl/App-CLI/Manifest
+++ b/dev-perl/App-CLI/Manifest
@@ -1,2 +1 @@
-DIST App-CLI-0.50.tar.gz 15624 BLAKE2B 8411c8234101347a9a45a01e1cf61ddcacfeba5b24704f104f90ff021bc568b5ce9c46eca3cdddbf712a47a335d86346bf32e664d09d86dcd84ceca63469f178 SHA512 177e1a7b4724b7369df28a235c268ce5ac5103b3973995f68afd20ac6b2d37640049837624f472b29ea2eed9ec736bf25ae97af34a9dcd28b90b293e0139a572
 DIST App-CLI-0.52.tar.gz 15793 BLAKE2B 782804c433a03181299481ff31e346238318e9f0a9dc6fb24f6ee07f3fdbf8cc4feab9a8c888bf729f6da69f0a169d16f5b99ed2be94aa3798bc8e6a361e2f77 SHA512 1efa3ef4e4e6315d9c1498bc5b9d11bbe05e22c9bf50414dd6c62f0912fdfb4f832c52144736e34ecb6d592c05d53103bcb13953f37b461272ff06c2bed1c3a2


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/
@ 2025-03-01 19:33 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2025-03-01 19:33 UTC (permalink / raw
  To: gentoo-commits

commit:     0d69555815dbace88eb332521ffa93dbb92c7f04
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  1 19:30:36 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Mar  1 19:33:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d695558

dev-perl/App-CLI: virtual/perl-Locale-Maketext-Simple is going away

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/App-CLI/{App-CLI-0.520.0.ebuild => App-CLI-0.520.0-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild b/dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild
similarity index 90%
rename from dev-perl/App-CLI/App-CLI-0.520.0.ebuild
rename to dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild
index a9f147996ad6..3ee5df899cc5 100644
--- a/dev-perl/App-CLI/App-CLI-0.520.0.ebuild
+++ b/dev-perl/App-CLI/App-CLI-0.520.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,7 +24,6 @@ RDEPEND="
 	virtual/perl-Carp
 	dev-perl/Class-Load
 	>=virtual/perl-Getopt-Long-2.350.0
-	virtual/perl-Locale-Maketext-Simple
 	virtual/perl-Pod-Simple
 	virtual/perl-Scalar-List-Utils
 "


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

end of thread, other threads:[~2025-03-01 19:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-01 19:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/App-CLI/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-04-17 22:43 Andreas K. Hüttel
2021-01-30 14:48 Kent Fredric
2020-04-11 14:07 Kent Fredric
2017-06-15  2:06 Kent Fredric

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