* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/
@ 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: 05392c46760ef30936e4dbc2cc9b629cad31c341
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri May 1 02:38:36 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun May 3 14:48:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05392c46
dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Add w/v=0.6.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>
...-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild | 33 ++++++++++++++++++++++
.../Manifest | 1 +
.../metadata.xml | 12 ++++++++
3 files changed, 46 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
new file mode 100644
index 00000000000..397ddc88e34
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+ dev-perl/Dist-Zilla
+ dev-perl/Moose
+ dev-perl/Path-Tiny
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/Module-Build-Tiny-0.39.0
+ test? (
+ virtual/perl-ExtUtils-MakeMaker
+ virtual/perl-File-Spec
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.880.0
+ virtual/perl-if
+ )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
new file mode 100644
index 00000000000..02ea36f0e26
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff SHA512 31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/metadata.xml
new file mode 100644
index 00000000000..a497f83ae69
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/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-CopyFilesFromRelease</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::CopyFilesFromRelease</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-CopyFilesFromRelease/
@ 2020-07-31 11:57 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-07-31 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 659fb509c8fb2fea8cb06f738e54f90b9e76c562
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 11:57:14 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 11:57:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=659fb509
dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Bump to version 0.7.0
Upstream:
- Various packaging updates
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
...-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild | 35 ++++++++++++++++++++++
.../Manifest | 1 +
2 files changed, 36 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild
new file mode 100644
index 00000000000..524bd67c8ed
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.7.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+ dev-perl/Dist-Zilla
+ dev-perl/Moose
+ >=dev-perl/Path-Tiny-0.70.0
+ dev-perl/namespace-autoclean
+"
+DEPEND="
+ dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ >=dev-perl/Module-Build-Tiny-0.34.0
+ test? (
+ virtual/perl-File-Spec
+ virtual/perl-Module-Metadata
+ dev-perl/Test-Deep
+ dev-perl/Test-Fatal
+ >=virtual/perl-Test-Simple-0.880.0
+ virtual/perl-if
+ )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
index 02ea36f0e26..380760f6c1c 100644
--- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
@@ -1 +1,2 @@
DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff SHA512 31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2
+DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.007.tar.gz 30175 BLAKE2B be67083902d4e1d9fff23c20aa2df8e770fbeca0c82e04c8e46a189af7faa1eaad7614b93996526c1de69c2f7bf5bb4601b47338436aca165b29a3092806ce41 SHA512 2a68a8c534ad713243552fa62da1f8288b5ebf1c2ce15e9944325a5f99854b6835450f49431d7f5bc36f99d1d843adb75a68f54ced2212971445f2521f0ed586
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/
@ 2020-09-05 19:55 Kent Fredric
0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-09-05 19:55 UTC (permalink / raw
To: gentoo-commits
commit: d5eda2836c5a603baab7f7fc391fa03d5bf14964
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 5 19:39:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 5 19:49:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eda283
dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease: Cleanup old 0.6.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
...-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild | 33 ----------------------
.../Manifest | 1 -
2 files changed, 34 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
deleted file mode 100644
index 397ddc88e34..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Dist-Zilla-Plugin-CopyFilesFromRelease-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION="Copy files from a release (for SCM inclusion, etc.)"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
- dev-perl/Dist-Zilla
- dev-perl/Moose
- dev-perl/Path-Tiny
-"
-DEPEND="
- dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
- >=dev-perl/Module-Build-Tiny-0.39.0
- test? (
- virtual/perl-ExtUtils-MakeMaker
- virtual/perl-File-Spec
- dev-perl/Test-Deep
- dev-perl/Test-Fatal
- >=virtual/perl-Test-Simple-0.880.0
- virtual/perl-if
- )
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
index 380760f6c1c..f71e5575c18 100644
--- a/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-CopyFilesFromRelease/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.006.tar.gz 26548 BLAKE2B 2aaa612c3a62e782f9e0ae35d9d1e54324151230f0b111d64927cc0f66ec185956cd5716746b137ffd8f8ff410804500566999f9656963c7731b1b8c2b65dbff SHA512 31ee120a168ae55ba96c5f5399f16a6cc7b7bef5d6c7d55d469f98530a3fa7e46ddc66509f83c25dcb01d425c750d65e364dc0e1065284671e0a2efe5b44d7b2
DIST Dist-Zilla-Plugin-CopyFilesFromRelease-0.007.tar.gz 30175 BLAKE2B be67083902d4e1d9fff23c20aa2df8e770fbeca0c82e04c8e46a189af7faa1eaad7614b93996526c1de69c2f7bf5bb4601b47338436aca165b29a3092806ce41 SHA512 2a68a8c534ad713243552fa62da1f8288b5ebf1c2ce15e9944325a5f99854b6835450f49431d7f5bc36f99d1d843adb75a68f54ced2212971445f2521f0ed586
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-09-05 19:55 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-CopyFilesFromRelease/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2020-07-31 11:57 Kent Fredric
2020-09-05 19:55 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox