* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Stat-lsMode/
@ 2021-08-09 20:31 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2021-08-09 20:31 UTC (permalink / raw
To: gentoo-commits
commit: 548739bdb2222072a0435d8a2d7ed3e73f46983f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 9 20:28:30 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 9 20:31:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548739bd
dev-perl/Stat-lsMode: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...lsMode-0.500.0-r1.ebuild => Stat-lsMode-0.500.0-r2.ebuild} | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r1.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r2.ebuild
similarity index 63%
rename from dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r1.ebuild
rename to dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r2.ebuild
index f559efedb5c..a65837e8b5b 100644
--- a/dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r1.ebuild
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.500.0-r2.ebuild
@@ -1,16 +1,13 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
-MODULE_AUTHOR=MJD
-MODULE_VERSION=0.50
+DIST_AUTHOR=MJD
+DIST_VERSION=0.50
inherit perl-module
DESCRIPTION="The Perl Stat-lsMode Module"
SLOT="0"
KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Stat-lsMode/
@ 2023-06-18 23:19 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-06-18 23:19 UTC (permalink / raw
To: gentoo-commits
commit: b3555f33a248cdd0ac17e1511dbc23a886c4004d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 23:04:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 23:18:52 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3555f33
dev-perl/Stat-lsMode: add 0.510.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Stat-lsMode/Manifest | 1 +
dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/dev-perl/Stat-lsMode/Manifest b/dev-perl/Stat-lsMode/Manifest
index c51f6fcf92d4..552f614a2d9b 100644
--- a/dev-perl/Stat-lsMode/Manifest
+++ b/dev-perl/Stat-lsMode/Manifest
@@ -1 +1,2 @@
DIST Stat-lsMode-0.50.tar.gz 4017 BLAKE2B 4c5daf228225d19acccbff61d01927db6d1259646205429e88b59c459ba6592524a1edd1af7208ebe61e71b6f2d8309df3210d7246fae206c1585764aa65aeaf SHA512 dec0617efbf65b64d348519e9e591ccf34cd50d857ba253feef8099ffd7bfc6f89f0e57fa90b4c4f3f2f3e02aa07ae66b3aac194276364269b73e5b5dbe8b9f4
+DIST Stat-lsMode-0.51.tar.gz 12996 BLAKE2B 8eec30e6ff96af50e5a60ad70e9365f564a357c1c12b4881bad330ff7bbf170d7e7a2106f0e95a7557d6ac5ded25931bfe745d18d1122572fc14c02fa8dabe14 SHA512 d1838efb8c6c6b27981247a5380335b167fd92cabbe0492b687ac245b55ddc8628256ef60ee0ec69753b0f4ec8977b547cc4baeac5f88637a7f11bd8467e9ec9
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
new file mode 100644
index 000000000000..16449a0c4590
--- /dev/null
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ARISTOTLE
+DIST_VERSION=0.51
+inherit perl-module
+
+DESCRIPTION="Perl Stat-lsMode Module"
+
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ virtual/perl-Exporter
+"
+BDEPEND="
+ >=virtual/perl-ExtUtils-MakeMaker-6.57
+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Stat-lsMode/
@ 2023-07-24 13:39 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2023-07-24 13:39 UTC (permalink / raw
To: gentoo-commits
commit: cc528f5ed66ce5c3454b085966c654b28df9a372
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 13:36:43 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 13:36:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc528f5e
dev-perl/Stat-lsMode: Stabilize 0.510.0 sparc, #910821
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
index dd9643723d93..51fa298c64cd 100644
--- a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Perl Stat-lsMode Module"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 ~sparc x86"
+KEYWORDS="amd64 ~hppa ~ia64 ppc ppc64 sparc x86"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Stat-lsMode/
@ 2025-07-20 19:30 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-07-20 19:30 UTC (permalink / raw
To: gentoo-commits
commit: 922a04e6192634b24400aa38ae72fb7d39482db8
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 20 19:28:50 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jul 20 19:28:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922a04e6
dev-perl/Stat-lsMode: drop unversioned Perl virtual deps
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{Stat-lsMode-0.510.0.ebuild => Stat-lsMode-0.510.0-r1.ebuild} | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0-r1.ebuild
similarity index 75%
rename from dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
rename to dev-perl/Stat-lsMode/Stat-lsMode-0.510.0-r1.ebuild
index 7f6e96d52e1a..062492333c13 100644
--- a/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0.ebuild
+++ b/dev-perl/Stat-lsMode/Stat-lsMode-0.510.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,10 +12,6 @@ DESCRIPTION="Perl Stat-lsMode Module"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 sparc x86"
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
-"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.57
"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-20 19:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-20 19:30 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Stat-lsMode/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 13:39 Arthur Zamarin
2023-06-18 23:19 Sam James
2021-08-09 20:31 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