public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
@ 2011-02-27 19:11 Torsten Veller
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller @ 2011-02-27 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     ddd5d52fffad83efe54114b6401da71d0952345b
Author:     Torsten Veller <tove <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 19:04:49 2011 +0000
Commit:     Torsten Veller <tove <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 19:04:49 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ddd5d52f

[bump] dev-perl/Catalyst-Plugin-Log-Dispatch-0.121.0

(Portage version: 2.2.0_alpha25/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)

---
 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild    |   28 ++++++++++++++++++++
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog    |    6 ++++
 2 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
new file mode 100644
index 0000000..926387f
--- /dev/null
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+MODULE_AUTHOR=SHOT
+MODULE_VERSION=0.121
+inherit perl-module
+
+DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	>=dev-perl/log-dispatch-2.13
+	dev-perl/Log-Dispatch-Config
+	>=dev-perl/Catalyst-Runtime-5.650
+	dev-perl/UNIVERSAL-require
+	virtual/perl-Test-Simple
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-Module-Build
+"
+SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index bd4c463..07fcbd7 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Catalyst-Plugin-Log-Dispatch-0.121.0 (27 Feb 2011)
+
+  27 Feb 2011; Torsten Veller <tove@gentoo.org>
+  +Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
+  Version bump
+
 *Catalyst-Plugin-Log-Dispatch-0.12 (03 Jan 2011)
 
   03 Jan 2011; Kent Fredric <kentfredric@gmail.com>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
@ 2011-11-11 14:38 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2011-11-11 14:38 UTC (permalink / raw
  To: gentoo-commits

commit:     68a4d32a4dcb1bb8b463501a86d1af84e2736149
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Nov 11 14:09:04 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Nov 11 14:09:04 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=68a4d32a

[fixdep] Catalyst-Plugin-Log-Dispatch -> Catalyst-Runtime

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

---
 .../Catalyst-Plugin-Log-Dispatch-0.10.ebuild       |    4 ++--
 .../Catalyst-Plugin-Log-Dispatch-0.11.ebuild       |    4 ++--
 .../Catalyst-Plugin-Log-Dispatch-0.12.ebuild       |    2 +-
 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild    |    2 +-
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog    |    7 +++++++
 5 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
index a89fcbc..a9aefdf 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 DEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
index ccc9a79..745bd5a 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=2
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 "
 DEPEND="

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
index d2a6835..a229427 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
 "

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
index 926387f..a164e5e 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
@@ -17,7 +17,7 @@ IUSE=""
 RDEPEND="
 	>=dev-perl/log-dispatch-2.13
 	dev-perl/Log-Dispatch-Config
-	>=dev-perl/Catalyst-Runtime-5.650
+	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
 "

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index 07fcbd7..6fe53f4 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -2,6 +2,13 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
+  Catalyst-Plugin-Log-Dispatch-0.11.ebuild,
+  Catalyst-Plugin-Log-Dispatch-0.12.ebuild,
+  Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
+  Fixdep Catalyst-Runtime
+
 *Catalyst-Plugin-Log-Dispatch-0.121.0 (27 Feb 2011)
 
   27 Feb 2011; Torsten Veller <tove@gentoo.org>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
@ 2014-08-27  0:55 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-08-27  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     9cd6ba092bc6e68ffbda410e6bd9c76eeda5219f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 00:54:39 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 00:54:39 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=9cd6ba09

[fixup] dev-perl/Catalyst-Plugin-Log-Dispatch EAPI5, misc test and dep fixes

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild                | 10 ++++++----
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog                |  4 ++++
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
index a164e5e..f147b07 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=5
 
 MODULE_AUTHOR=SHOT
 MODULE_VERSION=0.121
@@ -15,8 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	>=dev-perl/log-dispatch-2.13
-	dev-perl/Log-Dispatch-Config
+	>=dev-perl/log-dispatch-2.130.0
 	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple
@@ -25,4 +24,7 @@ DEPEND="
 	${RDEPEND}
 	virtual/perl-Module-Build
 "
+PERL_RM_FILES=(
+	t/pod.t
+)
 SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index 4cc310b..99af9e8 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -3,6 +3,10 @@
 # $Header: $
 
   27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild:
+  EAPI5, misc test and dep fixes
+
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
   -Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
   -Catalyst-Plugin-Log-Dispatch-0.11.ebuild,
   -Catalyst-Plugin-Log-Dispatch-0.12.ebuild:


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
@ 2014-08-27  0:55 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2014-08-27  0:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a3cc9e9b4f77220cdbf2e15e9bb203d1c9ef5c77
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Aug 27 00:49:31 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Aug 27 00:49:31 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a3cc9e9b

[clean] dev-perl/Catalyst-Plugin-Log-Dispatch Remove old EAPIs

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Log-Dispatch-0.10.ebuild       | 20 -----------------
 .../Catalyst-Plugin-Log-Dispatch-0.11.ebuild       | 26 ----------------------
 .../Catalyst-Plugin-Log-Dispatch-0.12.ebuild       | 25 ---------------------
 dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog    |  8 ++++++-
 4 files changed, 7 insertions(+), 72 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
deleted file mode 100644
index a9aefdf..0000000
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.10.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=SHOT
-inherit perl-module
-
-DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE=""
-DEPEND="
-	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650.0
-	dev-perl/UNIVERSAL-require
-"
-RDEPEND="${DEPEND}"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
deleted file mode 100644
index 745bd5a..0000000
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.11.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=SHOT
-inherit perl-module
-
-DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650.0
-	dev-perl/UNIVERSAL-require
-"
-DEPEND="
-	${RDEPEND}
-	test? (
-		virtual/perl-Test-Simple
-	)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
deleted file mode 100644
index a229427..0000000
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=3
-MODULE_AUTHOR=SHOT
-inherit perl-module
-
-DESCRIPTION="Log module of Catalyst that uses Log::Dispatch"
-LICENSE="|| ( Artistic GPL-2 )"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="test"
-RDEPEND="
-	>=dev-perl/log-dispatch-2.13
-	>=dev-perl/Catalyst-Runtime-5.650.0
-	dev-perl/UNIVERSAL-require
-	virtual/perl-Test-Simple
-"
-DEPEND="
-	${RDEPEND}
-	virtual/perl-Module-Build
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
index 6fe53f4..4cc310b 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Log-Dispatch
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  27 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
+  -Catalyst-Plugin-Log-Dispatch-0.11.ebuild,
+  -Catalyst-Plugin-Log-Dispatch-0.12.ebuild:
+  Remove old
+
   11 Nov 2011; Kent Fredric <kentfredric@gmail.com>
   Catalyst-Plugin-Log-Dispatch-0.10.ebuild,
   Catalyst-Plugin-Log-Dispatch-0.11.ebuild,


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/
@ 2015-04-07  0:31 Kent Fredric
  0 siblings, 0 replies; 5+ messages in thread
From: Kent Fredric @ 2015-04-07  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     b489bd76d236f9fcfecbcd9f876c6d5f71b18e42
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Apr  6 23:36:12 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Apr  6 23:36:12 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b489bd76

[fixup] Catalyst-Plugin-Log-Dispatch: Fix dep on Log-Dispatch

Package-Manager: portage-2.2.17

 ...-0.121.0.ebuild => Catalyst-Plugin-Log-Dispatch-0.121.0-r1.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0-r1.ebuild
similarity index 85%
rename from dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
rename to dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0-r1.ebuild
index f147b07..4c73093 100644
--- a/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0.ebuild
+++ b/dev-perl/Catalyst-Plugin-Log-Dispatch/Catalyst-Plugin-Log-Dispatch-0.121.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND="
-	>=dev-perl/log-dispatch-2.130.0
+	>=dev-perl/Log-Dispatch-2.130.0
 	>=dev-perl/Catalyst-Runtime-5.650.0
 	dev-perl/UNIVERSAL-require
 	virtual/perl-Test-Simple


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

end of thread, other threads:[~2015-04-07  0:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-27  0:55 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Log-Dispatch/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-04-07  0:31 Kent Fredric
2014-08-27  0:55 Kent Fredric
2011-11-11 14:38 Kent Fredric
2011-02-27 19:11 Torsten Veller

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