public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/
@ 2016-04-11 22:54 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-04-11 22:54 UTC (permalink / raw
  To: gentoo-commits

commit:     0b08b57171c81225bf7217354457b5ffa02ba459
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Apr 10 10:02:36 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 22:54:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b08b571

dev-perl/Shell: Bump to version 0.730.0

- EAPI6
- Cleanup tests and provide missing deps

Upstream:
- Minor packaging and documentation fixes

Package-Manager: portage-2.2.28

 dev-perl/Shell/Manifest             |  1 +
 dev-perl/Shell/Shell-0.730.0.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-perl/Shell/Manifest b/dev-perl/Shell/Manifest
index 5ee1a4c..2dc7ce4 100644
--- a/dev-perl/Shell/Manifest
+++ b/dev-perl/Shell/Manifest
@@ -1 +1,2 @@
 DIST Shell-0.72.tar.gz 5653 SHA256 c1a54aef7f07adf2d3d3ff2a22cf276ff4d1c5b063dc160672878e29ac7de14c SHA512 9ad0df35304feacf5d3fff2ff652805eac5eeb424db9b13bc4e710d618721c6cfbb89b9dc825be5c01fc4bbf5684b5dd0d179c181bcf1849343a0f816a34a88c WHIRLPOOL 25e2408513cc15de4d9dc4475a6565737da7c743d656e3944e5d4f3f1e5745ab40e65f8c29f5cad0750ed132ea5741dc6c38ec05c0ed2cdbc06fb37cc2f4de05
+DIST Shell-0.73.tar.gz 6186 SHA256 f7dbebf65261ed0e5abd0f57052b64d665a1a830bab4c8bbc220f235bd39caf5 SHA512 0845425a30bf7a569e36445cd4f9cf2a5f5d18bd727e2c1eae2ac9b943fb4e6d111ece8dc1d40fea6b993bc1a73490b06aa539f38b4f8e473778e40d2af7fbd8 WHIRLPOOL 226719d387a6e999b9eeb8aa568d3402f270dc4edd1184d50e5d40a078ffdeacba804a4ad6ffdc6751e78f15df18f9d299f75a6534508ffdb9d8077ed123da7e

diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild b/dev-perl/Shell/Shell-0.730.0.ebuild
new file mode 100644
index 0000000..a51a1fb
--- /dev/null
+++ b/dev-perl/Shell/Shell-0.730.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=FERREIRA
+DIST_VERSION=0.73
+inherit perl-module
+
+DESCRIPTION="Run shell commands transparently within perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="virtual/perl-File-Spec"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_test() {
+	perl_rm_files "t/99_pod.t"
+	perl-module_src_test
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/
@ 2021-08-07 18:17 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-08-07 18:17 UTC (permalink / raw
  To: gentoo-commits

commit:     5eb551ee7087333cab13f59fc137ccb0a84341f4
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  7 18:03:46 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Aug  7 18:16:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eb551ee

dev-perl/Shell: EAPI=8 bump

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

 .../{Shell-0.730.0.ebuild => Shell-0.730.0-r1.ebuild}   | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild b/dev-perl/Shell/Shell-0.730.0-r1.ebuild
similarity index 59%
rename from dev-perl/Shell/Shell-0.730.0.ebuild
rename to dev-perl/Shell/Shell-0.730.0-r1.ebuild
index 77d1776871f..88156e91afd 100644
--- a/dev-perl/Shell/Shell-0.730.0.ebuild
+++ b/dev-perl/Shell/Shell-0.730.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=FERREIRA
 DIST_VERSION=0.73
@@ -11,16 +11,13 @@ DESCRIPTION="Run shell commands transparently within perl"
 
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/perl-File-Spec"
-DEPEND="${RDEPEND}
+RDEPEND="
+	virtual/perl-File-Spec
+"
+BDEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	test? ( virtual/perl-Test-Simple )
 "
 
-src_test() {
-	perl_rm_files "t/99_pod.t"
-	perl-module_src_test
-}
+PERL_RM_FILES=( t/99_pod.t )


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/
@ 2016-06-25 22:15 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-06-25 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     240f5eb65e0394a4aa6e4114e7d0ad336ca93b2d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 22:00:36 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 22:00:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=240f5eb6

dev-perl/Shell: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Shell/Manifest             |  1 -
 dev-perl/Shell/Shell-0.720.0.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Shell/Manifest b/dev-perl/Shell/Manifest
index 2dc7ce4..30b6bc2 100644
--- a/dev-perl/Shell/Manifest
+++ b/dev-perl/Shell/Manifest
@@ -1,2 +1 @@
-DIST Shell-0.72.tar.gz 5653 SHA256 c1a54aef7f07adf2d3d3ff2a22cf276ff4d1c5b063dc160672878e29ac7de14c SHA512 9ad0df35304feacf5d3fff2ff652805eac5eeb424db9b13bc4e710d618721c6cfbb89b9dc825be5c01fc4bbf5684b5dd0d179c181bcf1849343a0f816a34a88c WHIRLPOOL 25e2408513cc15de4d9dc4475a6565737da7c743d656e3944e5d4f3f1e5745ab40e65f8c29f5cad0750ed132ea5741dc6c38ec05c0ed2cdbc06fb37cc2f4de05
 DIST Shell-0.73.tar.gz 6186 SHA256 f7dbebf65261ed0e5abd0f57052b64d665a1a830bab4c8bbc220f235bd39caf5 SHA512 0845425a30bf7a569e36445cd4f9cf2a5f5d18bd727e2c1eae2ac9b943fb4e6d111ece8dc1d40fea6b993bc1a73490b06aa539f38b4f8e473778e40d2af7fbd8 WHIRLPOOL 226719d387a6e999b9eeb8aa568d3402f270dc4edd1184d50e5d40a078ffdeacba804a4ad6ffdc6751e78f15df18f9d299f75a6534508ffdb9d8077ed123da7e

diff --git a/dev-perl/Shell/Shell-0.720.0.ebuild b/dev-perl/Shell/Shell-0.720.0.ebuild
deleted file mode 100644
index d27f803..0000000
--- a/dev-perl/Shell/Shell-0.720.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=FERREIRA
-MODULE_VERSION=0.72
-inherit perl-module
-
-DESCRIPTION="Shell - run shell commands transparently within perl"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-SRC_TEST=do


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/
@ 2016-05-13 10:12 Agostino Sarubbo
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo @ 2016-05-13 10:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ebb0331ec4a241d7c15a973f765de8352f6b0b69
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 10:11:37 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri May 13 10:11:55 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb0331e

dev-perl/Shell: amd64 stable wrt bug #581884

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/Shell/Shell-0.730.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Shell/Shell-0.730.0.ebuild b/dev-perl/Shell/Shell-0.730.0.ebuild
index a51a1fb..5549cd8 100644
--- a/dev-perl/Shell/Shell-0.730.0.ebuild
+++ b/dev-perl/Shell/Shell-0.730.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Run shell commands transparently within perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 
 RDEPEND="virtual/perl-File-Spec"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/
@ 2015-10-04 20:53 Patrice Clement
  0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2015-10-04 20:53 UTC (permalink / raw
  To: gentoo-commits

commit:     eb1e3372bcad3a967c9794d9cfe5780b67fcc206
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 20:48:30 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 20:50:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb1e3372

dev-perl/Shell: Stable for amd64+x86.

Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-perl/Shell/Shell-0.720.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Shell/Shell-0.720.0.ebuild b/dev-perl/Shell/Shell-0.720.0.ebuild
index 3fb0149..d27f803 100644
--- a/dev-perl/Shell/Shell-0.720.0.ebuild
+++ b/dev-perl/Shell/Shell-0.720.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Shell - run shell commands transparently within perl"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 SRC_TEST=do


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

end of thread, other threads:[~2021-08-07 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-11 22:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Shell/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-08-07 18:17 Andreas K. Hüttel
2016-06-25 22:15 Andreas Hüttel
2016-05-13 10:12 Agostino Sarubbo
2015-10-04 20:53 Patrice Clement

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