public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Hole/
@ 2021-08-05 21:15 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-08-05 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     545a8d63250342cde91aa598ea0e640a6420537c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  5 21:11:33 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Aug  5 21:15:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=545a8d63

dev-perl/Safe-Hole: Version bump 0.14

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

 dev-perl/Safe-Hole/Manifest                 |  1 +
 dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild | 19 +++++++++++++++++++
 2 files changed, 20 insertions(+)

diff --git a/dev-perl/Safe-Hole/Manifest b/dev-perl/Safe-Hole/Manifest
index 090515278e2..76d2eaeaa7a 100644
--- a/dev-perl/Safe-Hole/Manifest
+++ b/dev-perl/Safe-Hole/Manifest
@@ -1 +1,2 @@
 DIST Safe-Hole-0.13.tar.gz 14269 BLAKE2B 34adf7172a7ec69e680f4223c9d0deaa035bf64bf8c9f5cc97d8f3c10b92086990f52e56a9f6522dba26d189115e55b419def4f73c7f14b805c33caeb753eecf SHA512 3acb362f6a7970c083359351f7e9d1005019d715546b9051c0a317adf1d6378537d6da14b01dd26fba05a802560bb79afa1f14d6530f862a3265e0aa12129c0c
+DIST Safe-Hole-0.14.tar.gz 15901 BLAKE2B 3d0bea12075120c520e001c5163acf7ad04d66c6bf675074a31c72f9bafb1b08a8bcd389d760a2b5a0954353717b67d10be373d429401829d94b18fcf596d734 SHA512 29570c5e6c2bf8709b92b62c36d24c643956535ed0cf3fa73cbe9406543f17c96d4bd37a753c02d1f77f962d76788f423816fd63d31f7f56884acefa873f30e7

diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild
new file mode 100644
index 00000000000..c1dde2fe1d5
--- /dev/null
+++ b/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=TODDR
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Exec subs in the original package from Safe"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=""
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-CBuilder
+	>=dev-perl/Module-Build-0.420.0
+"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Hole/
@ 2021-10-11  4:18 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-10-11  4:18 UTC (permalink / raw
  To: gentoo-commits

commit:     1b2d7289552b9960111c24cfaab3196424170bb2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:16:46 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:16:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b2d7289

dev-perl/Safe-Hole: Stabilize 0.140.0 x86, #817518

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

 dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild
index ccb865050bd..1ca10d29a05 100644
--- a/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild
+++ b/dev-perl/Safe-Hole/Safe-Hole-0.140.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Exec subs in the original package from Safe"
 
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Hole/
@ 2021-11-27 20:51 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-11-27 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     0bd798e5b6e75c13734758397d93b1445f8f2d1c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 20:49:21 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 20:51:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bd798e5

dev-perl/Safe-Hole: Remove old

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

 dev-perl/Safe-Hole/Manifest                    |  1 -
 dev-perl/Safe-Hole/Safe-Hole-0.130.0-r1.ebuild | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/dev-perl/Safe-Hole/Manifest b/dev-perl/Safe-Hole/Manifest
index 76d2eaeaa7ad..b32c372b1dac 100644
--- a/dev-perl/Safe-Hole/Manifest
+++ b/dev-perl/Safe-Hole/Manifest
@@ -1,2 +1 @@
-DIST Safe-Hole-0.13.tar.gz 14269 BLAKE2B 34adf7172a7ec69e680f4223c9d0deaa035bf64bf8c9f5cc97d8f3c10b92086990f52e56a9f6522dba26d189115e55b419def4f73c7f14b805c33caeb753eecf SHA512 3acb362f6a7970c083359351f7e9d1005019d715546b9051c0a317adf1d6378537d6da14b01dd26fba05a802560bb79afa1f14d6530f862a3265e0aa12129c0c
 DIST Safe-Hole-0.14.tar.gz 15901 BLAKE2B 3d0bea12075120c520e001c5163acf7ad04d66c6bf675074a31c72f9bafb1b08a8bcd389d760a2b5a0954353717b67d10be373d429401829d94b18fcf596d734 SHA512 29570c5e6c2bf8709b92b62c36d24c643956535ed0cf3fa73cbe9406543f17c96d4bd37a753c02d1f77f962d76788f423816fd63d31f7f56884acefa873f30e7

diff --git a/dev-perl/Safe-Hole/Safe-Hole-0.130.0-r1.ebuild b/dev-perl/Safe-Hole/Safe-Hole-0.130.0-r1.ebuild
deleted file mode 100644
index 0f3a79d2e199..000000000000
--- a/dev-perl/Safe-Hole/Safe-Hole-0.130.0-r1.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=TODDR
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Exec subs in the original package from Safe"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build"
-
-SRC_TEST="do"


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

end of thread, other threads:[~2021-11-27 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-27 20:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Safe-Hole/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-10-11  4:18 Sam James
2021-08-05 21:15 Andreas K. Hüttel

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