* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/
@ 2020-05-03 14:51 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-05-03 14:51 UTC (permalink / raw
To: gentoo-commits
commit: fed3f26b1c29232104e4f8cdc33722c407d9f3da
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May 2 01:37:27 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 14:48:24 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fed3f26b
dev-perl/Dist-Zilla-Plugin-GithubMeta: Add w/v=0.580.0
Required by dev-perl/Dist-Milla, which may be useful for building
dev-perl/App-cpanminus from git sources
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild | 38 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest | 1 +
dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml | 12 +++++++
3 files changed, 51 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild
new file mode 100644
index 00000000000..00914d92623
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=BINGOS
+DIST_VERSION=0.58
+inherit perl-module
+
+DESCRIPTION="Automatically include GitHub meta information in META.yml"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/Dist-Zilla-4.101.582
+ dev-perl/File-pushd
+ virtual/perl-IPC-Cmd
+ >=dev-perl/Moose-1.70.0
+ >=dev-perl/MooseX-Types-URI-0.30.0
+ dev-perl/Try-Tiny
+ virtual/perl-version
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-IO
+ dev-perl/Path-Tiny
+ dev-perl/Test-Deep
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
+PERL_RM_FILES=(
+ "t/author-pod-coverage.t"
+ "t/author-pod-syntax.t"
+)
diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest
new file mode 100644
index 00000000000..e057ee23896
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-GithubMeta-0.58.tar.gz 24022 BLAKE2B 11bca5db893324a650e37ade0c61fd9d6aedeb28f36a01e270d9104e2a6291b0e0a6b7779ddc46e6ad096d90a15db04aa31a7704e7fa9457a155cbdce60694f4 SHA512 27c0bceba35afbda4f88b70f83fcfbe6ff077c58355e576b8e08a3d451356eed187f812b76bbd41850b146a13d373f70dbeb738753265d3af214eb338e036372
diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml b/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
new file mode 100644
index 00000000000..f16dc3982aa
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
@@ -0,0 +1,12 @@
+<?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">Dist-Zilla-Plugin-GithubMeta</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::GithubMeta</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/
@ 2025-02-27 19:00 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2025-02-27 19:00 UTC (permalink / raw
To: gentoo-commits
commit: eb4ef9a6f398610d4249f9b0e82720a1d9f5b75e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 27 18:56:30 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 27 18:59:43 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb4ef9a6
dev-perl/Dist-Zilla-Plugin-GithubMeta: virtual/perl-IPC-Cmd is going away
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...a-0.580.0.ebuild => Dist-Zilla-Plugin-GithubMeta-0.580.0-r1.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0-r1.ebuild
similarity index 92%
rename from dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild
rename to dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0-r1.ebuild
index 00914d926239..e4e6d1528980 100644
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.580.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -16,7 +16,6 @@ RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Dist-Zilla-4.101.582
dev-perl/File-pushd
- virtual/perl-IPC-Cmd
>=dev-perl/Moose-1.70.0
>=dev-perl/MooseX-Types-URI-0.30.0
dev-perl/Try-Tiny
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-27 19:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-03 14:51 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2025-02-27 19:00 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