* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/
@ 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: aa848b9d6d71f2c339a9547ef5a13b7d97448e08
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 02:20:22 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 14:48:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa848b9d
dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild: Add w/v=0.170.880
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>
...illa-Plugin-CopyFilesFromBuild-0.170.880.ebuild | 44 ++++++++++++++++++++++
.../Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest | 1 +
.../metadata.xml | 12 ++++++
3 files changed, 57 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
new file mode 100644
index 00000000000..2d216cc280c
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=RTHOMPSON
+DIST_VERSION=0.170880
+inherit perl-module
+
+DESCRIPTION="Copy (or move) specific files after building (for SCM inclusion, etc.)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+ dev-perl/Dist-Zilla
+ virtual/perl-IO
+ dev-perl/Moose
+ dev-perl/MooseX-Has-Sugar
+ dev-perl/Path-Tiny
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Set-Scalar
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ virtual/perl-Carp
+ dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
+ virtual/perl-File-Spec
+ dev-perl/Test-Exception
+ dev-perl/Test-Most
+ >=virtual/perl-Test-Simple-0.940.0
+ virtual/perl-autodie
+ )
+"
+PERL_RM_FILES=(
+ "t/author-critic.t"
+ "t/author-pod-coverage.t"
+ "t/author-pod-syntax.t"
+ "t/release-has-version.t"
+ "t/release-kwalitee.t"
+ "t/release-portability.t"
+ "t/release-unused-vars.t"
+)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest
new file mode 100644
index 00000000000..1d686618c13
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-CopyFilesFromBuild-0.170880.tar.gz 19810 BLAKE2B cf81e1b3352f2e7c5a7e7da7ebfd1af6cc326b8b97f0b04338db6a26945aa418185016ad1af646cc7adb39a3ce3cf4b72ebe9b9de9e43471fcf28ccf8ddfd96c SHA512 b54b0547ac2955ae9ffdea1c53f77516e487fd7e7f00a22e5a0eb5d16d1f2f540d0036642bf160dbf93d74bacac879d4d9265578053b4244f469f5ace8ca38b3
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/metadata.xml
new file mode 100644
index 00000000000..5ac9c3ffb54
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/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-CopyFilesFromBuild</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::CopyFilesFromBuild</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-CopyFilesFromBuild/
@ 2025-07-15 20:08 Andreas K. Hüttel
0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2025-07-15 20:08 UTC (permalink / raw
To: gentoo-commits
commit: 4389a74a3c853252cd8d78424113c5ec1265ffd7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 20:03:06 2025 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 20:03:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4389a74a
dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...ist-Zilla-Plugin-CopyFilesFromBuild-0.170.880-r1.ebuild} | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880-r1.ebuild
similarity index 79%
rename from dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
rename to dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880-r1.ebuild
index 2d216cc280c1..45296e45b3d8 100644
--- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromBuild/Dist-Zilla-Plugin-CopyFilesFromBuild-0.170.880-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
DIST_AUTHOR=RTHOMPSON
DIST_VERSION=0.170880
@@ -10,11 +10,9 @@ inherit perl-module
DESCRIPTION="Copy (or move) specific files after building (for SCM inclusion, etc.)"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
RDEPEND="
dev-perl/Dist-Zilla
- virtual/perl-IO
dev-perl/Moose
dev-perl/MooseX-Has-Sugar
dev-perl/Path-Tiny
@@ -22,17 +20,14 @@ RDEPEND="
dev-perl/Set-Scalar
"
BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
test? (
- virtual/perl-Carp
dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod
- virtual/perl-File-Spec
dev-perl/Test-Exception
dev-perl/Test-Most
>=virtual/perl-Test-Simple-0.940.0
- virtual/perl-autodie
)
"
+
PERL_RM_FILES=(
"t/author-critic.t"
"t/author-pod-coverage.t"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-15 20:08 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-CopyFilesFromBuild/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2025-07-15 20:08 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