public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Dumb/
@ 2024-05-05 10:35 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-05-05 10:35 UTC (permalink / raw
  To: gentoo-commits

commit:     232ddc16651d1672e9750ec2f8ac05b378ad62ef
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 17:01:38 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 10:26:49 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=232ddc16

dev-perl/Struct-Dumb: new package, add 0.140.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/Struct-Dumb/Manifest                   |  1 +
 dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild | 20 ++++++++++++++++++++
 dev-perl/Struct-Dumb/metadata.xml               | 12 ++++++++++++
 3 files changed, 33 insertions(+)

diff --git a/dev-perl/Struct-Dumb/Manifest b/dev-perl/Struct-Dumb/Manifest
new file mode 100644
index 000000000000..912e725cc78b
--- /dev/null
+++ b/dev-perl/Struct-Dumb/Manifest
@@ -0,0 +1 @@
+DIST Struct-Dumb-0.14.tar.gz 18352 BLAKE2B fce3b9a9a78a27503f9cc809a312a3beba40f0e274a041b2e7f6f7f85496de9c23b4b74b2ba5156d3650040d5d9d05fd9dcb7297d430a872c04c5c3cb70a3d32 SHA512 d59e9e63b21ef0afbfc36398a8eeabc3d2bfd7fb94da2d39dd0af8251cca88bc5c1cf476329a35a23012afdfbba3ee40ffa1a6ee53d435405bd81af5e3bfd90d

diff --git a/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild b/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild
new file mode 100644
index 000000000000..32084771e5dd
--- /dev/null
+++ b/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.14
+inherit perl-module
+
+DESCRIPTION="Make simple lightweight record-like structures"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		dev-perl/Test2-Suite
+	)
+"

diff --git a/dev-perl/Struct-Dumb/metadata.xml b/dev-perl/Struct-Dumb/metadata.xml
new file mode 100644
index 000000000000..057699d6621e
--- /dev/null
+++ b/dev-perl/Struct-Dumb/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://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">Struct-Dumb</remote-id>
+    <remote-id type="cpan-module">Struct::Dumb</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Dumb/
@ 2024-05-26 21:39 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2024-05-26 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e8e7e776464fed66582c82cc09cb296676e20602
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 21:22:47 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:39:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8e7e776

dev-perl/Struct-Dumb: Test2::Suite is now in core perl

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../{Struct-Dumb-0.140.0.ebuild => Struct-Dumb-0.140.0-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild b/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0-r1.ebuild
similarity index 92%
rename from dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild
rename to dev-perl/Struct-Dumb/Struct-Dumb-0.140.0-r1.ebuild
index 32084771e5dd..4b329764a7b2 100644
--- a/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0.ebuild
+++ b/dev-perl/Struct-Dumb/Struct-Dumb-0.140.0-r1.ebuild
@@ -15,6 +15,6 @@ KEYWORDS="~amd64"
 BDEPEND="
 	>=dev-perl/Module-Build-0.400.400
 	test? (
-		dev-perl/Test2-Suite
+		virtual/perl-Test2-Suite
 	)
 "


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-26 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 10:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Struct-Dumb/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:39 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