* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2021-10-17 14:04 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2021-10-17 14:04 UTC (permalink / raw
To: gentoo-commits
commit: dc74e4cfca738a938a70aaab5b30182a66f6a21f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 17 12:26:20 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 17 14:03:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc74e4cf
dev-perl/Cwd-Guard: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../{Cwd-Guard-0.50.0.ebuild => Cwd-Guard-0.50.0-r1.ebuild} | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
similarity index 79%
rename from dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
rename to dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
index 40eb6dfcde7..cd3c4151a09 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=KAZEBURO
DIST_VERSION=0.05
@@ -11,17 +11,15 @@ DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-IUSE="test minimal"
-RESTRICT="!test? ( test )"
-# Cwd -> perl-File-Spec
+IUSE="minimal"
+
RDEPEND="
virtual/perl-File-Spec
virtual/perl-Exporter
virtual/perl-if
virtual/perl-parent
"
-# CPAN::Meta::Prereqs -> perl-CPAN-Meta
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-0.380.0
test? (
dev-perl/Test-Requires
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2020-10-16 21:57 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2020-10-16 21:57 UTC (permalink / raw
To: gentoo-commits
commit: 6fd68425b543d780fd2a2b9b93670f839a81e027
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 16 21:55:04 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 16 21:57:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fd68425
dev-perl/Cwd-Guard: ppc64 keyworded (bug #746560)
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index 2c29043339a..b4e98ae743b 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 hppa ~ppc ~ppc64 x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
# Cwd -> perl-File-Spec
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2020-06-29 6:33 Michał Górny
0 siblings, 0 replies; 11+ messages in thread
From: Michał Górny @ 2020-06-29 6:33 UTC (permalink / raw
To: gentoo-commits
commit: 42b2eab3a8369fdaa5ee878741045d4efd5d65a6
Author: Sam James (sam_c) <sam <AT> cmpct <DOT> info>
AuthorDate: Sun Jun 28 15:12:29 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 29 06:33:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42b2eab3
dev-perl/Cwd-Guard: arm keyworded (bug #729778)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam <AT> cmpct.info>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index 7a5aa337f6b..9124f2a50a6 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.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="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="amd64 hppa ~ppc x86"
+KEYWORDS="amd64 ~arm hppa ~ppc x86"
IUSE="test minimal"
RESTRICT="!test? ( test )"
# Cwd -> perl-File-Spec
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2018-04-17 0:06 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2018-04-17 0:06 UTC (permalink / raw
To: gentoo-commits
commit: a86a5999ce40936038bec0463d4cef189813c08f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 19:37:03 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 17 00:05:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a86a5999
dev-perl/Cwd-Guard: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild | 29 -----------------------------
dev-perl/Cwd-Guard/Manifest | 1 -
2 files changed, 30 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
deleted file mode 100644
index 2c83b42b35a..00000000000
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KAZEBURO
-MODULE_VERSION=0.04
-inherit perl-module
-
-DESCRIPTION="Temporary changing working directory (chdir)"
-
-SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~x86"
-IUSE=""
-# Cwd -> perl-File-Spec
-RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-Exporter
- virtual/perl-if
- virtual/perl-parent
-"
-# CPAN::Meta::Prereqs -> perl-CPAN-Meta
-DEPEND="
- virtual/perl-CPAN-Meta
- >=dev-perl/Module-Build-0.380.0
- ${RDEPEND}
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Cwd-Guard/Manifest b/dev-perl/Cwd-Guard/Manifest
index 3e32126817f..b383b071481 100644
--- a/dev-perl/Cwd-Guard/Manifest
+++ b/dev-perl/Cwd-Guard/Manifest
@@ -1,2 +1 @@
-DIST Cwd-Guard-0.04.tar.gz 9883 BLAKE2B fa9d7ea8d378a223e4449c635dda13f08176295241c9d799b87d943c4df0b0d13ef06f4d9ad752f6bae5c64621e5cec2effddddd9c8452a29f9c7b4bff8a9750 SHA512 7402203a51b1be99e91e9dfd1cf0e3577e5ba16afe8d808ab594bcff1603665399dc48fe867d40d9849cccbacfda0572fab09e8ef81934a251bb44625eade6f9
DIST Cwd-Guard-0.05.tar.gz 10253 BLAKE2B cd11c91769212a5b77ce267542d6ddc231ff4ee64baa5abf88035d3fedfe005141e571b516b799f611488347d89896f16660c66a58e20729b0cddc6753b89163 SHA512 14aa68e535cec8f7182d5648558c539cbf6eebe2fee9c59d0b06f5b45cca1c6c652104a58f71b5a56f796f03d139e3e74962e45fb127bf038803b05cb9f32b82
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2018-04-07 21:13 Matt Turner
0 siblings, 0 replies; 11+ messages in thread
From: Matt Turner @ 2018-04-07 21:13 UTC (permalink / raw
To: gentoo-commits
commit: f9a21484edb450f6cdb19e9781908125645f5a36
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 7 21:13:06 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Apr 7 21:13:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a21484
dev-perl/Cwd-Guard-0.50.0: hppa stable, bug 652624
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index 9f25f7261aa..c0946a22d4e 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
IUSE="test minimal"
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2018-04-06 0:19 Aaron Bauman
0 siblings, 0 replies; 11+ messages in thread
From: Aaron Bauman @ 2018-04-06 0:19 UTC (permalink / raw
To: gentoo-commits
commit: 33c4e3353785504ea1a697bb969bd27858f94afa
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 5 23:21:05 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Apr 6 00:19:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c4e335
dev-perl/Cwd-Guard: amd64 stable
Bug: https://bugs.gentoo.org/652624
Package-Manager: Portage-2.3.28, Repoman-2.3.9
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index d7d5cb374d9..9f25f7261aa 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
IUSE="test minimal"
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2017-11-30 20:40 Thomas Deutschmann
0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-11-30 20:40 UTC (permalink / raw
To: gentoo-commits
commit: 76ffabafd2c4d465aa8b1fc7994b9dbbc6868986
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 30 20:16:37 2017 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 30 20:40:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76ffabaf
dev-perl/Cwd-Guard: x86 keyword added (bug #593436)
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index e4adbb70ae9..d7d5cb374d9 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="test minimal"
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2017-02-03 22:36 Jeroen Roovers
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:36 UTC (permalink / raw
To: gentoo-commits
commit: 23f38dc618ed8f92e465a59d7a97033df7754d3a
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 22:36:10 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 22:36:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f38dc6
dev-perl/Cwd-Guard: Mark ~hppa (bug #593436).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
index ac8d459..cf10d93 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.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
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~hppa"
IUSE="test minimal"
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2017-02-03 22:25 Jeroen Roovers
0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers @ 2017-02-03 22:25 UTC (permalink / raw
To: gentoo-commits
commit: 4139e91a616fb1f7f3bf83c9042da4c938716da5
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 22:23:16 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 22:23:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4139e91a
dev-perl/Cwd-Guard: Stable for HPPA (bug #578642).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --ignore-arches
dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
index a1b4827..072edee 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 hppa ~ppc ~x86"
IUSE=""
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2016-09-08 19:10 Kent Fredric
0 siblings, 0 replies; 11+ messages in thread
From: Kent Fredric @ 2016-09-08 19:10 UTC (permalink / raw
To: gentoo-commits
commit: 6e78eef72c38bd5e631001e492e14f5ccc898422
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 8 18:58:57 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 8 19:05:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e78eef7
dev-perl/Cwd-Guard: Bump to 0.50.0
- EAPI6
Upstream:
- Added test for safely chdiring back to renamed directories
Keywords:
- Dropped hppa pcc x86 due to dev-perl/File-Copy-Link
Package-Manager: portage-2.3.0
dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild | 33 ++++++++++++++++++++++++++++++
dev-perl/Cwd-Guard/Manifest | 1 +
dev-perl/Cwd-Guard/metadata.xml | 4 ++++
3 files changed, 38 insertions(+)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
new file mode 100644
index 00000000..ac8d459
--- /dev/null
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.50.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=KAZEBURO
+DIST_VERSION=0.05
+inherit perl-module
+
+DESCRIPTION="Temporary changing working directory (chdir)"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test minimal"
+# Cwd -> perl-File-Spec
+RDEPEND="
+ virtual/perl-File-Spec
+ virtual/perl-Exporter
+ virtual/perl-if
+ virtual/perl-parent
+"
+# CPAN::Meta::Prereqs -> perl-CPAN-Meta
+DEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-0.380.0
+ test? (
+ dev-perl/Test-Requires
+ virtual/perl-Test-Simple
+ !minimal? (
+ dev-perl/File-Copy-Link
+ )
+ )
+"
diff --git a/dev-perl/Cwd-Guard/Manifest b/dev-perl/Cwd-Guard/Manifest
index 12239d8..833ef8f 100644
--- a/dev-perl/Cwd-Guard/Manifest
+++ b/dev-perl/Cwd-Guard/Manifest
@@ -1 +1,2 @@
DIST Cwd-Guard-0.04.tar.gz 9883 SHA256 1532cc4c453e4b3e5c195bc75c9b01974fa14304e54929850888641f2c28331c SHA512 7402203a51b1be99e91e9dfd1cf0e3577e5ba16afe8d808ab594bcff1603665399dc48fe867d40d9849cccbacfda0572fab09e8ef81934a251bb44625eade6f9 WHIRLPOOL 992d49d08b4cd14da70f0094f86f0f91837b1348f9e98e9a93a8129fd67f8fe2f59a7da3b678234c29beda3c7661177da512d7d1b38642df21c9d369bb61fc9f
+DIST Cwd-Guard-0.05.tar.gz 10253 SHA256 7afc7ca2b9502e440241938ad97a3e7ebd550180ebd6142e1db394186b268e77 SHA512 14aa68e535cec8f7182d5648558c539cbf6eebe2fee9c59d0b06f5b45cca1c6c652104a58f71b5a56f796f03d139e3e74962e45fb127bf038803b05cb9f32b82 WHIRLPOOL 00ce08639ec12ff73a15acd669585c22c5848eb9b462083728e4ff003117c19a099f2c00d327b9cb86a775ddf7a83457d462c3f9d3809bf2f7bfc6608048b31d
diff --git a/dev-perl/Cwd-Guard/metadata.xml b/dev-perl/Cwd-Guard/metadata.xml
index 2b9a936..e5a008a 100644
--- a/dev-perl/Cwd-Guard/metadata.xml
+++ b/dev-perl/Cwd-Guard/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Cwd-Guard</remote-id>
+ <remote-id type="cpan-module">Cwd::Guard</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/
@ 2016-01-24 16:40 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2016-01-24 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 4a0e8da84b155ee13b0c947be980bb384073ef65
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 16:38:03 2016 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 16:40:05 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0e8da8
dev-perl/Cwd-Guard: amd64 stable wrt bug #569840
Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
index d7d8727..a1b4827 100644
--- a/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
+++ b/dev-perl/Cwd-Guard/Cwd-Guard-0.40.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Temporary changing working directory (chdir)"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~x86"
IUSE=""
# Cwd -> perl-File-Spec
RDEPEND="
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2021-10-17 14:04 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-17 14:04 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Cwd-Guard/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2020-10-16 21:57 Sam James
2020-06-29 6:33 Michał Górny
2018-04-17 0:06 Kent Fredric
2018-04-07 21:13 Matt Turner
2018-04-06 0:19 Aaron Bauman
2017-11-30 20:40 Thomas Deutschmann
2017-02-03 22:36 Jeroen Roovers
2017-02-03 22:25 Jeroen Roovers
2016-09-08 19:10 Kent Fredric
2016-01-24 16:40 Agostino Sarubbo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox