* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/
@ 2020-08-31 6:16 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-31 6:16 UTC (permalink / raw
To: gentoo-commits
commit: fdb245aefd0544d84329cbd5a028d57943780d1a
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 31 06:12:40 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Aug 31 06:13:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb245ae
dev-perl/File-Path-Expand: -r bump for EAPI7
- EAPI7
- Parallel tests
- Improve deps
- Remove unused/empty variable assignments
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../File-Path-Expand-1.20.0-r2.ebuild | 23 ++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
new file mode 100644
index 00000000000..fc6cedb8660
--- /dev/null
+++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RCLAMP
+DIST_VERSION=1.02
+inherit perl-module
+
+DESCRIPTION="Expand filenames"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-perl/Module-Build"
+BDEPEND="
+ dev-perl/Module-Build
+ test? (
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/
@ 2021-05-30 16:03 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-30 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 712e0a22b2bc3e772861f55454a0629a6191a0f1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 16:00:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 30 16:02:52 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=712e0a22
dev-perl/File-Path-Expand: Stable for all 1.02 r2
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
index fc6cedb8660..bf48ace202d 100644
--- a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
+++ b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,11 +10,10 @@ inherit perl-module
DESCRIPTION="Expand filenames"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
IUSE="test"
RESTRICT="!test? ( test )"
-DEPEND="dev-perl/Module-Build"
BDEPEND="
dev-perl/Module-Build
test? (
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/
@ 2021-05-30 16:03 Andreas K. Hüttel
0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-30 16:03 UTC (permalink / raw
To: gentoo-commits
commit: 1c22fb7f18001bdf745517eb17307f47b0e2f1d2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 16:01:05 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 30 16:02:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c22fb7f
dev-perl/File-Path-Expand: Remove old 1.02 r1
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../File-Path-Expand-1.20.0-r1.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r1.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r1.ebuild
deleted file mode 100644
index c71dee325be..00000000000
--- a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.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=RCLAMP
-MODULE_VERSION=1.02
-inherit perl-module
-
-DESCRIPTION="Expand filenames"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc 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-05-30 16:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-30 16:03 [gentoo-commits] repo/gentoo:master commit in: dev-perl/File-Path-Expand/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2021-05-30 16:03 Andreas K. Hüttel
2020-08-31 6:16 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox