public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild
@ 2009-08-26 19:16 Maurice van der Pot (griffon26)
  0 siblings, 0 replies; 5+ messages in thread
From: Maurice van der Pot (griffon26) @ 2009-08-26 19:16 UTC (permalink / raw
  To: gentoo-commits

griffon26    09/08/26 19:16:57

  Modified:             ChangeLog
  Added:                pyicq-t-0.8.1.5.ebuild
  Log:
  Bump pyicq-t to version 0.8.1.5 (bug #282717)
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	18 Aug 2009 16:14:30 -0000	1.15
+++ ChangeLog	26 Aug 2009 19:16:56 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.15 2009/08/18 16:14:30 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.16 2009/08/26 19:16:56 griffon26 Exp $
+
+*pyicq-t-0.8.1.5 (26 Aug 2009)
+
+  26 Aug 2009; Maurice van der Pot <griffon26@gentoo.org>
+  +pyicq-t-0.8.1.5.ebuild:
+  Version bump because of memory leak in 0.8.1.4.
 
 *pyicq-t-0.8.1.4 (18 Aug 2009)
 



1.1                  net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.1&content-type=text/plain

Index: pyicq-t-0.8.1.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.1 2009/08/26 19:16:56 griffon26 Exp $

NEED_PYTHON=2.3

inherit eutils multilib python

MY_P="${P/pyicq-t/pyicqt}"

DESCRIPTION="Python based jabber transport for ICQ"
HOMEPAGE="http://code.google.com/p/pyicqt/"
SRC_URI="http://pyicqt.googlecode.com/files/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="webinterface"

DEPEND="net-im/jabber-base"
RDEPEND="${DEPEND}
	>=dev-python/twisted-2.2.0
	>=dev-python/twisted-words-0.1.0
	>=dev-python/twisted-web-0.5.0
	webinterface? ( >=dev-python/nevow-0.4.1 )
	>=dev-python/imaging-1.1"

src_install() {
	local inspath

	python_version
	inspath=/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
	insinto ${inspath}
	doins -r data src tools
	newins PyICQt.py ${PN}.py

	insinto /etc/jabber
	newins config_example.xml ${PN}.xml
	fperms 600 /etc/jabber/${PN}.xml
	fowners jabber:jabber /etc/jabber/${PN}.xml
	dosed \
		"s:<spooldir>[^\<]*</spooldir>:<spooldir>/var/spool/jabber</spooldir>:" \
		/etc/jabber/${PN}.xml
	dosed \
		"s:<pid>[^\<]*</pid>:<pid>/var/run/jabber/${PN}.pid</pid>:" \
		/etc/jabber/${PN}.xml

	newinitd "${FILESDIR}/${PN}-0.8-initd" ${PN}
	dosed "s:INSPATH:${inspath}:" /etc/init.d/${PN}
}

pkg_postinst() {
	python_version
	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}

	elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
	elog "Please edit it and the configuration of your Jabber server to match."

	ewarn "If you are storing user accounts in MySQL and are upgrading from a "
	ewarn "version older than 0.8.1, then you will need to run the following "
	ewarn "command to create some new tables:"
	ewarn "	 mysql -u user_name -p pyicqt < /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/tools/db-setup.mysql"

	elog  "These instructions along with a list of new config variables are "
	elog  "available at: http://code.google.com/p/pyicqt/wiki/Upgrade"
}

pkg_postrm() {
	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
}






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

* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild
@ 2009-10-03 17:30 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-10-03 17:30 UTC (permalink / raw
  To: gentoo-commits

maekke      09/10/03 17:30:43

  Modified:             ChangeLog pyicq-t-0.8.1.5.ebuild
  Log:
  amd64/x86 stable, bug #287378
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	26 Aug 2009 19:16:56 -0000	1.16
+++ ChangeLog	3 Oct 2009 17:30:43 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.16 2009/08/26 19:16:56 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.17 2009/10/03 17:30:43 maekke Exp $
+
+  03 Oct 2009; Markus Meier <maekke@gentoo.org> pyicq-t-0.8.1.5.ebuild:
+  amd64/x86 stable, bug #287378
 
 *pyicq-t-0.8.1.5 (26 Aug 2009)
 



1.2                  net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?r1=1.1&r2=1.2

Index: pyicq-t-0.8.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyicq-t-0.8.1.5.ebuild	26 Aug 2009 19:16:56 -0000	1.1
+++ pyicq-t-0.8.1.5.ebuild	3 Oct 2009 17:30:43 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.1 2009/08/26 19:16:56 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.2 2009/10/03 17:30:43 maekke Exp $
 
 NEED_PYTHON=2.3
 
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="webinterface"
 
 DEPEND="net-im/jabber-base"






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

* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild
@ 2010-04-23 19:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-04-23 19:56 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/04/23 19:56:48

  Modified:             ChangeLog pyicq-t-0.8.1.5.ebuild
  Log:
  Delete calls to deprecated python_version().
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	10 Jan 2010 10:25:27 -0000	1.18
+++ ChangeLog	23 Apr 2010 19:56:48 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.18 2010/01/10 10:25:27 griffon26 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.19 2010/04/23 19:56:48 arfrever Exp $
+
+  23 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pyicq-t-0.8.1.5.ebuild:
+  Delete calls to deprecated python_version().
 
   10 Jan 2010; Maurice van der Pot <griffon26@gentoo.org>
   -files/pyicq-t-0.8-twisted-2.5.patch, -pyicq-t-0.8.1.ebuild,



1.3                  net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?r1=1.2&r2=1.3

Index: pyicq-t-0.8.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyicq-t-0.8.1.5.ebuild	3 Oct 2009 17:30:43 -0000	1.2
+++ pyicq-t-0.8.1.5.ebuild	23 Apr 2010 19:56:48 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.2 2009/10/03 17:30:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.3 2010/04/23 19:56:48 arfrever Exp $
 
 NEED_PYTHON=2.3
 
-inherit eutils multilib python
+inherit eutils python
 
 MY_P="${P/pyicq-t/pyicqt}"
 
@@ -29,8 +29,7 @@
 src_install() {
 	local inspath
 
-	python_version
-	inspath=/usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+	inspath=$(python_get_sitedir)/${PN}
 	insinto ${inspath}
 	doins -r data src tools
 	newins PyICQt.py ${PN}.py
@@ -51,8 +50,7 @@
 }
 
 pkg_postinst() {
-	python_version
-	python_mod_optimize /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}
+	python_mod_optimize $(python_get_sitedir)/${PN}
 
 	elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
 	elog "Please edit it and the configuration of your Jabber server to match."
@@ -60,12 +58,12 @@
 	ewarn "If you are storing user accounts in MySQL and are upgrading from a "
 	ewarn "version older than 0.8.1, then you will need to run the following "
 	ewarn "command to create some new tables:"
-	ewarn "	 mysql -u user_name -p pyicqt < /usr/$(get_libdir)/python${PYVER}/site-packages/${PN}/tools/db-setup.mysql"
+	ewarn "	 mysql -u user_name -p pyicqt < $(python_get_sitedir)/${PN}/tools/db-setup.mysql"
 
 	elog  "These instructions along with a list of new config variables are "
 	elog  "available at: http://code.google.com/p/pyicqt/wiki/Upgrade"
 }
 
 pkg_postrm() {
-	python_mod_cleanup /usr/$(get_libdir)/python*/site-packages/${PN}
+	python_mod_cleanup $(python_get_sitedir)/${PN}
 }






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

* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild
@ 2010-07-02  0:09 Hanno Boeck (hanno)
  0 siblings, 0 replies; 5+ messages in thread
From: Hanno Boeck (hanno) @ 2010-07-02  0:09 UTC (permalink / raw
  To: gentoo-commits

hanno       10/07/02 00:09:27

  Modified:             ChangeLog pyicq-t-0.8.1.5.ebuild
  Log:
  pyicq-t: patch for python 2.6 deprecatoin warnings
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	23 Apr 2010 19:56:48 -0000	1.19
+++ ChangeLog	2 Jul 2010 00:09:27 -0000	1.20
@@ -1,6 +1,10 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.19 2010/04/23 19:56:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.20 2010/07/02 00:09:27 hanno Exp $
+
+  02 Jul 2010; Hanno Boeck <hanno@gentoo.org> pyicq-t-0.8.1.5.ebuild,
+  +files/pyicq-t-0.8.1.5-python26-warnings.diff:
+  Fix deprecation warnings with python 2.6.
 
   23 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   pyicq-t-0.8.1.5.ebuild:



1.4                  net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild?r1=1.3&r2=1.4

Index: pyicq-t-0.8.1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyicq-t-0.8.1.5.ebuild	23 Apr 2010 19:56:48 -0000	1.3
+++ pyicq-t-0.8.1.5.ebuild	2 Jul 2010 00:09:27 -0000	1.4
@@ -1,8 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.3 2010/04/23 19:56:48 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/pyicq-t-0.8.1.5.ebuild,v 1.4 2010/07/02 00:09:27 hanno Exp $
 
-NEED_PYTHON=2.3
+EAPI="3"
 
 inherit eutils python
 
@@ -26,6 +26,10 @@
 	webinterface? ( >=dev-python/nevow-0.4.1 )
 	>=dev-python/imaging-1.1"
 
+src_prepare() {
+	epatch "${FILESDIR}/${P}-python26-warnings.diff"
+}
+
 src_install() {
 	local inspath
 
@@ -50,7 +54,7 @@
 }
 
 pkg_postinst() {
-	python_mod_optimize $(python_get_sitedir)/${PN}
+	python_mod_optimize ${PN}
 
 	elog "A sample configuration file has been installed in /etc/jabber/${PN}.xml."
 	elog "Please edit it and the configuration of your Jabber server to match."
@@ -65,5 +69,5 @@
 }
 
 pkg_postrm() {
-	python_mod_cleanup $(python_get_sitedir)/${PN}
+	python_mod_cleanup ${PN}
 }






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

* [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild
@ 2014-10-26 20:29 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 5+ messages in thread
From: Manuel Rueger (mrueg) @ 2014-10-26 20:29 UTC (permalink / raw
  To: gentoo-commits

mrueg       14/10/26 20:29:20

  Modified:             ChangeLog
  Removed:              pyicq-t-0.8.1.5.ebuild
  Log:
  Cleanup old.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.30                 net-im/pyicq-t/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-im/pyicq-t/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	5 Aug 2014 18:34:14 -0000	1.29
+++ ChangeLog	26 Oct 2014 20:29:20 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-im/pyicq-t
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.29 2014/08/05 18:34:14 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pyicq-t/ChangeLog,v 1.30 2014/10/26 20:29:20 mrueg Exp $
+
+  26 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -pyicq-t-0.8.1.5.ebuild:
+  Cleanup old.
 
   05 Aug 2014; Manuel Rüger <mrueg@gentoo.org> pyicq-t-0.8.1.5-r1.ebuild,
   pyicq-t-0.8.1.5-r2.ebuild, pyicq-t-0.8.1.5-r3.ebuild,





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

end of thread, other threads:[~2014-10-26 20:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-26 20:29 [gentoo-commits] gentoo-x86 commit in net-im/pyicq-t: ChangeLog pyicq-t-0.8.1.5.ebuild Manuel Rueger (mrueg)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-02  0:09 Hanno Boeck (hanno)
2010-04-23 19:56 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-10-03 17:30 Markus Meier (maekke)
2009-08-26 19:16 Maurice van der Pot (griffon26)

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