public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2016-01-25 15:44 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2016-01-25 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     00283243db50d0739321e7ce22e6e530b10a6a53
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 15:44:17 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 15:44:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00283243

net-nntp/leafnode: amd64 stable wrt bug #572822

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

 net-nntp/leafnode/leafnode-1.11.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.10.ebuild b/net-nntp/leafnode/leafnode-1.11.10.ebuild
index 997ee67..916c82a 100644
--- a/net-nntp/leafnode/leafnode-1.11.10.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2016-01-25 20:27 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-01-25 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     17b95ca19a529317fab560e0eca20fd0f9722d88
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 25 20:16:44 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 25 20:27:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b95ca1

net-nntp/leafnode: add 1.11.1, fix bug 451774

Remove a keepdir for /var/lock/news since this location
is not actually uses by leafnode and creating directories
in /var/lock should now be handled at runtime.

Package-Manager: portage-2.2.26

 net-nntp/leafnode/Manifest                |  1 +
 net-nntp/leafnode/leafnode-1.11.11.ebuild | 47 +++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/net-nntp/leafnode/Manifest b/net-nntp/leafnode/Manifest
index a2486de..3b50171 100644
--- a/net-nntp/leafnode/Manifest
+++ b/net-nntp/leafnode/Manifest
@@ -1,2 +1,3 @@
 DIST leafnode-1.11.10.tar.bz2 493480 SHA256 d75ba79961a8900b273eb74c3ad6976bf9fd64c2fa0284273e65f98190c5f2bc SHA512 efffbe9a3fe10da64ebfaff31738b66e9783923ea119e2f792bc0e7e1811d570e85c5ddec17af6787333958deeee3af9bec87d1312c37eb19e355147dfa721ae WHIRLPOOL ed47717d7c2a6d21ba0b07f0daf5a5c716ff90034ea3747d57958163142eb154778267b9c370082b0e5a8e7e35942b3334bd6ff9f9d476186e27d838e2a26897
+DIST leafnode-1.11.11.tar.bz2 500482 SHA256 3ec325216fb5ddcbca13746e3f4aab4b49be11616a321b25978ffd971747adc0 SHA512 3a476a32f2e59ed0812379efc2ad1964347094417e7fc01d93f84d0cfaed78a66b2f2f40d1ac36f8a0f8844523ab57b9a605d4bd73ea309248c0562e7c26248a WHIRLPOOL 76435a83f4f82d1832ce25e054016e6ec7090a16221575b179e6c3e923a916c9a4b1ea00747783d2988da0c447cd410ea4d9681431208444ec8b80f11e41ac48
 DIST leafnode-1.11.8.tar.bz2 504617 SHA256 543d921549a811cbd4a7763b241af7dcfe5722ab1d6b7515c88f680833876e22 SHA512 93f8af5f3e99e7a55f0e8cbd9ceb22d7f3d82f8683e3390c2ee646e686aba7a748caa038f4aef27cd1934d46a5a49c0b29bd317926b7dffeae138607184e7bfb WHIRLPOOL 8848645ac2ef24bb9836a4026c1c5c528d659f45b2f9f49fe2bb63ba41267c42279ba18c52c2bcbea8eaaece55475936dda25b27897830967db57ca314e948dd

diff --git a/net-nntp/leafnode/leafnode-1.11.11.ebuild b/net-nntp/leafnode/leafnode-1.11.11.ebuild
new file mode 100644
index 0000000..35822b7
--- /dev/null
+++ b/net-nntp/leafnode/leafnode-1.11.11.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A USENET software package designed for small sites"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://leafnode.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ipv6"
+
+DEPEND=">=dev-libs/libpcre-3.9"
+RDEPEND="${DEPEND}
+	virtual/inetd"
+DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
+
+src_configure() {
+	econf \
+		--sysconfdir=/etc/leafnode \
+		--localstatedir=/var \
+		--with-spooldir=/var/spool/news \
+		$(use_with ipv6)
+}
+
+src_install() {
+	default
+
+	keepdir \
+		/var/lib/news \
+		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
+		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
+
+	fowners -R news:news /var/{lib,spool}/news
+
+	insinto /etc/xinetd.d
+	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
+
+	exeinto /etc/cron.hourly
+	newexe "${FILESDIR}"/fetchnews.cron fetchnews
+	exeinto /etc/cron.daily
+	newexe "${FILESDIR}"/texpire.cron texpire
+
+	dohtml FAQ.html FAQ.xml README-FQDN.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2016-02-14 10:11 Agostino Sarubbo
  0 siblings, 0 replies; 16+ messages in thread
From: Agostino Sarubbo @ 2016-02-14 10:11 UTC (permalink / raw
  To: gentoo-commits

commit:     76adbc34342dfad4164bad00ef2d8a55836c1c33
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 10:07:57 2016 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 10:10:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76adbc34

net-nntp/leafnode: x86 stable wrt bug #572822

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

 net-nntp/leafnode/leafnode-1.11.10.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.10.ebuild b/net-nntp/leafnode/leafnode-1.11.10.ebuild
index 916c82a..123f631 100644
--- a/net-nntp/leafnode/leafnode-1.11.10.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.10.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2016-03-16 17:03 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2016-03-16 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     67b25002b5b08e828ff83562ccb3c65a8ff575b5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 17:02:35 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 17:02:35 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67b25002

net-nntp/leafnode: cleanup

Package-Manager: portage-2.2.26

 net-nntp/leafnode/Manifest               |  1 -
 net-nntp/leafnode/leafnode-1.11.8.ebuild | 48 --------------------------------
 2 files changed, 49 deletions(-)

diff --git a/net-nntp/leafnode/Manifest b/net-nntp/leafnode/Manifest
index 3b50171..d4944c8 100644
--- a/net-nntp/leafnode/Manifest
+++ b/net-nntp/leafnode/Manifest
@@ -1,3 +1,2 @@
 DIST leafnode-1.11.10.tar.bz2 493480 SHA256 d75ba79961a8900b273eb74c3ad6976bf9fd64c2fa0284273e65f98190c5f2bc SHA512 efffbe9a3fe10da64ebfaff31738b66e9783923ea119e2f792bc0e7e1811d570e85c5ddec17af6787333958deeee3af9bec87d1312c37eb19e355147dfa721ae WHIRLPOOL ed47717d7c2a6d21ba0b07f0daf5a5c716ff90034ea3747d57958163142eb154778267b9c370082b0e5a8e7e35942b3334bd6ff9f9d476186e27d838e2a26897
 DIST leafnode-1.11.11.tar.bz2 500482 SHA256 3ec325216fb5ddcbca13746e3f4aab4b49be11616a321b25978ffd971747adc0 SHA512 3a476a32f2e59ed0812379efc2ad1964347094417e7fc01d93f84d0cfaed78a66b2f2f40d1ac36f8a0f8844523ab57b9a605d4bd73ea309248c0562e7c26248a WHIRLPOOL 76435a83f4f82d1832ce25e054016e6ec7090a16221575b179e6c3e923a916c9a4b1ea00747783d2988da0c447cd410ea4d9681431208444ec8b80f11e41ac48
-DIST leafnode-1.11.8.tar.bz2 504617 SHA256 543d921549a811cbd4a7763b241af7dcfe5722ab1d6b7515c88f680833876e22 SHA512 93f8af5f3e99e7a55f0e8cbd9ceb22d7f3d82f8683e3390c2ee646e686aba7a748caa038f4aef27cd1934d46a5a49c0b29bd317926b7dffeae138607184e7bfb WHIRLPOOL 8848645ac2ef24bb9836a4026c1c5c528d659f45b2f9f49fe2bb63ba41267c42279ba18c52c2bcbea8eaaece55475936dda25b27897830967db57ca314e948dd

diff --git a/net-nntp/leafnode/leafnode-1.11.8.ebuild b/net-nntp/leafnode/leafnode-1.11.8.ebuild
deleted file mode 100644
index 8c2f11b..0000000
--- a/net-nntp/leafnode/leafnode-1.11.8.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-DESCRIPTION="A USENET software package designed for small sites"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://leafnode.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ipv6"
-
-DEPEND=">=dev-libs/libpcre-3.9"
-RDEPEND="${DEPEND}
-	virtual/inetd"
-DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/leafnode \
-		--localstatedir=/var \
-		--with-spooldir=/var/spool/news \
-		$(use_with ipv6)
-}
-
-src_install() {
-	default
-
-	keepdir \
-		/var/lock/news \
-		/var/lib/news \
-		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
-		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
-
-	fowners -R news:news /var/{lib,spool}/news
-
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
-
-	exeinto /etc/cron.hourly
-	newexe "${FILESDIR}"/fetchnews.cron fetchnews
-	exeinto /etc/cron.daily
-	newexe "${FILESDIR}"/texpire.cron texpire
-
-	dohtml FAQ.html FAQ.xml README-FQDN.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2017-07-15 17:25 Tobias Klausmann
  0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann @ 2017-07-15 17:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4f6c92222d78d9c237de6822978b1df6a29fb718
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 17:23:18 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 17:23:18 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6c9222

net-nntp/leafnode-1.11.11-r0: add amd64 keyword

Gentoo-Bug: 625162

 net-nntp/leafnode/leafnode-1.11.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11.ebuild b/net-nntp/leafnode/leafnode-1.11.11.ebuild
index 96ffa3587ad..ba8a546e64d 100644
--- a/net-nntp/leafnode/leafnode-1.11.11.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2017-08-19  0:31 Thomas Deutschmann
  0 siblings, 0 replies; 16+ messages in thread
From: Thomas Deutschmann @ 2017-08-19  0:31 UTC (permalink / raw
  To: gentoo-commits

commit:     99d4c34ddf662fb6145483e5982c026c0e898cb0
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 23:51:16 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Aug 19 00:30:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d4c34d

net-nntp/leafnode: x86 stable (bug #625162)

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-nntp/leafnode/leafnode-1.11.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11.ebuild b/net-nntp/leafnode/leafnode-1.11.11.ebuild
index ba8a546e64d..180b97d7c5a 100644
--- a/net-nntp/leafnode/leafnode-1.11.11.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2017-10-15 18:37 Sergei Trofimovich
  0 siblings, 0 replies; 16+ messages in thread
From: Sergei Trofimovich @ 2017-10-15 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     a19b0d941c2fb70ce4a45dc9ff667a41bad65454
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 15 18:37:24 2017 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Oct 15 18:37:24 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a19b0d94

net-nntp/leafnode: stable 1.11.11 for ppc, bug #625162

Package-Manager: Portage-2.3.11, Repoman-2.3.3
RepoMan-Options: --include-arches="ppc"

 net-nntp/leafnode/leafnode-1.11.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11.ebuild b/net-nntp/leafnode/leafnode-1.11.11.ebuild
index 180b97d7c5a..e33becee0ed 100644
--- a/net-nntp/leafnode/leafnode-1.11.11.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2017-10-16  5:11 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-10-16  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     14ab4ab38d767c5f2eb9c6e935c655c26aa3e3e6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 05:07:12 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 05:07:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14ab4ab3

net-nntp/leafnode: fix metadata formatting

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-nntp/leafnode/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-nntp/leafnode/metadata.xml b/net-nntp/leafnode/metadata.xml
index f1a24c0e134..d7612c0db8b 100644
--- a/net-nntp/leafnode/metadata.xml
+++ b/net-nntp/leafnode/metadata.xml
@@ -4,7 +4,7 @@
   <maintainer type="person">
     <email>graaff@gentoo.org</email>
   </maintainer>
-	<upstream>
-		<remote-id type="sourceforge">leafnode</remote-id>
-	</upstream>
+  <upstream>
+    <remote-id type="sourceforge">leafnode</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2017-10-16  5:11 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2017-10-16  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     797f95c0b1b3e9806275cd993d89cca13ab6ccfc
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 16 05:05:31 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Oct 16 05:05:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797f95c0

net-nntp/leafnode: cleanup

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 net-nntp/leafnode/Manifest                |  1 -
 net-nntp/leafnode/leafnode-1.11.10.ebuild | 47 -------------------------------
 2 files changed, 48 deletions(-)

diff --git a/net-nntp/leafnode/Manifest b/net-nntp/leafnode/Manifest
index d4944c8311e..06060667042 100644
--- a/net-nntp/leafnode/Manifest
+++ b/net-nntp/leafnode/Manifest
@@ -1,2 +1 @@
-DIST leafnode-1.11.10.tar.bz2 493480 SHA256 d75ba79961a8900b273eb74c3ad6976bf9fd64c2fa0284273e65f98190c5f2bc SHA512 efffbe9a3fe10da64ebfaff31738b66e9783923ea119e2f792bc0e7e1811d570e85c5ddec17af6787333958deeee3af9bec87d1312c37eb19e355147dfa721ae WHIRLPOOL ed47717d7c2a6d21ba0b07f0daf5a5c716ff90034ea3747d57958163142eb154778267b9c370082b0e5a8e7e35942b3334bd6ff9f9d476186e27d838e2a26897
 DIST leafnode-1.11.11.tar.bz2 500482 SHA256 3ec325216fb5ddcbca13746e3f4aab4b49be11616a321b25978ffd971747adc0 SHA512 3a476a32f2e59ed0812379efc2ad1964347094417e7fc01d93f84d0cfaed78a66b2f2f40d1ac36f8a0f8844523ab57b9a605d4bd73ea309248c0562e7c26248a WHIRLPOOL 76435a83f4f82d1832ce25e054016e6ec7090a16221575b179e6c3e923a916c9a4b1ea00747783d2988da0c447cd410ea4d9681431208444ec8b80f11e41ac48

diff --git a/net-nntp/leafnode/leafnode-1.11.10.ebuild b/net-nntp/leafnode/leafnode-1.11.10.ebuild
deleted file mode 100644
index a5fdbeef4ed..00000000000
--- a/net-nntp/leafnode/leafnode-1.11.10.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="A USENET software package designed for small sites"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://leafnode.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ipv6"
-
-DEPEND=">=dev-libs/libpcre-3.9"
-RDEPEND="${DEPEND}
-	virtual/inetd"
-DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/leafnode \
-		--localstatedir=/var \
-		--with-spooldir=/var/spool/news \
-		$(use_with ipv6)
-}
-
-src_install() {
-	default
-
-	keepdir \
-		/var/lock/news \
-		/var/lib/news \
-		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
-		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
-
-	fowners -R news:news /var/{lib,spool}/news
-
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
-
-	exeinto /etc/cron.hourly
-	newexe "${FILESDIR}"/fetchnews.cron fetchnews
-	exeinto /etc/cron.daily
-	newexe "${FILESDIR}"/texpire.cron texpire
-
-	dohtml FAQ.html FAQ.xml README-FQDN.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2021-10-23  7:05 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2021-10-23  7:05 UTC (permalink / raw
  To: gentoo-commits

commit:     bb1db3a398398e225b6ff8468e0b807af4bdc5d7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 07:05:21 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 07:05:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb1db3a3

net-nntp/leafnode: EAPI 8

Bug: https://bugs.gentoo.org/819285
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 48 ++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
new file mode 100644
index 00000000000..70fdbd090eb
--- /dev/null
+++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A USENET software package designed for small sites"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
+HOMEPAGE="http://leafnode.sourceforge.net/"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="ipv6"
+
+DEPEND=">=dev-libs/libpcre-3.9"
+RDEPEND="${DEPEND}
+	virtual/inetd"
+DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
+
+PATCHES=( "${FILESDIR}/${P}-checkpeerlocal_ipv6_fix.patch" )
+
+src_configure() {
+	econf \
+		--sysconfdir=/etc/leafnode \
+		--localstatedir=/var \
+		--with-spooldir=/var/spool/news \
+		$(use_with ipv6)
+}
+
+src_install() {
+	default
+
+	keepdir \
+		/var/lib/news \
+		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
+		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
+
+	fowners -R news:news /var/{lib,spool}/news
+
+	insinto /etc/xinetd.d
+	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
+
+	exeinto /etc/cron.hourly
+	newexe "${FILESDIR}"/fetchnews.cron fetchnews
+	exeinto /etc/cron.daily
+	newexe "${FILESDIR}"/texpire.cron texpire
+
+	dodoc FAQ.html FAQ.xml README-FQDN.html
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2022-01-02  6:31 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-01-02  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     7f7c39642571851f32a43706eb4a4e019bd096ed
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 06:31:29 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 06:31:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7c3964

net-nntp/leafnode: Stabilize 1.11.11-r1 ppc, #819285

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
index 70fdbd090eba..b91ea3de3a95 100644
--- a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2022-01-02  6:31 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-01-02  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1b858e55c96f962794b58241c2273ed3c331bdf0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 06:31:35 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 06:31:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b858e55

net-nntp/leafnode: Stabilize 1.11.11-r1 amd64, #819285

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
index b91ea3de3a95..a105bb5f793a 100644
--- a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2022-01-02  9:59 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-01-02  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     065886a252761d3ddf994809ca0ce4d5c6c156ab
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 09:58:47 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 09:58:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065886a2

net-nntp/leafnode: Stabilize 1.11.11-r1 x86, #819285

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
index a105bb5f793a..2d30f104d460 100644
--- a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
@@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="ipv6"
 
 DEPEND=">=dev-libs/libpcre-3.9"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2022-01-08 11:47 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2022-01-08 11:47 UTC (permalink / raw
  To: gentoo-commits

commit:     8ddc4e49bf03179181c421e403b69b8c13276687
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  8 10:55:26 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan  8 11:47:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ddc4e49

net-nntp/leafnode: cleanup

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-nntp/leafnode/leafnode-1.11.11.ebuild | 52 -------------------------------
 1 file changed, 52 deletions(-)

diff --git a/net-nntp/leafnode/leafnode-1.11.11.ebuild b/net-nntp/leafnode/leafnode-1.11.11.ebuild
deleted file mode 100644
index e33becee0edf..000000000000
--- a/net-nntp/leafnode/leafnode-1.11.11.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit epatch
-
-DESCRIPTION="A USENET software package designed for small sites"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
-HOMEPAGE="http://leafnode.sourceforge.net/"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="ipv6"
-
-DEPEND=">=dev-libs/libpcre-3.9"
-RDEPEND="${DEPEND}
-	virtual/inetd"
-DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS README-daemontools UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
-
-src_prepare() {
-	epatch "${FILESDIR}/${PN}-${PV}-checkpeerlocal_ipv6_fix.patch"
-}
-
-src_configure() {
-	econf \
-		--sysconfdir=/etc/leafnode \
-		--localstatedir=/var \
-		--with-spooldir=/var/spool/news \
-		$(use_with ipv6)
-}
-
-src_install() {
-	default
-
-	keepdir \
-		/var/lib/news \
-		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
-		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
-
-	fowners -R news:news /var/{lib,spool}/news
-
-	insinto /etc/xinetd.d
-	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
-
-	exeinto /etc/cron.hourly
-	newexe "${FILESDIR}"/fetchnews.cron fetchnews
-	exeinto /etc/cron.daily
-	newexe "${FILESDIR}"/texpire.cron texpire
-
-	dohtml FAQ.html FAQ.xml README-FQDN.html
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2022-10-14  2:10 Sam James
  0 siblings, 0 replies; 16+ messages in thread
From: Sam James @ 2022-10-14  2:10 UTC (permalink / raw
  To: gentoo-commits

commit:     8af6be3ce0f2ee4fc2718b2d3896fddb1bed213d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 02:01:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 02:01:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8af6be3c

net-nntp/leafnode: switch to xz

Same contents.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-nntp/leafnode/Manifest                   | 2 +-
 net-nntp/leafnode/leafnode-1.11.11-r1.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/net-nntp/leafnode/Manifest b/net-nntp/leafnode/Manifest
index ad13b61806ae..3bfa7002ea48 100644
--- a/net-nntp/leafnode/Manifest
+++ b/net-nntp/leafnode/Manifest
@@ -1 +1 @@
-DIST leafnode-1.11.11.tar.bz2 500482 BLAKE2B 41ab1483cc7673259bd8673f539c2d935d1d56e63d7af3beb0ad1786f7b58a2c35e44e14159c2a3e77c6ea3fc51dcf279b59edc8371426b15a15d53e9c48156a SHA512 3a476a32f2e59ed0812379efc2ad1964347094417e7fc01d93f84d0cfaed78a66b2f2f40d1ac36f8a0f8844523ab57b9a605d4bd73ea309248c0562e7c26248a
+DIST leafnode-1.11.11.tar.xz 453396 BLAKE2B 70471c7a68dd8c679d119bbca28c0073d78b3d577d3d64aa22540939125aa0bba464e161b6f24d78b6af771df2e0a8b9313c547e3469c4c9b406f7180a4564ec SHA512 a031306389c2c85777c6e9fc3c8529a5ef420e95be301ee60189f20db10cd8cf9328fac8adcd7f56b96d0e4a9c9c9a0c036775e604bd8f6749e5facc8e8228e7

diff --git a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
index 2d30f104d460..1b08a519c387 100644
--- a/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
+++ b/net-nntp/leafnode/leafnode-1.11.11-r1.ebuild
@@ -4,8 +4,9 @@
 EAPI=8
 
 DESCRIPTION="A USENET software package designed for small sites"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
 HOMEPAGE="http://leafnode.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/
@ 2024-07-09 11:29 Hans de Graaff
  0 siblings, 0 replies; 16+ messages in thread
From: Hans de Graaff @ 2024-07-09 11:29 UTC (permalink / raw
  To: gentoo-commits

commit:     8c9843e36af6baeab6ca168def408508564eff64
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  9 11:28:27 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul  9 11:29:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c9843e3

net-nntp/leafnode: add 1.12.0

Closes: https://bugs.gentoo.org/935771
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 net-nntp/leafnode/Manifest               |  1 +
 net-nntp/leafnode/leafnode-1.12.0.ebuild | 46 ++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/net-nntp/leafnode/Manifest b/net-nntp/leafnode/Manifest
index 3bfa7002ea48..3f782a13c138 100644
--- a/net-nntp/leafnode/Manifest
+++ b/net-nntp/leafnode/Manifest
@@ -1 +1,2 @@
 DIST leafnode-1.11.11.tar.xz 453396 BLAKE2B 70471c7a68dd8c679d119bbca28c0073d78b3d577d3d64aa22540939125aa0bba464e161b6f24d78b6af771df2e0a8b9313c547e3469c4c9b406f7180a4564ec SHA512 a031306389c2c85777c6e9fc3c8529a5ef420e95be301ee60189f20db10cd8cf9328fac8adcd7f56b96d0e4a9c9c9a0c036775e604bd8f6749e5facc8e8228e7
+DIST leafnode-1.12.0.tar.xz 464572 BLAKE2B 25e86ed87e81fb8551fd7b613464d1989eef896bdad585b8d5a94b311402856f336e027c5d56a37a4f488f2a3d5531f8763add2ae4582f2c310e5581dd73de10 SHA512 99cc49b4cbfb6b6d5fdcb64fcc8b77aabd6b675cf6ea51e2aaf275830014171c408f21fd88729c5422b5845bcd27fcf9a1640f54e449f7fbe5d956a05afe10d7

diff --git a/net-nntp/leafnode/leafnode-1.12.0.ebuild b/net-nntp/leafnode/leafnode-1.12.0.ebuild
new file mode 100644
index 000000000000..6664ad79fae0
--- /dev/null
+++ b/net-nntp/leafnode/leafnode-1.12.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A USENET software package designed for small sites"
+HOMEPAGE="http://leafnode.sourceforge.net/"
+SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND=">=dev-libs/libpcre2-10"
+RDEPEND="${DEPEND}
+	virtual/inetd"
+DOCS=( CREDITS ChangeLog FAQ.txt FAQ.pdf INSTALL NEWS UNINSTALL-daemontools README README-MAINTAINER README-FQDN )
+
+src_configure() {
+	econf \
+		--sysconfdir=/etc/leafnode \
+		--localstatedir=/var \
+		--with-spooldir=/var/spool/news \
+		--with-ipv6
+}
+
+src_install() {
+	default
+
+	keepdir \
+		/var/lib/news \
+		/var/spool/news/{failed.postings,interesting.groups,leaf.node,out.going,temp.files} \
+		/var/spool/news/message.id/{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}{0,1,2,3,4,5,6,7,8,9}
+
+	fowners -R news:news /var/{lib,spool}/news
+
+	insinto /etc/xinetd.d
+	newins "${FILESDIR}"/leafnode.xinetd leafnode-nntp
+
+	exeinto /etc/cron.hourly
+	newexe "${FILESDIR}"/fetchnews.cron fetchnews
+	exeinto /etc/cron.daily
+	newexe "${FILESDIR}"/texpire.cron texpire
+
+	dodoc FAQ.html FAQ.xml README-FQDN.html
+}


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

end of thread, other threads:[~2024-07-09 11:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-19  0:31 [gentoo-commits] repo/gentoo:master commit in: net-nntp/leafnode/ Thomas Deutschmann
  -- strict thread matches above, loose matches on Subject: below --
2024-07-09 11:29 Hans de Graaff
2022-10-14  2:10 Sam James
2022-01-08 11:47 Hans de Graaff
2022-01-02  9:59 Sam James
2022-01-02  6:31 Sam James
2022-01-02  6:31 Sam James
2021-10-23  7:05 Hans de Graaff
2017-10-16  5:11 Hans de Graaff
2017-10-16  5:11 Hans de Graaff
2017-10-15 18:37 Sergei Trofimovich
2017-07-15 17:25 Tobias Klausmann
2016-03-16 17:03 Hans de Graaff
2016-02-14 10:11 Agostino Sarubbo
2016-01-25 20:27 Hans de Graaff
2016-01-25 15:44 Agostino Sarubbo

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