* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/
@ 2011-04-23 14:45 Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
0 siblings, 2 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-23 14:45 UTC (permalink / raw
To: gentoo-commits
commit: d872a7d7db504a6a29261cd76f7e6ab8f299a141
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:25:17 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:25:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d872a7d7
[cpanclean] <Config-JSON-1.510.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Config-JSON/ChangeLog | 4 +++
dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild | 25 ------------------
dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild | 31 -----------------------
3 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/ChangeLog
index d9adc15..dbb83f9 100644
--- a/dev-perl/Config-JSON/ChangeLog
+++ b/dev-perl/Config-JSON/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Config-JSON-1.4.0.ebuild,
+ -Config-JSON-1.500.0.ebuild:
+ Gone on CPAN
+
*Config-JSON-1.510.0 (23 Apr 2011)
*Config-JSON-1.500.0 (23 Apr 2011)
diff --git a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
deleted file mode 100644
index fdc6c59..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Scalar-List-Utils
- dev-perl/JSON
- dev-perl/Class-InsideOut
- virtual/perl-version
- virtual/perl-File-Temp"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Deep )"
-
-SRC_TEST="do"
-S="${WORKDIR}/${PN}"
diff --git a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
deleted file mode 100644
index 79c60f0..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-MODULE_VERSION="1.5000"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.19
- >=dev-perl/JSON-2.16
- >=dev-perl/Moose-0.93
- >=virtual/perl-File-Temp-0.18
-"
-DEPEND="${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.6
- >=dev-perl/Test-Deep-0.095
- )
-"
-
-SRC_TEST="do"
-#S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-23 14:45 ` Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-23 14:45 UTC (permalink / raw
To: gentoo-commits
commit: 49c0d8cdedd8accd537755122cf07a2041165406
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:24:19 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:24:19 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=49c0d8cd
[migrate] Config-JSON
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Config-JSON/ChangeLog | 8 ++++++++
...ON-1.5000.ebuild => Config-JSON-1.500.0.ebuild} | 3 ++-
...ON-1.5100.ebuild => Config-JSON-1.510.0.ebuild} | 1 +
3 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/ChangeLog
index 77ff887..d9adc15 100644
--- a/dev-perl/Config-JSON/ChangeLog
+++ b/dev-perl/Config-JSON/ChangeLog
@@ -2,6 +2,14 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Config-JSON-1.510.0 (23 Apr 2011)
+*Config-JSON-1.500.0 (23 Apr 2011)
+
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com>
+ +Config-JSON-1.500.0.ebuild, +Config-JSON-1.510.0.ebuild,
+ -Config-JSON-1.5000.ebuild, -Config-JSON-1.5100.ebuild:
+ Migrate to x.y.z
+
*Config-JSON-1.5100 (08 Jan 2011)
08 Jan 2011; Kent Fredric <kentfredric@gmail.com> +Config-JSON-1.5100.ebuild:
diff --git a/dev-perl/Config-JSON/Config-JSON-1.5000.ebuild b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
similarity index 88%
rename from dev-perl/Config-JSON/Config-JSON-1.5000.ebuild
rename to dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
index a41fc9c..79c60f0 100644
--- a/dev-perl/Config-JSON/Config-JSON-1.5000.ebuild
+++ b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
MODULE_AUTHOR="RIZEN"
+MODULE_VERSION="1.5000"
inherit perl-module
DESCRIPTION="A JSON based config file system."
diff --git a/dev-perl/Config-JSON/Config-JSON-1.5100.ebuild b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
similarity index 95%
rename from dev-perl/Config-JSON/Config-JSON-1.5100.ebuild
rename to dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
index 277edf9..8520938 100644
--- a/dev-perl/Config-JSON/Config-JSON-1.5100.ebuild
+++ b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
@@ -5,6 +5,7 @@
EAPI="3"
MODULE_AUTHOR="RIZEN"
+MODULE_VERSION="1.5100"
inherit perl-module
DESCRIPTION="A JSON based config file system."
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514 commit in: dev-perl/Config-JSON/
2011-04-23 14:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/ Kent Fredric
@ 2011-04-23 14:47 ` Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
1 sibling, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-23 14:47 UTC (permalink / raw
To: gentoo-commits
commit: d872a7d7db504a6a29261cd76f7e6ab8f299a141
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:25:17 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:25:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d872a7d7
[cpanclean] <Config-JSON-1.510.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Config-JSON/ChangeLog | 4 +++
dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild | 25 ------------------
dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild | 31 -----------------------
3 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/ChangeLog
index d9adc15..dbb83f9 100644
--- a/dev-perl/Config-JSON/ChangeLog
+++ b/dev-perl/Config-JSON/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Config-JSON-1.4.0.ebuild,
+ -Config-JSON-1.500.0.ebuild:
+ Gone on CPAN
+
*Config-JSON-1.510.0 (23 Apr 2011)
*Config-JSON-1.500.0 (23 Apr 2011)
diff --git a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
deleted file mode 100644
index fdc6c59..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Scalar-List-Utils
- dev-perl/JSON
- dev-perl/Class-InsideOut
- virtual/perl-version
- virtual/perl-File-Temp"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Deep )"
-
-SRC_TEST="do"
-S="${WORKDIR}/${PN}"
diff --git a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
deleted file mode 100644
index 79c60f0..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-MODULE_VERSION="1.5000"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.19
- >=dev-perl/JSON-2.16
- >=dev-perl/Moose-0.93
- >=virtual/perl-File-Temp-0.18
-"
-DEPEND="${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.6
- >=dev-perl/Test-Deep-0.095
- )
-"
-
-SRC_TEST="do"
-#S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:perl514virtuals commit in: dev-perl/Config-JSON/
2011-04-23 14:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/ Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
@ 2011-04-23 14:47 ` Kent Fredric
1 sibling, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2011-04-23 14:47 UTC (permalink / raw
To: gentoo-commits
commit: d872a7d7db504a6a29261cd76f7e6ab8f299a141
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Apr 23 14:25:17 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Apr 23 14:25:17 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=d872a7d7
[cpanclean] <Config-JSON-1.510.0
(Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
---
dev-perl/Config-JSON/ChangeLog | 4 +++
dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild | 25 ------------------
dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild | 31 -----------------------
3 files changed, 4 insertions(+), 56 deletions(-)
diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/ChangeLog
index d9adc15..dbb83f9 100644
--- a/dev-perl/Config-JSON/ChangeLog
+++ b/dev-perl/Config-JSON/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Config-JSON-1.4.0.ebuild,
+ -Config-JSON-1.500.0.ebuild:
+ Gone on CPAN
+
*Config-JSON-1.510.0 (23 Apr 2011)
*Config-JSON-1.500.0 (23 Apr 2011)
diff --git a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
deleted file mode 100644
index fdc6c59..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.4.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="virtual/perl-Scalar-List-Utils
- dev-perl/JSON
- dev-perl/Class-InsideOut
- virtual/perl-version
- virtual/perl-File-Temp"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Deep )"
-
-SRC_TEST="do"
-S="${WORKDIR}/${PN}"
diff --git a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
deleted file mode 100644
index 79c60f0..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.500.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MODULE_AUTHOR="RIZEN"
-MODULE_VERSION="1.5000"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.19
- >=dev-perl/JSON-2.16
- >=dev-perl/Moose-0.93
- >=virtual/perl-File-Temp-0.18
-"
-DEPEND="${RDEPEND}
- test? (
- >=virtual/perl-Test-Simple-0.6
- >=dev-perl/Test-Deep-0.095
- )
-"
-
-SRC_TEST="do"
-#S="${WORKDIR}/${PN}"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/
@ 2012-06-08 18:42 Kent Fredric
0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2012-06-08 18:42 UTC (permalink / raw
To: gentoo-commits
commit: c792cbb3c7ec5a942e6d2afe7dc9c90168fb68ac
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun 8 18:21:41 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun 8 18:21:41 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c792cbb3
[fix] normalise dep from Config-JSON to JSON
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Config-JSON/ChangeLog | 5 ++++-
dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild | 4 ++--
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Config-JSON/ChangeLog b/dev-perl/Config-JSON/ChangeLog
index dbb83f9..7ff1cc8 100644
--- a/dev-perl/Config-JSON/ChangeLog
+++ b/dev-perl/Config-JSON/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-perl/Config-JSON
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Jun 2012; Kent Fredric <kentfredric@gmail.com> Config-JSON-1.510.0.ebuild:
+ Normalize dep on JSON
+
23 Apr 2011; Kent Fredric <kentfredric@gmail.com> -Config-JSON-1.4.0.ebuild,
-Config-JSON-1.500.0.ebuild:
Gone on CPAN
diff --git a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
index 8520938..bc6d845 100644
--- a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
+++ b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -16,7 +16,7 @@ IUSE="test"
RDEPEND="
>=virtual/perl-Scalar-List-Utils-1.19
- >=dev-perl/JSON-2.16
+ >=dev-perl/JSON-2.160.0
>=dev-perl/Any-Moose-0.13
>=virtual/perl-File-Temp-0.18
>=virtual/perl-Test-Simple-0.7
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/
@ 2014-12-09 22:58 Andreas Hüttel
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Hüttel @ 2014-12-09 22:58 UTC (permalink / raw
To: gentoo-commits
commit: 6d181701ad0348645fbf6fe14ac00d85655639b4
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 9 22:58:00 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 9 22:58:00 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d181701
[cleanup] dev-perl/Config-JSON moved to main tree
---
dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild | 30 -------------------------
dev-perl/Config-JSON/metadata.xml | 9 --------
2 files changed, 39 deletions(-)
diff --git a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild b/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
deleted file mode 100644
index 9321c2e..0000000
--- a/dev-perl/Config-JSON/Config-JSON-1.510.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-MODULE_AUTHOR="RIZEN"
-MODULE_VERSION="1.5100"
-inherit perl-module
-
-DESCRIPTION="A JSON based config file system."
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="
- >=virtual/perl-Scalar-List-Utils-1.19
- >=dev-perl/JSON-2.160.0
- >=dev-perl/Any-Moose-0.13
- >=virtual/perl-File-Temp-0.18
- >=virtual/perl-Test-Simple-0.7
- >=dev-perl/Test-Deep-0.95.0
-"
-DEPEND="${RDEPEND}
- >=virtual/perl-ExtUtils-MakeMaker-6.56
-"
-
-SRC_TEST="do"
-#S="${WORKDIR}/${PN}"
diff --git a/dev-perl/Config-JSON/metadata.xml b/dev-perl/Config-JSON/metadata.xml
deleted file mode 100644
index 147900e..0000000
--- a/dev-perl/Config-JSON/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>perl</herd>
- <upstream>
- <remote-id type="cpan">Config-JSON</remote-id>
- <remote-id type="cpan-module">Config::JSON</remote-id>
- </upstream>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-12-11 1:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-23 14:45 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Config-JSON/ Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:47 ` [gentoo-commits] proj/perl-overlay:perl514virtuals " Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2011-04-23 14:47 [gentoo-commits] proj/perl-overlay:perl514 " Kent Fredric
2011-04-23 14:45 ` [gentoo-commits] proj/perl-overlay:master " Kent Fredric
2012-06-08 18:42 Kent Fredric
2014-12-09 22:58 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox