public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/
@ 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:     82fec55784909aafcab72a092f34fcc2566bd9be
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat May  2 01:58:15 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May  3 14:48:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82fec557

dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Add w/v=0.15.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-ModuleBuildTiny-0.15.0.ebuild | 34 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-ModuleBuildTiny/Manifest     |  1 +
 .../Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml | 12 ++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
new file mode 100644
index 00000000000..4a5950b2585
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=LEONT
+DIST_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION="Build a Build.PL that uses Module::Build::Tiny"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Dist-Zilla-4.300.39
+	>=dev-perl/Module-Build-Tiny-0.39.0
+	virtual/perl-Module-Metadata
+	dev-perl/Moose
+	dev-perl/MooseX-Types-Perl
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	test? (
+		virtual/perl-CPAN-Meta
+		dev-perl/Path-Tiny
+		dev-perl/Test-Deep
+		dev-perl/Test-Fatal
+		virtual/perl-Test-Simple
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest
new file mode 100644
index 00000000000..03aa3630055
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-ModuleBuildTiny-0.015.tar.gz 13430 BLAKE2B abe81ca79f44271d1974e8696930adb7bf395d8ff9c469e2079d5b7ad38d435d86abaa3b112bb5e74d05c1382f5d86906192b7a8a125b34876c66515cc759bf5 SHA512 d63138a5e83b35092d4b4913b4a6d83a87c8c67898cf88edd0b5a46a308a098c80955c2d5c7f7061b68dbbbc410a5c9027627099d07635751add5c3721c6c0ab

diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/metadata.xml
new file mode 100644
index 00000000000..245d489e2df
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/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-ModuleBuildTiny</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::ModuleBuildTiny</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-ModuleBuildTiny/
@ 2020-05-03 17:21 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2020-05-03 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     8d01d879213e6c7a44a0c06e3be2aa98014be336
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun May  3 17:17:41 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May  3 17:21:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d01d879

dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny: Fix MissingTestRestrict

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 .../Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
index 4a5950b2585..b24e057d226 100644
--- a/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-ModuleBuildTiny/Dist-Zilla-Plugin-ModuleBuildTiny-0.15.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Build a Build.PL that uses Module::Build::Tiny"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
-
+RESTRICT="!test? ( test )"
 RDEPEND="
 	>=dev-perl/Dist-Zilla-4.300.39
 	>=dev-perl/Module-Build-Tiny-0.39.0


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

end of thread, other threads:[~2020-05-03 17:21 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-ModuleBuildTiny/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-05-03 17:21 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox