* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2016-12-10 18:01 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2016-12-10 18:01 UTC (permalink / raw
To: gentoo-commits
commit: dde05e190b0a8c684636287680f6f4a8ba50223f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 10 17:28:35 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Dec 10 18:00:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dde05e19
dev-perl/Gtk2-Unique: Fix dep on dev-perl/ExtUtils-PkgConfig
Package-Manager: portage-2.3.3
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
index b5a2029..321bb6b 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,7 +21,7 @@ RDEPEND="
DEPEND="${RDEPEND}
dev-perl/glib-perl
dev-perl/ExtUtils-Depends
- dev-perl/extutils-pkgconfig
+ dev-perl/ExtUtils-PkgConfig
"
PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch )
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2017-03-19 4:12 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-03-19 4:12 UTC (permalink / raw
To: gentoo-commits
commit: b3b778d5f7d73c2bd161dd1f9f5b7e2ab2e599d1
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 03:20:00 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 03:49:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b778d5
dev-perl/Gtk2-Unique: Fix dep on dev-perl/Gtk2
Package-Manager: Portage-2.3.4, Repoman-2.3.2
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
index 5f89c5a54b0..ef391ddd13e 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -15,7 +15,7 @@ IUSE=""
RDEPEND="
dev-libs/libunique:1
- dev-perl/gtk2-perl
+ dev-perl/Gtk2
"
DEPEND="${RDEPEND}
dev-perl/glib-perl
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2017-10-24 2:43 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-10-24 2:43 UTC (permalink / raw
To: gentoo-commits
commit: ad9d08df98248d3f8455d7cb85b6c929e77abcfb
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 02:06:36 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 02:06:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad9d08df
dev-perl/Gtk2-Unique: Enable tests
- EAPI6
- Enable X tests
- add USE=examples
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild | 31 +++++++++++++++++++++++
dev-perl/Gtk2-Unique/metadata.xml | 24 +++++++++---------
2 files changed, 43 insertions(+), 12 deletions(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
new file mode 100644
index 00000000000..782aba3410f
--- /dev/null
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=POTYL
+DIST_VERSION=0.05
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for C libunique library"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/libunique:1
+ dev-perl/Gtk2
+"
+DEPEND="${RDEPEND}
+ dev-perl/glib-perl
+ dev-perl/ExtUtils-Depends
+ dev-perl/ExtUtils-PkgConfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch )
+
+src_test() {
+ virtx perl-module_src_test
+}
diff --git a/dev-perl/Gtk2-Unique/metadata.xml b/dev-perl/Gtk2-Unique/metadata.xml
index 33b3c194520..3a9e1ff13cd 100644
--- a/dev-perl/Gtk2-Unique/metadata.xml
+++ b/dev-perl/Gtk2-Unique/metadata.xml
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="person">
-<email>hwoarang@gentoo.org</email>
-<name>Markos Chandras</name>
-</maintainer>
-<maintainer type="project">
-<email>perl@gentoo.org</email>
-<name>Gentoo Perl Project</name>
-</maintainer>
-<upstream>
-<remote-id type="cpan">Gtk2-Unique</remote-id>
-<remote-id type="cpan-module">Gtk2::Unique</remote-id>
-</upstream>
+ <maintainer type="person">
+ <email>hwoarang@gentoo.org</email>
+ <name>Markos Chandras</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>perl@gentoo.org</email>
+ <name>Gentoo Perl Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="cpan">Gtk2-Unique</remote-id>
+ <remote-id type="cpan-module">Gtk2::Unique</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2018-06-10 16:13 Aaron Bauman
0 siblings, 0 replies; 9+ messages in thread
From: Aaron Bauman @ 2018-06-10 16:13 UTC (permalink / raw
To: gentoo-commits
commit: 078b00516794b17c91cbaaff7b8c24f1cc0d40fb
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:12:01 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:12:58 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=078b0051
dev-perl/Gtk2-Unique: amd64 stable wrt bug #657634
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
index 782aba3410f..6bb214983e7 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl binding for C libunique library"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2018-06-10 17:11 Thomas Deutschmann
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Deutschmann @ 2018-06-10 17:11 UTC (permalink / raw
To: gentoo-commits
commit: 8064900c1ca0573db119931634590656f6c873bb
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 10 16:56:18 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Jun 10 16:56:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8064900c
dev-perl/Gtk2-Unique: x86 stable (bug #657634)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
index 6bb214983e7..16985428705 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl binding for C libunique library"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2021-06-12 21:47 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-06-12 21:47 UTC (permalink / raw
To: gentoo-commits
commit: f729076df34feb2ddf2f1e70631cb370c3736035
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 12 21:06:35 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun 12 21:46:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f729076d
dev-perl/Gtk2-Unique: Version bump 0.07
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild | 33 ++++++++++++++++++++++++++
dev-perl/Gtk2-Unique/Manifest | 1 +
2 files changed, 34 insertions(+)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
new file mode 100644
index 00000000000..e118c73fbd0
--- /dev/null
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=XAOC
+DIST_VERSION=0.07
+DIST_EXAMPLES=( "examples/*" )
+inherit perl-module virtualx
+
+DESCRIPTION="Perl binding for C libunique library"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/libunique:1
+ dev-perl/Gtk2
+"
+DEPEND="${RDEPEND}
+"
+BDEPEND="${RDEPEND}
+ dev-perl/glib-perl
+ dev-perl/ExtUtils-Depends
+ dev-perl/ExtUtils-PkgConfig
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch )
+
+src_test() {
+ virtx perl-module_src_test
+}
diff --git a/dev-perl/Gtk2-Unique/Manifest b/dev-perl/Gtk2-Unique/Manifest
index f2aec340667..798b48a51b9 100644
--- a/dev-perl/Gtk2-Unique/Manifest
+++ b/dev-perl/Gtk2-Unique/Manifest
@@ -1 +1,2 @@
DIST Gtk2-Unique-0.05.tar.gz 11158 BLAKE2B 657a321687af9be3d3c5024e04589ab87a0f98ec5b11c88e2a388e1d4705154d5af790fc675fc928fcf556f1546b78975112ceb7c9e96f03fedc1f04c552302a SHA512 9ed700de45e6d7e5410ff4b4313869be9127b7933faf862f4f34f4330165dbda4b1d983efddedcd71487d0cdbf10982a7b76af7cf60339ae3359f57271177492
+DIST Gtk2-Unique-0.07.tar.gz 12755 BLAKE2B 2220a736fbe4c2bad95ed5dd28c908d23617f8c374be91718ea05fada3d914641b9f64bab7bebe0d3689a54141e7b8d9d78d6fe755fb4f4a50e213eba2563273 SHA512 62975a16840be7af7d5657c816367572d1b5140585d1275331e2d05dcefe18ebcccf8cb81747da92f12e085a5bef1c0ba2dcf4d2fc886baef97a22317e1e04f6
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2021-08-02 3:22 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-08-02 3:22 UTC (permalink / raw
To: gentoo-commits
commit: 4238479383eb2df14d6773492ca1afc7b3bd26fe
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:20:44 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 03:20:44 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42384793
dev-perl/Gtk2-Unique: Stabilize 0.70.0 amd64, #805827
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
index e118c73fbd0..a934db8c153 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl binding for C libunique library"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2021-08-03 12:00 Agostino Sarubbo
0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2021-08-03 12:00 UTC (permalink / raw
To: gentoo-commits
commit: b60b53144a323f66ca16b8864a26562917803316
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 3 11:57:25 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Aug 3 12:00:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b60b5314
dev-perl/Gtk2-Unique: x86 stable wrt bug #805827
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
index a934db8c153..a10cc0b9965 100644
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
+++ b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.70.0.ebuild
@@ -11,7 +11,7 @@ inherit perl-module virtualx
DESCRIPTION="Perl binding for C libunique library"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/
@ 2021-10-31 0:20 Andreas K. Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas K. Hüttel @ 2021-10-31 0:20 UTC (permalink / raw
To: gentoo-commits
commit: e85405af3726491a7be9b7189e2f7e1e4ee71791
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 31 00:18:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Oct 31 00:20:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e85405af
dev-perl/Gtk2-Unique: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild | 31 -----------------------
dev-perl/Gtk2-Unique/Manifest | 1 -
2 files changed, 32 deletions(-)
diff --git a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild b/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
deleted file mode 100644
index 16985428705..00000000000
--- a/dev-perl/Gtk2-Unique/Gtk2-Unique-0.50.0-r2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=POTYL
-DIST_VERSION=0.05
-DIST_EXAMPLES=( "examples/*" )
-inherit perl-module virtualx
-
-DESCRIPTION="Perl binding for C libunique library"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/libunique:1
- dev-perl/Gtk2
-"
-DEPEND="${RDEPEND}
- dev-perl/glib-perl
- dev-perl/ExtUtils-Depends
- dev-perl/ExtUtils-PkgConfig
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.05-implicit-pointer.patch )
-
-src_test() {
- virtx perl-module_src_test
-}
diff --git a/dev-perl/Gtk2-Unique/Manifest b/dev-perl/Gtk2-Unique/Manifest
index 798b48a51b9..13aeca11421 100644
--- a/dev-perl/Gtk2-Unique/Manifest
+++ b/dev-perl/Gtk2-Unique/Manifest
@@ -1,2 +1 @@
-DIST Gtk2-Unique-0.05.tar.gz 11158 BLAKE2B 657a321687af9be3d3c5024e04589ab87a0f98ec5b11c88e2a388e1d4705154d5af790fc675fc928fcf556f1546b78975112ceb7c9e96f03fedc1f04c552302a SHA512 9ed700de45e6d7e5410ff4b4313869be9127b7933faf862f4f34f4330165dbda4b1d983efddedcd71487d0cdbf10982a7b76af7cf60339ae3359f57271177492
DIST Gtk2-Unique-0.07.tar.gz 12755 BLAKE2B 2220a736fbe4c2bad95ed5dd28c908d23617f8c374be91718ea05fada3d914641b9f64bab7bebe0d3689a54141e7b8d9d78d6fe755fb4f4a50e213eba2563273 SHA512 62975a16840be7af7d5657c816367572d1b5140585d1275331e2d05dcefe18ebcccf8cb81747da92f12e085a5bef1c0ba2dcf4d2fc886baef97a22317e1e04f6
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2021-10-31 0:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-10 17:11 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Gtk2-Unique/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2021-10-31 0:20 Andreas K. Hüttel
2021-08-03 12:00 Agostino Sarubbo
2021-08-02 3:22 Sam James
2021-06-12 21:47 Andreas K. Hüttel
2018-06-10 16:13 Aaron Bauman
2017-10-24 2:43 Kent Fredric
2017-03-19 4:12 Kent Fredric
2016-12-10 18:01 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox