* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Config-Git/
@ 2015-03-16 7:38 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-03-16 7:38 UTC (permalink / raw
To: gentoo-commits
commit: 31695339056c8476b797630c22554110775e0e2d
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Mar 16 07:16:53 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Mar 16 07:18:14 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=31695339
[added] Dist-Zilla-Plugin-Config-Git added for latest Dist-Zilla-Plugin-Git
Package-Manager: portage-2.2.17
.../Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild | 31 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml | 14 ++++++++++
2 files changed, 45 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
new file mode 100644
index 0000000..e652fc7
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=BBYRD
+MODULE_VERSION=0.92
+inherit perl-module
+
+DESCRIPTION="Plugin configuration containing settings for a Git repo"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ >=dev-perl/Dist-Zilla-1.0.0
+ >=dev-perl/Moose-0.340.0
+ >=dev-perl/MooseX-Types-0.60.0
+ >=dev-perl/String-Errf-0.1.0
+ >=dev-perl/namespace-clean-0.60.0
+ >=dev-lang/perl-5.10.1
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ >=dev-perl/Test-CheckDeps-0.10.0
+ >=virtual/perl-Test-Simple-0.940.0
+ )
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml
new file mode 100644
index 0000000..cf86855
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>perl</herd>
+ <maintainer>
+ <email>kentfredric@gmail.com</email>
+ <name>Kent Fredric</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Dist-Zilla-Plugin-Config-Git</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::Config::Git</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Role::GitConfig</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Config-Git/
@ 2017-09-14 23:32 Kent Fredric
0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2017-09-14 23:32 UTC (permalink / raw
To: gentoo-commits
commit: e56b54097a4b6bcdc38e864e592ffd62e67f07e4
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 14 20:17:01 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 23:30:16 2017 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e56b5409
dev-perl/Dist-Zilla-Plugin-Config-Git: Gone to ::gentoo
.../Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild | 31 ----------------------
dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml | 17 ------------
2 files changed, 48 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
deleted file mode 100644
index 3e7f1d3e6..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Config-Git/Dist-Zilla-Plugin-Config-Git-0.920.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=BBYRD
-MODULE_VERSION=0.92
-inherit perl-module
-
-DESCRIPTION="Plugin configuration containing settings for a Git repo"
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=dev-perl/Dist-Zilla-1.0.0
- >=dev-perl/Moose-0.340.0
- >=dev-perl/MooseX-Types-0.60.0
- >=dev-perl/String-Errf-0.1.0
- >=dev-perl/namespace-clean-0.60.0
- >=dev-lang/perl-5.10.1
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=dev-perl/Test-CheckDeps-0.10.0
- >=virtual/perl-Test-Simple-0.940.0
- )
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml
deleted file mode 100644
index 8cfd5fef8..000000000
--- a/dev-perl/Dist-Zilla-Plugin-Config-Git/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>perl@gentoo.org</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>kentfredric@gmail.com</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Dist-Zilla-Plugin-Config-Git</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Plugin::Config::Git</remote-id>
- <remote-id type="cpan-module">Dist::Zilla::Role::GitConfig</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-09-14 23:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-14 23:32 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Config-Git/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2015-03-16 7:38 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox