* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-LicenseFromModule/
@ 2020-05-03 14:51 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-05-03 14:51 UTC (permalink / raw
To: gentoo-commits
commit: bd3116beaf110df50db6a7471629c1ab04ea2239
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May 2 01:46:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 14:48:28 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd3116be
dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add w/v=0.70.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>
...st-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 31 ++++++++++++++++++++++
.../Dist-Zilla-Plugin-LicenseFromModule/Manifest | 1 +
.../metadata.xml | 12 +++++++++
3 files changed, 44 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
new file mode 100644
index 00000000000..54e8c3e5743
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=MIYAGAWA
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="Extract License and Copyright from its main_module file"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Dist-Zilla-4.300.30
+ >=virtual/perl-Module-Load-0.320.0
+ dev-perl/Software-License
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.34.0
+ test? (
+ dev-perl/JSON
+ )
+"
+PERL_RM_FILES=(
+ "t/author-pod-syntax.t"
+)
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest
new file mode 100644
index 00000000000..ef8e1052ee8
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-LicenseFromModule-0.07.tar.gz 12340 BLAKE2B 52426d7fc4cd9bb071ef1b824b4964a426f3cbe8bdf578d060b716a3690fdc543426bea3e890b644b5a65d7a8c148790b01cdef84180b9f1c719cc53efa9897b SHA512 864aac4ae0961530021a027f823800b72aeeb0b64413fd7e011442a2c5aab87a2bf0191ffacf67787f54ef27456c9d4d1006bd9f2b028c539f51e645614d38db
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/metadata.xml
new file mode 100644
index 00000000000..e4261876ba1
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/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-LicenseFromModule</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::LicenseFromModule</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-LicenseFromModule/
@ 2020-05-03 17:21 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-05-03 17:21 UTC (permalink / raw
To: gentoo-commits
commit: f554db4bd28b412c4844725d7d5945f226fec4db
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun May 3 17:16:52 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 17:21:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f554db4b
dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Add missing RESTRICT=test
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
index 54e8c3e5743..4b4b0144437 100644
--- a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Extract License and Copyright from its main_module file"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
-
+RESTRICT="!test? ( test )"
RDEPEND="
>=dev-perl/Dist-Zilla-4.300.30
>=virtual/perl-Module-Load-0.320.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-LicenseFromModule/
@ 2020-08-01 10:07 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-01 10:07 UTC (permalink / raw
To: gentoo-commits
commit: 384e6497512b0add5e86d597562cce0271fd9264
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 1 10:05:04 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 1 10:05:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384e6497
dev-perl/Dist-Zilla-Plugin-LicenseFromModule: Fix missing test depends
- Add missing dev-perl/Test-Exception dep for FEATURES=test,
which was easily overlooked as it *isnt* declared upstream, and is
highly common to be installed (CPAN testers matrix reports no
failures due to the combined effect of its prevalence and the use of
this dep in tests by other dzil things)
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
index 4b4b0144437..1a1c960a667 100644
--- a/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-LicenseFromModule/Dist-Zilla-Plugin-LicenseFromModule-0.70.0.ebuild
@@ -24,6 +24,7 @@ BDEPEND="${RDEPEND}
>=dev-perl/Module-Build-Tiny-0.34.0
test? (
dev-perl/JSON
+ dev-perl/Test-Exception
)
"
PERL_RM_FILES=(
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-08-01 10:07 UTC | newest]
Thread overview: 3+ 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-LicenseFromModule/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-05-03 17:21 Kent Fredric
2020-08-01 10:07 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox