public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     16a763c61b595060aa116a6942c5a0eeccd92a8a
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Aug 26 16:17:44 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Aug 26 16:17:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=16a763c6

[newversion] Dist-Zilla-Plugin-GithubMeta-0.200.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog    |    6 ++++
 .../Dist-Zilla-Plugin-GithubMeta-0.200.0.ebuild    |   30 ++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
index ae9c413..d45283b 100644
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-GithubMeta-0.200.0 (26 Aug 2011)
+
+  26 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-GithubMeta-0.200.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-GithubMeta-0.160.0 (15 Jul 2011)
 
   15 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.200.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.200.0.ebuild
new file mode 100644
index 0000000..a3e6625
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.200.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=BINGOS
+MODULE_VERSION=0.20
+inherit perl-module
+
+DESCRIPTION="Automatically include GitHub meta information in META.yml"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { echo '';}
+COMMON_DEPEND="
+	>=dev-perl/Dist-Zilla-4.101.582
+	>=dev-perl/Dist-Zilla-1.7.0
+	$(comment ^^ Dist::Zilla::Role::MetaProvider is 1.007)
+	>=virtual/perl-IPC-Cmd-0.580 $(comment 0.580.0)
+	>=dev-perl/Moose-1.07 $(comment 1.70.0)
+	>=dev-perl/MooseX-Types-URI-0.02 $(comment 0.20.0)
+"
+DEPEND="
+	${COMMON_DEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d04e7df4de9a78b1cfe26fd98b7b9ed2959218d8
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Sep 23 07:32:57 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Sep 23 07:32:57 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d04e7df4

[cpanclean] Dist-Zilla-Plugin-GithubMeta-0.1{0,2,6}0.0

(Portage version: 2.2.0_alpha57/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog    |    6 ++++
 .../Dist-Zilla-Plugin-GithubMeta-0.100.0.ebuild    |   27 ------------------
 .../Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild    |   30 --------------------
 .../Dist-Zilla-Plugin-GithubMeta-0.160.0.ebuild    |   30 --------------------
 4 files changed, 6 insertions(+), 87 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
index d45283b..b97d0c1 100644
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Dist-Zilla-Plugin-GithubMeta-0.100.0.ebuild,
+  -Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild,
+  -Dist-Zilla-Plugin-GithubMeta-0.160.0.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-GithubMeta-0.200.0 (26 Aug 2011)
 
   26 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.100.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.100.0.ebuild
deleted file mode 100644
index c5cdf55..0000000
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.100.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION="0.10"
-inherit perl-module
-
-DESCRIPTION="Automatically include GitHub meta information in META.yml"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	>=dev-perl/Dist-Zilla-4.101.582
-	>=virtual/perl-IPC-Cmd-0.58
-	>=dev-perl/Moose-1.07
-	>=dev-perl/MooseX-Types-URI-0.02
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild
deleted file mode 100644
index 668204b..0000000
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Automatically include GitHub meta information in META.yml"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo '';}
-COMMON_DEPEND="
-	>=dev-perl/Dist-Zilla-4.101.582
-	>=dev-perl/Dist-Zilla-1.7.0
-	$(comment ^^ Dist::Zilla::Role::MetaProvider is 1.007)
-	>=virtual/perl-IPC-Cmd-0.580 $(comment 0.580.0)
-	>=dev-perl/Moose-1.07 $(comment 1.70.0)
-	>=dev-perl/MooseX-Types-URI-0.02 $(comment 0.20.0)
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.160.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.160.0.ebuild
deleted file mode 100644
index 1313300..0000000
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.160.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="Automatically include GitHub meta information in META.yml"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo '';}
-COMMON_DEPEND="
-	>=dev-perl/Dist-Zilla-4.101.582
-	>=dev-perl/Dist-Zilla-1.7.0
-	$(comment ^^ Dist::Zilla::Role::MetaProvider is 1.007)
-	>=virtual/perl-IPC-Cmd-0.580 $(comment 0.580.0)
-	>=dev-perl/Moose-1.07 $(comment 1.70.0)
-	>=dev-perl/MooseX-Types-URI-0.02 $(comment 0.20.0)
-"
-DEPEND="
-	${COMMON_DEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

end of thread, other threads:[~2012-02-16  0:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-16  0:26 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-GithubMeta/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric

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