* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2015-10-04 20:53 Patrice Clement
0 siblings, 0 replies; 21+ messages in thread
From: Patrice Clement @ 2015-10-04 20:53 UTC (permalink / raw
To: gentoo-commits
commit: b514ffc307194f1604a06e596a49f333a08c67c2
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 4 16:31:01 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 4 20:49:56 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b514ffc3
dev-perl/File-pushd: Stable using the ALLARCHES policy.
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.3.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.3.0-r1.ebuild b/dev-perl/File-pushd/File-pushd-1.3.0-r1.ebuild
index b651585..6fd971e 100644
--- a/dev-perl/File-pushd/File-pushd-1.3.0-r1.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.3.0-r1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 arm ppc ppc64 x86 ~x86-fbsd"
IUSE=""
SRC_TEST=do
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2016-04-16 19:26 Andreas Hüttel
0 siblings, 0 replies; 21+ messages in thread
From: Andreas Hüttel @ 2016-04-16 19:26 UTC (permalink / raw
To: gentoo-commits
commit: 528fc65e10a9e2365abb8033d39a7081d6d6792c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 18:40:33 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Apr 16 19:25:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528fc65e
dev-perl/File-pushd: Bump to version 1.9.0
- EAPI6
Upstream:
- Object destruction stops clobbering $@
- Tests fixed
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
dev-perl/File-pushd/File-pushd-1.9.0.ebuild | 32 +++++++++++++++++++++++++++++
dev-perl/File-pushd/Manifest | 1 +
2 files changed, 33 insertions(+)
diff --git a/dev-perl/File-pushd/File-pushd-1.9.0.ebuild b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
new file mode 100644
index 0000000..f72ce88
--- /dev/null
+++ b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.009
+inherit perl-module
+
+DESCRIPTION="Change directory temporarily for a limited scope"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ virtual/perl-Scalar-List-Utils
+ >=virtual/perl-Test-Simple-0.960.0
+ virtual/perl-version
+ )
+"
diff --git a/dev-perl/File-pushd/Manifest b/dev-perl/File-pushd/Manifest
index 816c387..9ba16e4 100644
--- a/dev-perl/File-pushd/Manifest
+++ b/dev-perl/File-pushd/Manifest
@@ -1 +1,2 @@
DIST File-pushd-1.003.tar.gz 13984 SHA256 c1c9acdd649931b618b5b8d7fe21a77d0d74c1c3560bab0c8eb399cc3afe963a SHA512 a93cd9332eab8a095e1d85002c4d3c7f7b066231decc028ff19a6946b218d377a834dc1db6b51c45a18ffdfa7db4f091fd8e8c268973199187b02d3462563fd2 WHIRLPOOL 55780523e0c1cc32144e7365873e71d177fe98a0aadc5c955c0914055cb4b23a63b3fc8ddd992a48d8f1e2a36eba430dd2765eade77d75cb99a373065e9428a2
+DIST File-pushd-1.009.tar.gz 18933 SHA256 0bee63a6fc34ec6b33e95ae38dc664db6a98173a17e37ca00e67459f1d165277 SHA512 d0644ec0d7921137844a91bbd4e566408756c1603bca3d9b19102b1d3d3b57da3da635d2364bdab0e54a8f7f0d9769b6eac52f3492dd504f978d5b7b7d824080 WHIRLPOOL 240c6e0e817fce758779cecb9c7a69c60e46a3bbcda7b282bed4ef992c112d484698908025cc3c3286c3660ada8f33fcc6ee0001234777708f329aad36ec9623
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2017-01-26 14:04 Tobias Klausmann
0 siblings, 0 replies; 21+ messages in thread
From: Tobias Klausmann @ 2017-01-26 14:04 UTC (permalink / raw
To: gentoo-commits
commit: dbc326ad77bffab0bbd0a22ce22dc6df77f53678
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 11:42:59 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 14:03:19 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbc326ad
dev-perl/File-pushd-1.9.0-r0: keyworded for ~alpha
Gentoo-Bug: 577100
dev-perl/File-pushd/File-pushd-1.9.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.9.0.ebuild b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
index f72ce88..7f129b1 100644
--- a/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2017-10-21 8:38 Kent Fredric
0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2017-10-21 8:38 UTC (permalink / raw
To: gentoo-commits
commit: e1fa7a44a450f6b6db23a0395322d0d4d7ec5bf9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 06:24:19 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 08:37:57 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa7a44
dev-perl/File-pushd: Bump to version 1.14.0
Upstream:
- pushd/tempd warn if called in void context
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 30 ++++++++++++++++++++++++++++
dev-perl/File-pushd/Manifest | 1 +
2 files changed, 31 insertions(+)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
new file mode 100644
index 00000000000..91f3494f681
--- /dev/null
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.014
+inherit perl-module
+
+DESCRIPTION="Change directory temporarily for a limited scope"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="test"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+"
+DEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ virtual/perl-version
+ )
+"
diff --git a/dev-perl/File-pushd/Manifest b/dev-perl/File-pushd/Manifest
index 9ba16e45577..1c904f972fd 100644
--- a/dev-perl/File-pushd/Manifest
+++ b/dev-perl/File-pushd/Manifest
@@ -1,2 +1,3 @@
DIST File-pushd-1.003.tar.gz 13984 SHA256 c1c9acdd649931b618b5b8d7fe21a77d0d74c1c3560bab0c8eb399cc3afe963a SHA512 a93cd9332eab8a095e1d85002c4d3c7f7b066231decc028ff19a6946b218d377a834dc1db6b51c45a18ffdfa7db4f091fd8e8c268973199187b02d3462563fd2 WHIRLPOOL 55780523e0c1cc32144e7365873e71d177fe98a0aadc5c955c0914055cb4b23a63b3fc8ddd992a48d8f1e2a36eba430dd2765eade77d75cb99a373065e9428a2
DIST File-pushd-1.009.tar.gz 18933 SHA256 0bee63a6fc34ec6b33e95ae38dc664db6a98173a17e37ca00e67459f1d165277 SHA512 d0644ec0d7921137844a91bbd4e566408756c1603bca3d9b19102b1d3d3b57da3da635d2364bdab0e54a8f7f0d9769b6eac52f3492dd504f978d5b7b7d824080 WHIRLPOOL 240c6e0e817fce758779cecb9c7a69c60e46a3bbcda7b282bed4ef992c112d484698908025cc3c3286c3660ada8f33fcc6ee0001234777708f329aad36ec9623
+DIST File-pushd-1.014.tar.gz 20674 SHA256 b5ab37ffe3acbec53efb7c77b4423a2c79afa30a48298e751b9ebee3fdc6340b SHA512 f81b852b6c64d330291b382df83b6cd15c807bbefb00fc51ccbf709ee7c6deca57f996cbe86322b81adf0b14e608d4f63f969330561b7c25a4a7b32f0e3df6bb WHIRLPOOL 2595f4a1223758e33f69bd1a746eab478364706c4c422e72973f5f7fbc604bfabc8fc09ad845985439ad7b4f75f9e73b09a256f36126c4092a66ede6c5905753
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-06-10 15:52 Aaron Bauman
0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2018-06-10 15:52 UTC (permalink / raw
To: gentoo-commits
commit: f3750d935dee7f9794947cd9a516d8970a19e295
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 15:46:58 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 15:52:28 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3750d93
dev-perl/File-pushd: amd64 stable wrt bug #657592
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index 91f3494f681..a65dcf0ada7 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.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
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-06-10 17:43 Thomas Deutschmann
0 siblings, 0 replies; 21+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:43 UTC (permalink / raw
To: gentoo-commits
commit: ac3554b675e533a331f0c96d9efa5b9f271f3c81
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 17:37:44 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 17:42:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac3554b6
dev-perl/File-pushd: x86 stable (bug #657690)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index a65dcf0ada7..9ce1be475c7 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-06-11 17:09 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2018-06-11 17:09 UTC (permalink / raw
To: gentoo-commits
commit: 9e698322e2aaea3824d19afbdc3466ccf25d7e2e
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jun 11 16:51:29 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 11 17:08:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e698322
dev-perl/File-pushd: stable 1.14.0 for sparc
Bug: https://bugs.gentoo.org/657690
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index d9946c1a3b8..71c1600c9f2 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-08-12 10:01 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2018-08-12 10:01 UTC (permalink / raw
To: gentoo-commits
commit: cb33b3972d85ba3fb3cdecaa98d5a312590c40ed
Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sun Aug 12 08:46:21 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Aug 12 10:01:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb33b397
dev-perl/File-pushd: stable 1.14.0 for hppa, bug #661194
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="hppa"
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index 57b35dda36a..4c79175b46e 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-08-24 19:37 Markus Meier
0 siblings, 0 replies; 21+ messages in thread
From: Markus Meier @ 2018-08-24 19:37 UTC (permalink / raw
To: gentoo-commits
commit: 20506a211781665203e5e91529ecc6e5b07d5027
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 24 19:35:06 2018 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Aug 24 19:35:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20506a21
dev-perl/File-pushd: arm stable, bug #657592
Package-Manager: Portage-2.3.40, Repoman-2.3.9
RepoMan-Options: --include-arches="arm"
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index 4c79175b46e..af7f98a3a93 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2018-10-17 18:54 Fabian Groffen
0 siblings, 0 replies; 21+ messages in thread
From: Fabian Groffen @ 2018-10-17 18:54 UTC (permalink / raw
To: gentoo-commits
commit: f2631a4be5dbfe1d33bc5b1726500be12499d9f2
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 17 18:53:00 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 18:54:01 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2631a4b
dev-perl/File-pushd: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 4 ++--
dev-perl/File-pushd/File-pushd-1.9.0.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index af7f98a3a93..684284fa02c 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
diff --git a/dev-perl/File-pushd/File-pushd-1.9.0.ebuild b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
index a842e1ddb6a..f8668b88e79 100644
--- a/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2019-04-13 17:27 Aaron Bauman
0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-04-13 17:27 UTC (permalink / raw
To: gentoo-commits
commit: ed1a7f4d96d2bc5c951ba55bb43b660b0a59fc7c
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 17:21:30 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 17:27:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1a7f4d
dev-perl/File-pushd: arm64 keyworded (bug #683162)
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index 684284fa02c..1e14666cf65 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2019-07-28 17:16 Aaron Bauman
0 siblings, 0 replies; 21+ messages in thread
From: Aaron Bauman @ 2019-07-28 17:16 UTC (permalink / raw
To: gentoo-commits
commit: 9a5138c126ea92265705ea88b0afb1de3dfbd212
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 28 17:08:42 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jul 28 17:15:55 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a5138c1
dev-perl/File-pushd: arm64 stable
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="arm64"
dev-perl/File-pushd/File-pushd-1.14.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
index 1e14666cf65..9375f8baac5 100644
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ppc ppc64 sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RDEPEND="
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2020-09-08 8:32 Kent Fredric
0 siblings, 0 replies; 21+ messages in thread
From: Kent Fredric @ 2020-09-08 8:32 UTC (permalink / raw
To: gentoo-commits
commit: bbe2b506a19d2a63c89096e1d2cd71e690444005
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 8 08:25:20 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Sep 8 08:32:27 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbe2b506
dev-perl/File-pushd: Bump to version 1.16.0
- EAPI7
Upstream:
- Directories created by tempd now only cleaned up by PID that created
them, not forked children.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 30 ++++++++++++++++++++++++++++
dev-perl/File-pushd/Manifest | 1 +
2 files changed, 31 insertions(+)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
new file mode 100644
index 00000000000..1520cfa8de3
--- /dev/null
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=1.016
+inherit perl-module
+
+DESCRIPTION="Change directory temporarily for a limited scope"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ virtual/perl-File-Temp
+"
+BDEPEND="${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.170.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
diff --git a/dev-perl/File-pushd/Manifest b/dev-perl/File-pushd/Manifest
index 45b20a470c6..c772f85ea45 100644
--- a/dev-perl/File-pushd/Manifest
+++ b/dev-perl/File-pushd/Manifest
@@ -1 +1,2 @@
DIST File-pushd-1.014.tar.gz 20674 BLAKE2B 0e06d1c527aa2cf34c2d55302ec255e4aedbeded7a9c3cc0c4d40bec0b97ddd3c49fa13ee1e36764b9ef17db293cd4c63580bc471a723bfe9eb717eabc6f2aea SHA512 f81b852b6c64d330291b382df83b6cd15c807bbefb00fc51ccbf709ee7c6deca57f996cbe86322b81adf0b14e608d4f63f969330561b7c25a4a7b32f0e3df6bb
+DIST File-pushd-1.016.tar.gz 19798 BLAKE2B 1bcef90dac2cf9f086fab915f108d01f047f532cedc9aa2ce32f1e4b5d164abdf3f6826a3b5e959b6bd745ae5067047a45b579f98e988267eeb25d2a32335866 SHA512 f80f24831c28aed6efcb036db8da2404aadf1005ed751a82c10071a24572c05758eb1785cd9d1f9fdee86a20cf83b41bd73125862d8d24bfa240cc0d6b33ccdd
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-05-31 22:38 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-05-31 22:38 UTC (permalink / raw
To: gentoo-commits
commit: e2830764533cd6c2215ae67e08ff9c53ae16d1fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May 31 22:36:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 31 22:37:50 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2830764
dev-perl/File-pushd: Stabilize 1.16.0 sparc, #793260
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index bf92c89a4eb..b783136ae22 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-06-01 6:36 Agostino Sarubbo
0 siblings, 0 replies; 21+ messages in thread
From: Agostino Sarubbo @ 2021-06-01 6:36 UTC (permalink / raw
To: gentoo-commits
commit: d710a7c7adc21aa1538101a6198049e71487645d
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 06:35:49 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 06:35:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d710a7c7
dev-perl/File-pushd: ppc64 stable wrt bug #793260
Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index b783136ae22..cf83dbfc90b 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-06-01 11:58 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-06-01 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 44b5a993c2a2e781a11ae59bc5cb9315cf42aa7e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 1 11:56:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 1 11:56:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b5a993
dev-perl/File-pushd: Stabilize 1.16.0 amd64, #793260
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index cf83dbfc90b..0e659ae149d 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-06-03 8:23 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-06-03 8:23 UTC (permalink / raw
To: gentoo-commits
commit: 186b04da48b0c6932fdbcf59655ce07f5c9fd3f3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 08:19:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 08:21:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=186b04da
dev-perl/File-pushd: Stabilize 1.16.0 x86, #793260
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index 0e659ae149d..8c47d4ce88c 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-06-03 16:26 Sam James
0 siblings, 0 replies; 21+ messages in thread
From: Sam James @ 2021-06-03 16:26 UTC (permalink / raw
To: gentoo-commits
commit: ce9dbb816348fdf0d0e241db12e85e1ea1d7a546
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 3 16:24:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 3 16:26:29 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce9dbb81
dev-perl/File-pushd: Stabilize 1.16.0 arm64, #793260
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index 8c47d4ce88c..286ca1f7a8a 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-06-07 6:25 Sergei Trofimovich
0 siblings, 0 replies; 21+ messages in thread
From: Sergei Trofimovich @ 2021-06-07 6:25 UTC (permalink / raw
To: gentoo-commits
commit: 45ae68a723774ac1d2bae9e38f644763a3809623
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 7 06:22:14 2021 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Mon Jun 7 06:25:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ae68a7
dev-perl/File-pushd: stable 1.16.0 for ppc
stable wrt bug #793260
Package-Manager: Portage-3.0.19, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index 286ca1f7a8a..3e6fa1a895e 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2021-10-29 16:31 Andreas K. Hüttel
0 siblings, 0 replies; 21+ messages in thread
From: Andreas K. Hüttel @ 2021-10-29 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 1187321be7471437ce747795d0e2a1a9f899e282
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 29 16:25:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Oct 29 16:31:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1187321b
dev-perl/File-pushd: 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/File-pushd/File-pushd-1.14.0.ebuild | 31 ----------------------------
dev-perl/File-pushd/Manifest | 1 -
2 files changed, 32 deletions(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild b/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
deleted file mode 100644
index e78fe24b38e..00000000000
--- a/dev-perl/File-pushd/File-pushd-1.14.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=1.014
-inherit perl-module
-
-DESCRIPTION="Change directory temporarily for a limited scope"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
- virtual/perl-File-Path
- virtual/perl-File-Spec
- virtual/perl-File-Temp
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.170.0
- test? (
- >=virtual/perl-Test-Simple-0.960.0
- virtual/perl-version
- )
-"
diff --git a/dev-perl/File-pushd/Manifest b/dev-perl/File-pushd/Manifest
index c772f85ea45..8bd58b6cc90 100644
--- a/dev-perl/File-pushd/Manifest
+++ b/dev-perl/File-pushd/Manifest
@@ -1,2 +1 @@
-DIST File-pushd-1.014.tar.gz 20674 BLAKE2B 0e06d1c527aa2cf34c2d55302ec255e4aedbeded7a9c3cc0c4d40bec0b97ddd3c49fa13ee1e36764b9ef17db293cd4c63580bc471a723bfe9eb717eabc6f2aea SHA512 f81b852b6c64d330291b382df83b6cd15c807bbefb00fc51ccbf709ee7c6deca57f996cbe86322b81adf0b14e608d4f63f969330561b7c25a4a7b32f0e3df6bb
DIST File-pushd-1.016.tar.gz 19798 BLAKE2B 1bcef90dac2cf9f086fab915f108d01f047f532cedc9aa2ce32f1e4b5d164abdf3f6826a3b5e959b6bd745ae5067047a45b579f98e988267eeb25d2a32335866 SHA512 f80f24831c28aed6efcb036db8da2404aadf1005ed751a82c10071a24572c05758eb1785cd9d1f9fdee86a20cf83b41bd73125862d8d24bfa240cc0d6b33ccdd
^ permalink raw reply related [flat|nested] 21+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/
@ 2024-08-26 16:29 Arthur Zamarin
0 siblings, 0 replies; 21+ messages in thread
From: Arthur Zamarin @ 2024-08-26 16:29 UTC (permalink / raw
To: gentoo-commits
commit: ce2bc111d05d7c70dfa86090b919ab113193cfa4
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 26 16:17:59 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 26 16:29:11 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce2bc111
dev-perl/File-pushd: keyword 1.16.0 for ~mips
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/File-pushd/File-pushd-1.16.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
index 3e26cc9db5a9..0dda07951de9 100644
--- a/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
+++ b/dev-perl/File-pushd/File-pushd-1.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -11,7 +11,7 @@ DESCRIPTION="Change directory temporarily for a limited scope"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 21+ messages in thread
end of thread, other threads:[~2024-08-26 16:29 UTC | newest]
Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-01 11:58 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-pushd/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-08-26 16:29 Arthur Zamarin
2021-10-29 16:31 Andreas K. Hüttel
2021-06-07 6:25 Sergei Trofimovich
2021-06-03 16:26 Sam James
2021-06-03 8:23 Sam James
2021-06-01 6:36 Agostino Sarubbo
2021-05-31 22:38 Sam James
2020-09-08 8:32 Kent Fredric
2019-07-28 17:16 Aaron Bauman
2019-04-13 17:27 Aaron Bauman
2018-10-17 18:54 Fabian Groffen
2018-08-24 19:37 Markus Meier
2018-08-12 10:01 Sergei Trofimovich
2018-06-11 17:09 Sergei Trofimovich
2018-06-10 17:43 Thomas Deutschmann
2018-06-10 15:52 Aaron Bauman
2017-10-21 8:38 Kent Fredric
2017-01-26 14:04 Tobias Klausmann
2016-04-16 19:26 Andreas Hüttel
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