* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/
@ 2023-04-09 13:45 Erik Mackdanz
0 siblings, 0 replies; 3+ messages in thread
From: Erik Mackdanz @ 2023-04-09 13:45 UTC (permalink / raw
To: gentoo-commits
commit: a0b33ddd79064838df2700f419c3341fa615072a
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 13:38:10 2023 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 13:38:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0b33ddd
dev-perl/MooX-TypeTiny: new package, add 0.002003
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
dev-perl/MooX-TypeTiny/Manifest | 1 +
.../MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild | 22 ++++++++++++++++++++++
dev-perl/MooX-TypeTiny/metadata.xml | 12 ++++++++++++
3 files changed, 35 insertions(+)
diff --git a/dev-perl/MooX-TypeTiny/Manifest b/dev-perl/MooX-TypeTiny/Manifest
new file mode 100644
index 000000000000..418725bbbd55
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/Manifest
@@ -0,0 +1 @@
+DIST MooX-TypeTiny-0.002003.tar.gz 13601 BLAKE2B 48504d511d9b6068d1f16c2660aa198176a5029f60c550e5e739403625ed0fafca7db60866a3b07acc4d9cca0c03e561234eff8c1a02479f3e10bb04aab53021 SHA512 52cfc9b54c9468c411e5033e27fbc3c6af9ef8be1c3ae62cce4e56a40f9a3ac6e4354f990f870702a9061893b64b46262621aa1464ece0c337930b7b0a7d16e6
diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
new file mode 100644
index 000000000000..cadf9d72d7bf
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=HAARG
+DIST_VERSION=0.002003
+inherit perl-module
+
+DESCRIPTION="Optimized type checks for Moo + Type::Tiny"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/Moo
+ dev-perl/Type-Tiny
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/MooX-TypeTiny/metadata.xml b/dev-perl/MooX-TypeTiny/metadata.xml
new file mode 100644
index 000000000000..0d4a43c07db0
--- /dev/null
+++ b/dev-perl/MooX-TypeTiny/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">MooX-TypeTiny</remote-id>
+ <remote-id type="cpan-module">MooX::TypeTiny</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/
@ 2023-06-10 21:44 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-10 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 6eae315a578acde13b9006afbfbd8b80526b7c90
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:41:56 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 21:41:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eae315a
dev-perl/MooX-TypeTiny: fix MismatchedPerlVersion
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{MooX-TypeTiny-0.002003.ebuild => MooX-TypeTiny-0.2.3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
similarity index 100%
rename from dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.002003.ebuild
rename to dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/
@ 2024-02-06 6:47 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-02-06 6:47 UTC (permalink / raw
To: gentoo-commits
commit: 9b0bcf2fbb7eafa779e458baa0fa2127afa4bbab
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 6 06:44:49 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 6 06:44:49 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0bcf2f
dev-perl/MooX-TypeTiny: add Test::Fatal testdep
Closes: https://bugs.gentoo.org/922892
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
index cadf9d72d7bf..b0d14911fa59 100644
--- a/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.ebuild
+++ b/dev-perl/MooX-TypeTiny/MooX-TypeTiny-0.2.3.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=8
@@ -16,7 +16,9 @@ RDEPEND="
dev-perl/Moo
dev-perl/Type-Tiny
"
-BDEPEND="${RDEPEND}
+BDEPEND="
+ ${RDEPEND}
dev-perl/Module-Build
virtual/perl-ExtUtils-MakeMaker
+ test? ( >=dev-perl/Test-Fatal-0.3.0 )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-02-06 6:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-09 13:45 [gentoo-commits] repo/gentoo:master commit in: dev-perl/MooX-TypeTiny/ Erik Mackdanz
-- strict thread matches above, loose matches on Subject: below --
2023-06-10 21:44 Sam James
2024-02-06 6:47 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox