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-Git/
@ 2012-02-16  0:26 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-16  0:26 UTC (permalink / raw
  To: gentoo-commits

commit:     0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Aug 27 04:09:56 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Aug 27 04:09:56 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0fd6d38b

[newversion] Dist-Zilla-Plugin-Git-1.112.380

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

---
 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog           |    6 +
 .../Dist-Zilla-Plugin-Git-1.112.380.ebuild         |  130 ++++++++++++++++++++
 2 files changed, 136 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index ea226b8..0a3eec6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Git-1.112.380 (27 Aug 2011)
+
+  27 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Git-1.112.380.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-Git-1.112.70 (31 Jul 2011)
 
   31 Jul 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
new file mode 100644
index 0000000..6f2e964
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
@@ -0,0 +1,130 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.112380
+inherit perl-module
+
+DESCRIPTION="update your git repository after release"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment REQUIRES)
+	$(comment Class::MOP)
+	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+
+	$(comment Cwd)
+	virtual/perl-File-Spec
+
+	$(comment DateTime)
+	dev-perl/DateTime
+
+	$(comment Dist::Zilla 4)
+	$(comment Dist::Zilla::Role::AfterBuild)
+	$(comment Dist::Zilla::Role::AfterMint)
+	$(comment Dist::Zilla::Role::AfterRelease)
+	$(comment Dist::Zilla::Role::BeforeRelease)
+	$(comment Dist::Zilla::Role::PluginBundle)
+	$(comment Dist::Zilla::Role::VersionProvider)
+	>=dev-perl/Dist-Zilla-4.0.0
+
+	$(comment File::Spec::Functions)
+	virtual/perl-File-Spec
+
+	$(comment File::Temp)
+	virtual/perl-File-Temp
+
+	$(comment File::chdir)
+	dev-perl/File-chdir
+
+	$(comment Git::Wrapper)
+	dev-perl/Git-Wrapper
+
+	$(comment IPC::Open3)
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment Moose::Autobox)
+	dev-perl/Moose-Autobox
+
+	$(comment Moose::Role)
+	dev-perl/Moose
+
+	$(comment MooseX::Has::Sugar)
+	dev-perl/MooseX-Has-Sugar
+
+	$(comment MooseX::Types::Moose)
+	dev-perl/MooseX-Types
+
+	$(comment Path::Class::Dir)
+	dev-perl/Path-Class
+
+	$(comment String::Formatter)
+	dev-perl/String-Formatter
+
+	$(comment Version::Next)
+	dev-perl/Version-Next
+
+	$(comment namespace::autoclean 0.09)
+	>=dev-perl/namespace-autoclean-0.09
+
+	$(comment perl 5.010)
+	>=dev-lang/perl-5.10.0
+
+	$(comment strict)
+
+	$(comment version 0.80)
+	>=virtual/perl-version-0.80
+
+	$(comment warnings)
+"
+DEPEND="
+	$(comment BUILD)
+
+	$(comment Dist::Zilla::Role::Releaser)
+	$(comment Dist::Zilla::Tester)
+	dev-perl/Dist-Zilla
+
+	$(comment File::Copy)
+
+	$(comment File::Copy::Recursive)
+	dev-perl/File-Copy-Recursive
+
+	$(comment File::Find)
+
+	$(comment File::Path)
+	virtual/perl-File-Path
+
+	$(comment File::Which)
+	dev-perl/File-Which
+
+	$(comment File::pushd)
+	dev-perl/File-pushd
+
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	$(comment Path::Class)
+	dev-perl/Path-Class
+
+	$(comment Test::Exception)
+	dev-perl/Test-Exception
+
+	$(comment Test::More 0.88)
+	>=virtual/perl-Test-Simple-0.88
+
+	$(comment CONFIGURE)
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

commit:     8bcbdde2291fc620b80e1fcd402c67f98883243b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Sep  1 22:39:39 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Sep  1 22:39:39 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8bcbdde2

[newversion] Dist-Zilla-Plugin-Git-1.112.440

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

---
 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog           |    6 +
 .../Dist-Zilla-Plugin-Git-1.112.440.ebuild         |  127 ++++++++++++++++++++
 2 files changed, 133 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index 0a3eec6..e053538 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Git-1.112.440 (01 Sep 2011)
+
+  01 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Git-1.112.440.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-Git-1.112.380 (27 Aug 2011)
 
   27 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild
new file mode 100644
index 0000000..e390947
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.112440
+inherit perl-module
+
+DESCRIPTION="update your git repository after release"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Class::MOP)
+	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+
+	$(comment Cwd)
+	virtual/perl-File-Spec
+
+	$(comment DateTime)
+	dev-perl/DateTime
+
+	$(comment Dist::Zilla 4)
+	$(comment Dist::Zilla::Role::AfterBuild)
+	$(comment Dist::Zilla::Role::AfterMint)
+	$(comment Dist::Zilla::Role::AfterRelease)
+	$(comment Dist::Zilla::Role::BeforeRelease)
+	$(comment Dist::Zilla::Role::PluginBundle)
+	$(comment Dist::Zilla::Role::VersionProvider)
+	>=dev-perl/Dist-Zilla-4.0.0
+
+	$(comment File::Spec::Functions)
+	virtual/perl-File-Spec
+
+	$(comment File::Temp)
+	virtual/perl-File-Temp
+
+	$(comment File::chdir)
+	dev-perl/File-chdir
+
+	$(comment Git::Wrapper)
+	dev-perl/Git-Wrapper
+
+	$(comment IPC::Open3)
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment Moose::Autobox)
+	dev-perl/Moose-Autobox
+
+	$(comment Moose::Role)
+
+	$(comment MooseX::Has::Sugar)
+	dev-perl/MooseX-Has-Sugar
+
+	$(comment Moose::Types::Moose)
+	dev-perl/MooseX-Types
+
+	$(comment Path::Class::Dir)
+	dev-perl/Path-Class
+
+	$(comment String::Formatter)
+	dev-perl/String-Formatter
+
+	$(comment Version::Next)
+	dev-perl/Version-Next
+
+	$(comment namespace::autoclean 0.09)
+	>=dev-perl/namespace-autoclean-0.09
+
+	$(comment perl 5.010)
+	>=dev-lang/perl-5.10.0
+
+	$(comment strict)
+
+	$(comment version 0.80)
+	>=virtual/perl-version-0.80
+
+	$(comment warnings)
+"
+DEPEND="
+	$(comment build)
+	$(comment Dist::Zilla::Role::Releaser)
+	$(comment Dist::Zilla::Tester)
+	>=dev-perl/Dist-Zilla-4.0.0
+
+	$(comment File::Copy)
+
+	$(comment File::Copy::Recursive)
+	dev-perl/File-Copy-Recursive
+
+	$(comment File::Find)
+
+	$(comment File::Path)
+	virtual/perl-File-Path
+
+	$(comment File::Which)
+	dev-perl/File-Which
+
+	$(comment File::pushd)
+	dev-perl/File-pushd
+
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	$(comment Path::Class)
+	dev-perl/Path-Class
+
+	$(comment Test::Exception)
+	dev-perl/Test-Exception
+
+	$(comment Test::More 0.88)
+	>=virtual/perl-Test-Simple-0.88
+
+	$(comment configure)
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

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

[newversion] Dist-Zilla-Plugin-Git-1.112.510

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

---
 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog           |    6 +
 .../Dist-Zilla-Plugin-Git-1.112.510.ebuild         |  127 ++++++++++++++++++++
 2 files changed, 133 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index 4439013..54b9360 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Git-1.112.510 (23 Sep 2011)
+
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Git-1.112.510.ebuild:
+  Version Bump
+
   23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
   -Dist-Zilla-Plugin-Git-1.101.680.ebuild,
   -Dist-Zilla-Plugin-Git-1.102.90.ebuild,

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild
new file mode 100644
index 0000000..c24c5e6
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.510.ebuild
@@ -0,0 +1,127 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=JQUELIN
+MODULE_VERSION=1.112510
+inherit perl-module
+
+DESCRIPTION="update your git repository after release"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Class::MOP)
+	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
+
+	$(comment Cwd)
+	virtual/perl-File-Spec
+
+	$(comment DateTime)
+	dev-perl/DateTime
+
+	$(comment Dist::Zilla 4)
+	$(comment Dist::Zilla::Role::AfterBuild)
+	$(comment Dist::Zilla::Role::AfterMint)
+	$(comment Dist::Zilla::Role::AfterRelease)
+	$(comment Dist::Zilla::Role::BeforeRelease)
+	$(comment Dist::Zilla::Role::PluginBundle)
+	$(comment Dist::Zilla::Role::VersionProvider)
+	>=dev-perl/Dist-Zilla-4.0.0
+
+	$(comment File::Spec::Functions)
+	virtual/perl-File-Spec
+
+	$(comment File::Temp)
+	virtual/perl-File-Temp
+
+	$(comment File::chdir)
+	dev-perl/File-chdir
+
+	$(comment Git::Wrapper)
+	dev-perl/Git-Wrapper
+
+	$(comment IPC::Open3)
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment Moose::Autobox)
+	dev-perl/Moose-Autobox
+
+	$(comment Moose::Role)
+
+	$(comment MooseX::Has::Sugar)
+	dev-perl/MooseX-Has-Sugar
+
+	$(comment Moose::Types::Moose)
+	dev-perl/MooseX-Types
+
+	$(comment Path::Class::Dir)
+	dev-perl/Path-Class
+
+	$(comment String::Formatter)
+	dev-perl/String-Formatter
+
+	$(comment Version::Next)
+	dev-perl/Version-Next
+
+	$(comment namespace::autoclean 0.09)
+	>=dev-perl/namespace-autoclean-0.90.0
+
+	$(comment perl 5.010)
+	>=dev-lang/perl-5.10.0
+
+	$(comment strict)
+
+	$(comment version 0.80)
+	>=virtual/perl-version-0.80
+
+	$(comment warnings)
+"
+DEPEND="
+	$(comment build)
+	$(comment Dist::Zilla::Role::Releaser)
+	$(comment Dist::Zilla::Tester)
+	>=dev-perl/Dist-Zilla-4.0.0
+
+	$(comment File::Copy)
+
+	$(comment File::Copy::Recursive)
+	dev-perl/File-Copy-Recursive
+
+	$(comment File::Find)
+
+	$(comment File::Path)
+	virtual/perl-File-Path
+
+	$(comment File::Which)
+	dev-perl/File-Which
+
+	$(comment File::pushd)
+	dev-perl/File-pushd
+
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	$(comment Path::Class)
+	dev-perl/Path-Class
+
+	$(comment Test::Exception)
+	dev-perl/Test-Exception
+
+	$(comment Test::More 0.88)
+	>=virtual/perl-Test-Simple-0.88
+
+	$(comment configure)
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"



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

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

[cpanclean] Dist-Zilla-Plugin-Git-1.{101.680,102.{90,380,810},103.520,110.{330,500},111.{460,590}}

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

---
 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog           |   12 +++++
 .../Dist-Zilla-Plugin-Git-1.101.680.ebuild         |   40 -----------------
 .../Dist-Zilla-Plugin-Git-1.102.380.ebuild         |   41 ------------------
 .../Dist-Zilla-Plugin-Git-1.102.810.ebuild         |   45 --------------------
 .../Dist-Zilla-Plugin-Git-1.102.90.ebuild          |   40 -----------------
 .../Dist-Zilla-Plugin-Git-1.103.520.ebuild         |   45 --------------------
 .../Dist-Zilla-Plugin-Git-1.110.330.ebuild         |   44 -------------------
 .../Dist-Zilla-Plugin-Git-1.110.500.ebuild         |   44 -------------------
 .../Dist-Zilla-Plugin-Git-1.111.460.ebuild         |   44 -------------------
 .../Dist-Zilla-Plugin-Git-1.111.590.ebuild         |   44 -------------------
 10 files changed, 12 insertions(+), 387 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
index e053538..4439013 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
@@ -2,6 +2,18 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  23 Sep 2011; Kent Fredric <kentfredric@gmail.com>
+  -Dist-Zilla-Plugin-Git-1.101.680.ebuild,
+  -Dist-Zilla-Plugin-Git-1.102.90.ebuild,
+  -Dist-Zilla-Plugin-Git-1.102.380.ebuild,
+  -Dist-Zilla-Plugin-Git-1.102.810.ebuild,
+  -Dist-Zilla-Plugin-Git-1.103.520.ebuild,
+  -Dist-Zilla-Plugin-Git-1.110.330.ebuild,
+  -Dist-Zilla-Plugin-Git-1.110.500.ebuild,
+  -Dist-Zilla-Plugin-Git-1.111.460.ebuild,
+  -Dist-Zilla-Plugin-Git-1.111.590.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-Git-1.112.440 (01 Sep 2011)
 
   01 Sep 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.101.680.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.101.680.ebuild
deleted file mode 100644
index abba06d..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.101.680.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION="1.101680"
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-2.100.880
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	>=dev-lang/perl-5.10.0
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/Path-Class
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Exception
-	virtual/perl-Test-Simple
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.380.ebuild
deleted file mode 100644
index c82d907..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.380.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION="1.102380"
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-2.100.880
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	>=dev-lang/perl-5.10.0
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/Path-Class
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Exception
-	virtual/perl-Test-Simple
-	virtual/perl-version
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.810.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.810.ebuild
deleted file mode 100644
index 2e38849..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.810.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION="1.102810"
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=virtual/perl-version-0.80
-	>=dev-lang/perl-5.10.0
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-Copy-Recursive
-	dev-perl/File-pushd
-	dev-perl/Path-Class
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Exception
-	virtual/perl-Test-Simple
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.90.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.90.ebuild
deleted file mode 100644
index 09fd853..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.102.90.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION="1.102090"
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-2.100.880
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	>=dev-lang/perl-5.10.0
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/Path-Class
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Exception
-	virtual/perl-Test-Simple
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.103.520.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.103.520.ebuild
deleted file mode 100644
index a70c18c..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.103.520.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION="1.103520"
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=dev-lang/perl-5.10.0
-	>=virtual/perl-version-0.80
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-pushd
-	dev-perl/File-Copy-Recursive
-	dev-perl/Path-Class
-	virtual/perl-Scalar-List-Utils
-	dev-perl/Test-Exception
-	>=virtual/perl-Test-Simple-0.94
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.330.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.330.ebuild
deleted file mode 100644
index 4c4bf51..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.330.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.110330
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=dev-lang/perl-5.10.0
-	>=virtual/perl-version-0.80
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-pushd
-	dev-perl/File-Copy-Recursive
-	dev-perl/Path-Class
-	dev-perl/Test-Exception
-	>=virtual/perl-Test-Simple-0.88
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.500.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.500.ebuild
deleted file mode 100644
index b8ce261..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.110.500.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.110500
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=dev-lang/perl-5.10.0
-	dev-perl/Path-Class
-	>=virtual/perl-version-0.80
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-pushd
-	dev-perl/File-Copy-Recursive
-	dev-perl/Test-Exception
-	>=virtual/perl-Test-Simple-0.88
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.460.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.460.ebuild
deleted file mode 100644
index 93f2659..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.460.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.111460
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=dev-lang/perl-5.10.0
-	dev-perl/Path-Class
-	>=virtual/perl-version-0.80
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-pushd
-	dev-perl/File-Copy-Recursive
-	dev-perl/Test-Exception
-	>=virtual/perl-Test-Simple-0.88
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.590.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.590.ebuild
deleted file mode 100644
index f95b5b7..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.111.590.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.111590
-inherit perl-module
-
-DESCRIPTION="update your git repository after release"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	|| ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
-	virtual/perl-File-Spec
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	dev-perl/String-Formatter
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.09
-	>=dev-lang/perl-5.10.0
-	dev-perl/Path-Class
-	>=virtual/perl-version-0.80
-"
-DEPEND="
-	>=virtual/perl-Module-Build-0.36.01
-	dev-perl/File-pushd
-	dev-perl/File-Copy-Recursive
-	dev-perl/Test-Exception
-	>=virtual/perl-Test-Simple-0.88
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"



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

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

Thread overview: 4+ 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-Git/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2012-02-16  0:26 Kent Fredric
2012-02-16  0:26 Kent Fredric
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