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

commit:     64ffa5c593fa88cbffe07eb44b5850a810e123a2
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  7 05:33:32 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 23:07:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64ffa5c5

dev-perl/Proc-Simple: Bump to version 1.320.0

- EAPI6
- Simplify DESCRIPTION
- added USE="test" and USE="examples"

Upstream:
- use safer open() calls.

Package-Manager: portage-2.2.28

 dev-perl/Proc-Simple/Manifest                   |  1 +
 dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild | 30 +++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/Proc-Simple/Manifest b/dev-perl/Proc-Simple/Manifest
index 7503a47..6749406 100644
--- a/dev-perl/Proc-Simple/Manifest
+++ b/dev-perl/Proc-Simple/Manifest
@@ -1 +1,2 @@
 DIST Proc-Simple-1.31.tar.gz 17151 SHA256 5ed596d70693ebc62a75c56775766aa66808ea917e1765815dcc7cbe5299c3c2 SHA512 0000011949b9c725f2af18f02bddbcfa1e70edea4be7a1d730ac3dd8a4335e658e4852db1230180fb27ee86144d0b0eb57ac6bb1fbca72952960cd9e0abd3b8a WHIRLPOOL 73de82cf416ad9987d3f9d1286a886bbc00d74fa2ebb4b20ac6d7aa1433b8862147fb18690134a293298f259a85662f8bc1b229b27ab817095465734272c9235
+DIST Proc-Simple-1.32.tar.gz 15236 SHA256 4c8f0a924b19ad78a13da73fe0fb306d32a7b9d10a332c523087fc83a209a8c4 SHA512 bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d WHIRLPOOL ce9c9b12063d481ff54ef2c9a0b29db43fb8a088eaf534921bdecb4640cb01f910ddbe6da718e663739dc0a4ce79e05d9c3e6c9ed389eb508f5347b78d3da964

diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
new file mode 100644
index 0000000..9c7c65b
--- /dev/null
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=MSCHILLI
+DIST_VERSION=1.32
+inherit perl-module
+
+DESCRIPTION="Launch and control background processes"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test examples"
+
+RDEPEND="virtual/perl-IO"
+DEPEND="
+	virtual/perl-ExtUtils-MakeMaker
+	test? ( virtual/perl-Test-Simple )
+"
+
+src_install() {
+	perl-module_src_install
+	if use examples; then
+		docompress -x /usr/share/doc/${PF}/examples
+		docinto examples
+		dodoc -r eg/*
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/
@ 2016-05-25 23:37 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-05-25 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     58a430c6a35ca39116105c4c73eda3da226b7ae2
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:33:37 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 23:37:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58a430c6

dev-perl/Proc-Simple: Retroactively stable for ppc/x86 (ALLARCHES), bug 581676

Package-Manager: portage-2.3.0_rc1

 dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
index 2b2628d..975f237 100644
--- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Launch and control background processes"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test examples"
 
 RDEPEND="virtual/perl-IO"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/
@ 2016-05-25 23:37 Andreas Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Hüttel @ 2016-05-25 23:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b10089ac77196c2276887b8719eb7b7b6ffec641
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 25 23:33:58 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 25 23:37:28 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10089ac

dev-perl/Proc-Simple: Remove old

Package-Manager: portage-2.3.0_rc1

 dev-perl/Proc-Simple/Manifest                      |  1 -
 dev-perl/Proc-Simple/Proc-Simple-1.310.0-r1.ebuild | 17 -----------------
 2 files changed, 18 deletions(-)

diff --git a/dev-perl/Proc-Simple/Manifest b/dev-perl/Proc-Simple/Manifest
index 6749406..23c7d41 100644
--- a/dev-perl/Proc-Simple/Manifest
+++ b/dev-perl/Proc-Simple/Manifest
@@ -1,2 +1 @@
-DIST Proc-Simple-1.31.tar.gz 17151 SHA256 5ed596d70693ebc62a75c56775766aa66808ea917e1765815dcc7cbe5299c3c2 SHA512 0000011949b9c725f2af18f02bddbcfa1e70edea4be7a1d730ac3dd8a4335e658e4852db1230180fb27ee86144d0b0eb57ac6bb1fbca72952960cd9e0abd3b8a WHIRLPOOL 73de82cf416ad9987d3f9d1286a886bbc00d74fa2ebb4b20ac6d7aa1433b8862147fb18690134a293298f259a85662f8bc1b229b27ab817095465734272c9235
 DIST Proc-Simple-1.32.tar.gz 15236 SHA256 4c8f0a924b19ad78a13da73fe0fb306d32a7b9d10a332c523087fc83a209a8c4 SHA512 bb054a7ee2ee36abd2e807b24f5a316902008645e940a9ac3248bfbf2d9ef1a7d0797f14143fa96b09481ec6485a340ea2789929e05da07dd487a76780e1502d WHIRLPOOL ce9c9b12063d481ff54ef2c9a0b29db43fb8a088eaf534921bdecb4640cb01f910ddbe6da718e663739dc0a4ce79e05d9c3e6c9ed389eb508f5347b78d3da964

diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.310.0-r1.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.310.0-r1.ebuild
deleted file mode 100644
index b70be36..0000000
--- a/dev-perl/Proc-Simple/Proc-Simple-1.310.0-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=MSCHILLI
-MODULE_VERSION=1.31
-inherit perl-module
-
-DESCRIPTION="Perl Proc-Simple -  Launch and control background processes"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-SRC_TEST="do"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/
@ 2021-07-31 21:54 Andreas K. Hüttel
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas K. Hüttel @ 2021-07-31 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e732db9c05646fcb46dd6129146e104186245d81
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:44:23 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:54:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e732db9c

dev-perl/Proc-Simple: EAPI=8 bump

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

 ...le-1.320.0.ebuild => Proc-Simple-1.320.0-r1.ebuild} | 18 ++++--------------
 1 file changed, 4 insertions(+), 14 deletions(-)

diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
similarity index 55%
rename from dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
rename to dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
index 4c67f8f4512..107440849a6 100644
--- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0.ebuild
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
@@ -1,30 +1,20 @@
-# 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=MSCHILLI
 DIST_VERSION=1.32
+DIST_EXAMPLES=( "eg/*" )
 inherit perl-module
 
 DESCRIPTION="Launch and control background processes"
 
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
-IUSE="test examples"
-RESTRICT="!test? ( test )"
 
 RDEPEND="virtual/perl-IO"
-DEPEND="
+BDEPEND="
 	virtual/perl-ExtUtils-MakeMaker
 	test? ( virtual/perl-Test-Simple )
 "
-
-src_install() {
-	perl-module_src_install
-	if use examples; then
-		docompress -x /usr/share/doc/${PF}/examples
-		docinto examples
-		dodoc -r eg/*
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/
@ 2023-02-12 18:37 Jakov Smolić
  0 siblings, 0 replies; 5+ messages in thread
From: Jakov Smolić @ 2023-02-12 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     ecebd5b2df234cb8afeec9ab7a8486028451a0e3
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Mon Feb  6 11:12:23 2023 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 12 18:37:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecebd5b2

dev-perl/Proc-Simple: keyword Proc-Simple-1.320.0-r1 #893376

Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
index 107440849a69..d5832586213d 100644
--- a/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
+++ b/dev-perl/Proc-Simple/Proc-Simple-1.320.0-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="Launch and control background processes"
 
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 ppc ~riscv x86"
 
 RDEPEND="virtual/perl-IO"
 BDEPEND="


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

end of thread, other threads:[~2023-02-12 18:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-31 21:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Simple/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2023-02-12 18:37 Jakov Smolić
2016-05-25 23:37 Andreas Hüttel
2016-05-25 23:37 Andreas Hüttel
2016-04-07 23:08 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