* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2016-11-21 3:37 Kent Fredric
0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-11-21 3:37 UTC (permalink / raw
To: gentoo-commits
commit: 278860e6b4f78ffd057297419bedb2559cce4092
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 21 01:28:56 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov 21 03:36:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=278860e6
dev-perl/String-Formatter: Add w/ version 0.102.84
Required for dev-perl/Dist-Zilla:
dev-perl/Dist-Zilla ->
dev-perl/Config-MVP ->
dev-perl/Role-HasMessage ->
dev-perl/String-Errf ->
dev-perl/String-Formatter
Was previously maintained in ::perl-experimental since Nov 2009
by myself and Torsten Veller
Package-Manager: portage-2.3.2
dev-perl/String-Formatter/Manifest | 1 +
.../String-Formatter-0.102.84.ebuild | 30 ++++++++++++++++++++++
dev-perl/String-Formatter/metadata.xml | 13 ++++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-perl/String-Formatter/Manifest b/dev-perl/String-Formatter/Manifest
new file mode 100644
index 00000000..48d254e
--- /dev/null
+++ b/dev-perl/String-Formatter/Manifest
@@ -0,0 +1 @@
+DIST String-Formatter-0.102084.tar.gz 20981 SHA256 83354112fd0c66df1e12e022df75efbf30ebdb43581c00897c86ec1c33a89c56 SHA512 d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc WHIRLPOOL 14b1ef2cc7fa10927cbbdaaa71e8f0b2a0caec5322dbcfce9ed585f535c7106c62b868cc1443cbbd02b314179212976c2108446550ff264a3babeb3fa808c633
diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
new file mode 100644
index 00000000..3116d0b
--- /dev/null
+++ b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.102084
+inherit perl-module
+
+DESCRIPTION="build sprintf-like functions of your own"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-perl/Params-Util
+ dev-perl/Sub-Exporter
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
+PERL_RM_FILES=(
+ "bench.pl" # https://github.com/rjbs/String-Formatter/issues/2
+)
diff --git a/dev-perl/String-Formatter/metadata.xml b/dev-perl/String-Formatter/metadata.xml
new file mode 100644
index 00000000..6e8fe41
--- /dev/null
+++ b/dev-perl/String-Formatter/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">String-Formatter</remote-id>
+ <remote-id type="cpan-module">String::Formatter</remote-id>
+ <remote-id type="cpan-module">String::Formatter::Cookbook</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2021-06-15 16:58 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-06-15 16:58 UTC (permalink / raw
To: gentoo-commits
commit: 82c23b71b9f9c11118e842ed7ed6357a09d7bce8
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 15 16:54:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun 15 16:57:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c23b71
dev-perl/String-Formatter: stable for amd64
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
index 4dcb27e4690..b06de3d6c97 100644
--- a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
+++ b/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="build sprintf-like functions of your own"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2021-08-10 18:24 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-08-10 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 51f78e8ae6d168800b258770694cbf9d17dfed38
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 10 17:22:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Aug 10 18:22:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51f78e8a
dev-perl/String-Formatter: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...rmatter-0.102.84.ebuild => String-Formatter-0.102.84-r1.ebuild} | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild b/dev-perl/String-Formatter/String-Formatter-0.102.84-r1.ebuild
similarity index 90%
rename from dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
rename to dev-perl/String-Formatter/String-Formatter-0.102.84-r1.ebuild
index b06de3d6c97..990c620701d 100644
--- a/dev-perl/String-Formatter/String-Formatter-0.102.84.ebuild
+++ b/dev-perl/String-Formatter/String-Formatter-0.102.84-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=RJBS
DIST_VERSION=0.102084
@@ -11,20 +11,19 @@ DESCRIPTION="build sprintf-like functions of your own"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
RDEPEND="
dev-perl/Params-Util
dev-perl/Sub-Exporter
"
-DEPEND="
+BDEPEND="
${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.300.0
test? (
>=virtual/perl-Test-Simple-0.960.0
)
"
+
PERL_RM_FILES=(
"bench.pl" # https://github.com/rjbs/String-Formatter/issues/2
)
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2021-12-06 15:13 Andreas K. Hüttel
0 siblings, 0 replies; 7+ messages in thread
From: Andreas K. Hüttel @ 2021-12-06 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 94e7b5b7d238ea02cb43c3d42ff0a985c2d802c5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 6 15:12:44 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 6 15:13:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94e7b5b7
dev-perl/String-Formatter: Version bump 1.234
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/String-Formatter/Manifest | 1 +
.../String-Formatter-1.234.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/String-Formatter/Manifest b/dev-perl/String-Formatter/Manifest
index 8199359e7a3b..52ebd459f2c8 100644
--- a/dev-perl/String-Formatter/Manifest
+++ b/dev-perl/String-Formatter/Manifest
@@ -1 +1,2 @@
DIST String-Formatter-0.102084.tar.gz 20981 BLAKE2B 960a9ee9ef5ac6d378406697d16ab44c891d959d6f6aa888b8b0950b178d9167b8882d372fd86271a69f51a85a243b8ab491d8b21f3cfdb4ad47d7577aef282c SHA512 d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc
+DIST String-Formatter-1.234.tar.gz 26321 BLAKE2B 65442a35e9ba202fe9105f3d7d03106eb1057344f8cd8db4b321301477c999a7259925fd4e7b8e88c0ac82e4d09aa18bde0c0af7542c4ddf4d1fbeddcdc0ff13 SHA512 be5fb27182437c0e89e02d53d6c931eac614634cdd6c287109779afe1e305728ce9b0807e54c018bd68e4554fe02f2722586e8cf61de477bcb79b69db3ad55dc
diff --git a/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild b/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild
new file mode 100644
index 000000000000..fd967bfec86c
--- /dev/null
+++ b/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.234
+inherit perl-module
+
+DESCRIPTION="build sprintf-like functions of your own"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Params-Util
+ dev-perl/Sub-Exporter
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.780.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2022-02-19 7:00 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2022-02-19 7:00 UTC (permalink / raw
To: gentoo-commits
commit: 27848fc544623d52a53f1631f74d9d4f8ddaf421
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 06:59:31 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 06:59:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27848fc5
dev-perl/String-Formatter: Stabilize 1.234.0 amd64, #833677
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild b/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild
index fd967bfec86c..ab4469b6433f 100644
--- a/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild
+++ b/dev-perl/String-Formatter/String-Formatter-1.234.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="build sprintf-like functions of your own"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-perl/Params-Util
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2023-06-18 22:39 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-06-18 22:39 UTC (permalink / raw
To: gentoo-commits
commit: f7e8d64ed6483db48e4bded82e5f1d47dd582f89
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 22:36:01 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 22:39:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e8d64e
dev-perl/String-Formatter: add 1.235.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/String-Formatter/Manifest | 1 +
.../String-Formatter-1.235.0.ebuild | 25 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
diff --git a/dev-perl/String-Formatter/Manifest b/dev-perl/String-Formatter/Manifest
index 52ebd459f2c8..73260db8b32a 100644
--- a/dev-perl/String-Formatter/Manifest
+++ b/dev-perl/String-Formatter/Manifest
@@ -1,2 +1,3 @@
DIST String-Formatter-0.102084.tar.gz 20981 BLAKE2B 960a9ee9ef5ac6d378406697d16ab44c891d959d6f6aa888b8b0950b178d9167b8882d372fd86271a69f51a85a243b8ab491d8b21f3cfdb4ad47d7577aef282c SHA512 d9e72e01b78d9b571cde6cb0107e334e41739b07006e224016cff5de4648b9f924003446de75ddfd911bfc25b3046554cde09502344dce53a8fed2ecfd7994dc
DIST String-Formatter-1.234.tar.gz 26321 BLAKE2B 65442a35e9ba202fe9105f3d7d03106eb1057344f8cd8db4b321301477c999a7259925fd4e7b8e88c0ac82e4d09aa18bde0c0af7542c4ddf4d1fbeddcdc0ff13 SHA512 be5fb27182437c0e89e02d53d6c931eac614634cdd6c287109779afe1e305728ce9b0807e54c018bd68e4554fe02f2722586e8cf61de477bcb79b69db3ad55dc
+DIST String-Formatter-1.235.tar.gz 26376 BLAKE2B f19c09b1e1be3b4a6965adad18bdcaf1edca021e54ac83431a937a15530d2b67a5c237ba462104e5cf5567d2030bd9a74e997df6c549de5c650c34f20e889405 SHA512 3713c281f912dd42b4c56da6727e432b531e99ffa98f4cf6efddf46bf4788e1fe6ecd3b1b95e2f6be2ff19344434849813d29214710e123c97105245bf6ba436
diff --git a/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild b/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
new file mode 100644
index 000000000000..5afb9505bc8b
--- /dev/null
+++ b/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=1.235
+inherit perl-module
+
+DESCRIPTION="Build sprintf-like functions of your own"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Params-Util
+ dev-perl/Sub-Exporter
+"
+BDEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.780.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ )
+"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/
@ 2023-07-24 3:59 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-07-24 3:59 UTC (permalink / raw
To: gentoo-commits
commit: b0dc80acdc457d9357d8046d509b5f34e268c53d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:58:22 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:58:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0dc80ac
dev-perl/String-Formatter: Stabilize 1.235.0 amd64, #910924
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild b/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
index 5afb9505bc8b..9dbcb6d95d2b 100644
--- a/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
+++ b/dev-perl/String-Formatter/String-Formatter-1.235.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Build sprintf-like functions of your own"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-perl/Params-Util
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-07-24 3:59 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 15:13 [gentoo-commits] repo/gentoo:master commit in: dev-perl/String-Formatter/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-07-24 3:59 Sam James
2023-06-18 22:39 Sam James
2022-02-19 7:00 Arthur Zamarin
2021-08-10 18:24 Andreas K. Hüttel
2021-06-15 16:58 Andreas K. Hüttel
2016-11-21 3:37 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox