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-Test-Compile/
@ 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:     562e460ce1a5c5bc9168dbc6f8ef248c61a03368
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 03:32:36 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 03:32:36 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=562e460c

[newversion] Dist-Zilla-Plugin-Test-Compile-1.112.392

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

---
 dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog  |    8 +++-
 ...Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild |   58 ++++++++++++++++++++
 2 files changed, 65 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 75c7068..03dece8 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -1,7 +1,13 @@
-# ChangeLog for dev-perl/Dist-Zilla-Plugin-CompileTests
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Compile
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Test-Compile-1.112.392 (28 Aug 2011)
+
+  28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-CompileTests-1.112.380 (27 Aug 2011)
 
   27 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
new file mode 100644
index 0000000..22b3166
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
@@ -0,0 +1,58 @@
+# 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
+MY_PN=Dist-Zilla-Plugin-CompileTests
+inherit perl-module
+
+DESCRIPTION="common tests to check syntax of your modules
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Data::Section)
+	dev-perl/Data-Section
+
+	$(comment Dist::Zilla::File::InMemory)
+	$(comment Dist::Zilla::Role::FileGatherer)
+	dev-perl/Dist-Zilla
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment namespace::autoclean)
+	dev-perl/namespace-autoclean
+
+	$(comment perl 5.008)
+	$(comment strict)
+	$(comment warnings)
+	>=dev-lang/perl-5.8.0
+"
+DEPEND="
+	$(comment build)
+	$(comment File::Find)
+
+	$(comment File::Temp)
+	virtual/perl-File-Temp
+
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	$(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-Test-Compile/
@ 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:     c09df2c2714a3da8b65f352948bcea04cda3b98b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 03:35:54 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 03:35:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c09df2c2

fixup! [newversion] Dist-Zilla-Plugin-Test-Compile-1.112.392

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

---
 ...Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
index 22b3166..d7f3168 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.392.ebuild
@@ -3,8 +3,7 @@
 # $Header: $
 EAPI=4
 MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.112380
-MY_PN=Dist-Zilla-Plugin-CompileTests
+MODULE_VERSION=1.112392
 inherit perl-module
 
 DESCRIPTION="common tests to check syntax of your modules



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

* [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/
@ 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:     5ffd88fa84a5f3225eb09e256a8da5046584aeb5
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Aug 29 05:20:08 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Aug 29 05:20:08 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5ffd88fa

[newversion] Dist-Zilla-Plugin-Test-Compile-1.112.400

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

---
 dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog  |    6 ++
 ...Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild |   63 ++++++++++++++++++++
 2 files changed, 69 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 03dece8..22a5cf4 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-Test-Compile-1.112.400 (29 Aug 2011)
+
+  29 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-Test-Compile-1.112.392 (28 Aug 2011)
 
   28 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
new file mode 100644
index 0000000..432df1c
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.400.ebuild
@@ -0,0 +1,63 @@
+# 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.112400
+inherit perl-module
+
+DESCRIPTION="common tests to check syntax of your modules
+"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Data::Section)
+	dev-perl/Data-Section
+
+	$(comment Dist::Zilla::File::InMemory)
+	$(comment Dist::Zilla::Role::FileGatherer)
+	dev-perl/Dist-Zilla
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment namespace::autoclean)
+	dev-perl/namespace-autoclean
+
+	$(comment perl 5.008)
+	$(comment strict)
+	$(comment warnings)
+	>=dev-lang/perl-5.8.0
+"
+DEPEND="
+	$(comment build)
+	$(comment Dist::Zilla::Tester)
+	dev-perl/Dist-Zilla
+
+	$(comment File::Find)
+
+	$(comment File::Temp)
+	virtual/perl-File-Temp
+
+	$(comment Module::Build 0.3601)
+	>=virtual/perl-Module-Build-0.36.01
+
+	$(comment Path::Class)
+	dev-perl/Path-Class
+
+	$(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-Test-Compile/
@ 2012-02-16  0:27 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2012-02-16  0:27 UTC (permalink / raw
  To: gentoo-commits

commit:     ac8f5a8fd0692d99d14b1a50af7ccd2b7744597c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Feb  8 19:06:45 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Feb  8 19:06:45 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ac8f5a8f

[cpanclean] <= Dist-Zilla-Plugin-Test-Compile-1.112.380

(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog  |   11 ++++++-
 ...Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild |   27 ------------------
 .../Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild |   30 --------------------
 ...Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild |   30 --------------------
 ...Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild |   30 --------------------
 ...Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild |   30 --------------------
 .../Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild |   27 ------------------
 7 files changed, 10 insertions(+), 175 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
index 22a5cf4..cf0d8b3 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Compile/ChangeLog
@@ -1,7 +1,16 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-Test-Compile
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  08 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+  -Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild,
+  -Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild,
+  -Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild,
+  -Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild,
+  -Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild,
+  -Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild:
+  Gone on CPAN
+
 *Dist-Zilla-Plugin-Test-Compile-1.112.400 (29 Aug 2011)
 
   29 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.ebuild
deleted file mode 100644
index a7b87fe..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.101.800.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=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.101800
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	virtual/perl-Test-Simple
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.ebuild
deleted file mode 100644
index 7d9a9c8..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.103.30.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=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.103030
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	virtual/perl-File-Temp
-	>=virtual/perl-Module-Build-0.36.01
-	virtual/perl-Scalar-List-Utils
-	>=virtual/perl-Test-Simple-0.94
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.ebuild
deleted file mode 100644
index 432cc2e..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.870.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=JQUELIN
-MODULE_VERSION=1.110870
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	virtual/perl-File-Temp
-	>=virtual/perl-Module-Build-0.36.01
-	virtual/perl-Scalar-List-Utils
-	>=virtual/perl-Test-Simple-0.94
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.ebuild
deleted file mode 100644
index 6ec53e6..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.110.930.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=JQUELIN
-MODULE_VERSION=1.110930
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	virtual/perl-File-Temp
-	>=virtual/perl-Module-Build-0.36.01
-	virtual/perl-Scalar-List-Utils
-	>=virtual/perl-Test-Simple-0.94
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.ebuild
deleted file mode 100644
index 75f9a46..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.112.380.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=JQUELIN
-MODULE_VERSION=1.112380
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	virtual/perl-File-Temp
-	>=virtual/perl-Module-Build-0.36.01
-	virtual/perl-Scalar-List-Utils
-	>=virtual/perl-Test-Simple-0.94
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.ebuild
deleted file mode 100644
index e95c7bb..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Compile/Dist-Zilla-Plugin-Test-Compile-1.92.870.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=2
-MODULE_AUTHOR=JQUELIN
-MODULE_VERSION=1.092870
-MY_PN=Dist-Zilla-Plugin-CompileTests
-inherit perl-module
-
-DESCRIPTION="common tests to check syntax of your modules
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
-	virtual/perl-Test-Simple
-	dev-perl/Moose
-	dev-perl/Dist-Zilla
-"
-DEPEND="
-	${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:45 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:27 [gentoo-commits] proj/perl-overlay:eclass-moretests commit in: dev-perl/Dist-Zilla-Plugin-Test-Compile/ 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