public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2015-12-20 22:19 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2015-12-20 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     bab5f5be3ce2a55efee9f3dac2abf50f9c2999d9
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 22:19:42 2015 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 22:19:42 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab5f5be

dev-perl/HTML-Format: Version bump

Package-Manager: portage-2.2.26

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 35 +++++++++++++++++++++++++
 dev-perl/HTML-Format/Manifest                   |  1 +
 2 files changed, 36 insertions(+)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
new file mode 100644
index 0000000..0ce1a53
--- /dev/null
+++ b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_NAME=HTML-Formatter
+DIST_AUTHOR=NIGELM
+DIST_VERSION=2.14
+inherit perl-module
+
+DESCRIPTION="HTML Formatter"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	virtual/perl-Encode
+	dev-perl/Font-AFM
+	dev-perl/HTML-Tree
+	virtual/perl-IO
+	virtual/perl-parent
+"
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		dev-perl/File-Slurper
+		virtual/perl-File-Spec
+		virtual/perl-Scalar-List-Utils
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest
index 4d7246b..c78bc7d 100644
--- a/dev-perl/HTML-Format/Manifest
+++ b/dev-perl/HTML-Format/Manifest
@@ -1,2 +1,3 @@
 DIST HTML-Format-2.10.tar.gz 45383 SHA256 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a SHA512 a15a471fab17285704dbfb91b226d75d2bda0fbacbb5ce9259bc72fd4e7d5ba2129b5b4f133d68ebe3f03ddad0620e2e757f29bf4c7af819bf00333c2fad200c WHIRLPOOL 75bea74964f996e1b73cf665f4705f9157922c1d5ec50700857672c84087577a2836e97f2e4098fedf4fe0d22be8b92caf9cf9a0bae02098e2b3955e9a40bbcf
 DIST HTML-Format-2.11.tar.gz 48697 SHA256 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 SHA512 e664b442fdde64009c48998c1168558a8256f81d4a9d2f3b610ad89ddfcfa846dfaaef837becda4a0ee4df1b36c05ca066d45ac374a23159ffdaba82730089fe WHIRLPOOL b832f691beead56e26ed78055293f344000c9a243886e6131b959cfc91729e4bcb4ef907481804afde3fe2253c893d28156443996eada2de0d3bac6a4427780e
+DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2016-01-31 22:47 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-01-31 22:47 UTC (permalink / raw
  To: gentoo-commits

commit:     40eb89cd5fa93a97a48d4308c7045092ef7bc1f3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 31 22:42:18 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 31 22:45:03 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eb89cd

ev-perl/HTML-Format: Remove old

Package-Manager: portage-2.2.27

 dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild | 36 -------------------------
 dev-perl/HTML-Format/Manifest                   |  1 -
 2 files changed, 37 deletions(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild
deleted file mode 100644
index be2f803..0000000
--- a/dev-perl/HTML-Format/HTML-Format-2.110.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NIGELM
-MODULE_VERSION=2.11
-inherit perl-module
-
-DESCRIPTION="HTML Formatter"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Data-Dumper
-	virtual/perl-Encode
-	dev-perl/Font-AFM
-	dev-perl/HTML-Tree
-	virtual/perl-IO
-	virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.360.100
-	test? (
-		dev-perl/File-Slurp
-		virtual/perl-File-Spec
-		virtual/perl-Scalar-List-Utils
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"
-
-SRC_TEST="do parallel"

diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest
index c78bc7d..29159ac 100644
--- a/dev-perl/HTML-Format/Manifest
+++ b/dev-perl/HTML-Format/Manifest
@@ -1,3 +1,2 @@
 DIST HTML-Format-2.10.tar.gz 45383 SHA256 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a SHA512 a15a471fab17285704dbfb91b226d75d2bda0fbacbb5ce9259bc72fd4e7d5ba2129b5b4f133d68ebe3f03ddad0620e2e757f29bf4c7af819bf00333c2fad200c WHIRLPOOL 75bea74964f996e1b73cf665f4705f9157922c1d5ec50700857672c84087577a2836e97f2e4098fedf4fe0d22be8b92caf9cf9a0bae02098e2b3955e9a40bbcf
-DIST HTML-Format-2.11.tar.gz 48697 SHA256 44a3af6b9d0184bb4cc300624352760e4435c3d802521742f42dd228e44d4a95 SHA512 e664b442fdde64009c48998c1168558a8256f81d4a9d2f3b610ad89ddfcfa846dfaaef837becda4a0ee4df1b36c05ca066d45ac374a23159ffdaba82730089fe WHIRLPOOL b832f691beead56e26ed78055293f344000c9a243886e6131b959cfc91729e4bcb4ef907481804afde3fe2253c893d28156443996eada2de0d3bac6a4427780e
 DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2016-02-13 15:33 Agostino Sarubbo
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo @ 2016-02-13 15:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c733d1c3f0b40fda461dcf7d593aa2e5cc69335c
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 13 15:32:50 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 15:32:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c733d1c3

dev-perl/HTML-Format: amd64 stable wrt bug #573554

Package-Manager: portage-2.2.26
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
index 0ce1a53..7ef6771 100644
--- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
+++ b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="HTML Formatter"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2016-03-05 21:32 Mikle Kolyada
  0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada @ 2016-03-05 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1f5529312fa5f1c18ce84b5072fac9a0c8b7aa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  5 21:29:25 2016 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Mar  5 21:29:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a1f5529

dev-perl/HTML-Format: ppc stable wrt bug #573554

Package-Manager: portage-2.2.26

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
index ae68e07..991673d 100644
--- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
+++ b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
@@ -12,7 +12,7 @@ inherit perl-module
 DESCRIPTION="HTML Formatter"
 
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="test"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2016-03-09 20:54 Andreas Hüttel
  0 siblings, 0 replies; 7+ messages in thread
From: Andreas Hüttel @ 2016-03-09 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     e97770b54ca80c74029cd367cb166772d6aa5eaa
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 20:52:34 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 20:52:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e97770b5

dev-perl/HTML-Format: Remove old

Package-Manager: portage-2.2.27

 dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild | 27 ----------------------
 dev-perl/HTML-Format/Manifest                      |  1 -
 2 files changed, 28 deletions(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild b/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild
deleted file mode 100644
index 0d33e74..0000000
--- a/dev-perl/HTML-Format/HTML-Format-2.100.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=NIGELM
-MODULE_VERSION=2.10
-inherit perl-module
-
-DESCRIPTION="HTML Formatter"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-
-RDEPEND="
-	dev-perl/File-Slurp
-	dev-perl/Font-AFM
-	dev-perl/HTML-Tree"
-DEPEND="${RDEPEND}
-	dev-perl/Module-Build
-	test? (
-		>=virtual/perl-Test-Simple-0.96
-	)"
-
-SRC_TEST="do"

diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest
index 29159ac..c2982a4 100644
--- a/dev-perl/HTML-Format/Manifest
+++ b/dev-perl/HTML-Format/Manifest
@@ -1,2 +1 @@
-DIST HTML-Format-2.10.tar.gz 45383 SHA256 149f4ac19733042e3f81b965047e9a053d8e5eb0832437625f4b9de860d5819a SHA512 a15a471fab17285704dbfb91b226d75d2bda0fbacbb5ce9259bc72fd4e7d5ba2129b5b4f133d68ebe3f03ddad0620e2e757f29bf4c7af819bf00333c2fad200c WHIRLPOOL 75bea74964f996e1b73cf665f4705f9157922c1d5ec50700857672c84087577a2836e97f2e4098fedf4fe0d22be8b92caf9cf9a0bae02098e2b3955e9a40bbcf
 DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2016-12-18  6:19 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2016-12-18  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     7249b60bdb64abc5bf1417fd0e6c4077811e87ba
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 06:14:47 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 06:16:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7249b60b

dev-perl/HTML-Format: Fix bad author tests

Lots of these tests declare dependencies which never get used,
and aren't used by us, but another test checks for them being installed
and subsequently fails.

This patches out those superfluous dependencies.

Package-Manager: portage-2.3.3

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
index 991673d..83a6f38 100644
--- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
+++ b/dev-perl/HTML-Format/HTML-Format-2.140.0.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$
 
@@ -33,3 +33,12 @@ DEPEND="${RDEPEND}
 		>=virtual/perl-Test-Simple-0.960.0
 	)
 "
+src_test() {
+	local badfile
+	perl_rm_files t/author-* t/release-*
+	for badfile in t/000-report-versions.t META.yml; do
+		einfo "Stripping bad test dependencies from ${badfile}"
+		sed -i -r -e '/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't fix bad deps in ${badfile}"
+	done
+	perl-module_src_test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/
@ 2017-10-24  7:11 Kent Fredric
  0 siblings, 0 replies; 7+ messages in thread
From: Kent Fredric @ 2017-10-24  7:11 UTC (permalink / raw
  To: gentoo-commits

commit:     c42478dd1256b21b4c9d94b16d2d2214aafc5547
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 24 06:50:21 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 24 07:10:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c42478dd

dev-perl/HTML-Format: Remove, gone to HTML-Formatter

 dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild | 43 -------------------------
 dev-perl/HTML-Format/Manifest                   |  1 -
 dev-perl/HTML-Format/metadata.xml               | 15 ---------
 3 files changed, 59 deletions(-)

diff --git a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild b/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
deleted file mode 100644
index 3692d8ca7a3..00000000000
--- a/dev-perl/HTML-Format/HTML-Format-2.140.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_NAME=HTML-Formatter
-DIST_AUTHOR=NIGELM
-DIST_VERSION=2.14
-inherit perl-module
-
-DESCRIPTION="HTML Formatter"
-
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="test"
-
-RDEPEND="
-	virtual/perl-Carp
-	virtual/perl-Data-Dumper
-	virtual/perl-Encode
-	dev-perl/Font-AFM
-	dev-perl/HTML-Tree
-	virtual/perl-IO
-	virtual/perl-parent
-"
-DEPEND="${RDEPEND}
-	>=dev-perl/Module-Build-0.280.0
-	test? (
-		dev-perl/File-Slurper
-		virtual/perl-File-Spec
-		virtual/perl-Scalar-List-Utils
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"
-src_test() {
-	local badfile
-	perl_rm_files t/author-* t/release-*
-	for badfile in t/000-report-versions.t META.yml; do
-		einfo "Stripping bad test dependencies from ${badfile}"
-		sed -i -r -e '/Test::(CPAN|EOL|Kwalitee|NoTabs|Pod|Port|YAML)/d' "${badfile}" || die "Can't fix bad deps in ${badfile}"
-	done
-	perl-module_src_test
-}

diff --git a/dev-perl/HTML-Format/Manifest b/dev-perl/HTML-Format/Manifest
deleted file mode 100644
index c2982a4d4ac..00000000000
--- a/dev-perl/HTML-Format/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST HTML-Formatter-2.14.tar.gz 51298 SHA256 d28eeeab48ab5f7bfcc73cc106b0f756073d98d48dfdb91ca2951f832f8e035e SHA512 616ee70f3a6038589d9348a1463bd9c1cac4d7fe00aff5dbb52968d0ef44129658ff6cdc114f2c389a1eed068a64f48ab34bb90b60d3f20a0a024750ddadda42 WHIRLPOOL fdf953e6115a1c0f82366707cab0bd7d80e1a1173e76e7231e9d702dfdad2b23b3d298859986e79304c4fd1b23d0481003f615cad8c802b8880999ee3f08700d

diff --git a/dev-perl/HTML-Format/metadata.xml b/dev-perl/HTML-Format/metadata.xml
deleted file mode 100644
index 5e304e0df36..00000000000
--- a/dev-perl/HTML-Format/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>perl@gentoo.org</email>
-    <name>Gentoo Perl Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="cpan">HTML-Format</remote-id>
-    <remote-id type="cpan-module">HTML::FormatPS</remote-id>
-    <remote-id type="cpan-module">HTML::FormatRTF</remote-id>
-    <remote-id type="cpan-module">HTML::FormatText</remote-id>
-    <remote-id type="cpan-module">HTML::Formatter</remote-id>
-  </upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2017-10-24  7:11 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-13 15:33 [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTML-Format/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2017-10-24  7:11 Kent Fredric
2016-12-18  6:19 Kent Fredric
2016-03-09 20:54 Andreas Hüttel
2016-03-05 21:32 Mikle Kolyada
2016-01-31 22:47 Andreas Hüttel
2015-12-20 22:19 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