public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
@ 2010-01-08 21:37 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-08 21:37 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/08 21:37:41

  Modified:             ChangeLog
  Added:                claws-mail-gtkhtml-0.26.ebuild
  Log:
  version bump
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.66                 mail-client/claws-mail-gtkhtml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	18 Oct 2009 23:21:41 -0000	1.65
+++ ChangeLog	8 Jan 2010 21:37:40 -0000	1.66
@@ -1,6 +1,12 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.65 2009/10/18 23:21:41 fauli Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.66 2010/01/08 21:37:40 fauli Exp $
+
+*claws-mail-gtkhtml-0.26 (08 Jan 2010)
+
+  08 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  +claws-mail-gtkhtml-0.26.ebuild:
+  version bump
 
 *claws-mail-gtkhtml-0.25 (18 Oct 2009)
 



1.1                  mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.1&content-type=text/plain

Index: claws-mail-gtkhtml-0.26.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.1 2010/01/08 21:37:40 fauli Exp $

inherit eutils

MY_P="${PN#claws-mail-}2_viewer-${PV}"

DESCRIPTION="Renders HTML mail using the gtkhtml2 rendering widget."
HOMEPAGE="http://www.claws-mail.org/"
SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
IUSE=""
RDEPEND=">=mail-client/claws-mail-3.7.4
		net-misc/curl"
DEPEND="${RDEPEND}
		dev-util/pkgconfig"

S="${WORKDIR}/${MY_P}"

src_compile() {
	econf --disable-accessibility
	emake || die
}

src_install() {
	emake DESTDIR="${D}" install
	dodoc AUTHORS ChangeLog NEWS README

	# kill useless files
	rm -f "${D}"/usr/lib*/claws-mail/plugins/*.{a,la}
}






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
@ 2010-02-11 12:50 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-11 12:50 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/11 12:50:00

  Modified:             ChangeLog claws-mail-gtkhtml-0.26.ebuild
  Log:
  stable x86, bug 304353
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.67                 mail-client/claws-mail-gtkhtml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	8 Jan 2010 21:37:40 -0000	1.66
+++ ChangeLog	11 Feb 2010 12:50:00 -0000	1.67
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.66 2010/01/08 21:37:40 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.67 2010/02/11 12:50:00 fauli Exp $
+
+  11 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  claws-mail-gtkhtml-0.26.ebuild:
+  stable x86, bug 304353
 
 *claws-mail-gtkhtml-0.26 (08 Jan 2010)
 



1.2                  mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?r1=1.1&r2=1.2

Index: claws-mail-gtkhtml-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- claws-mail-gtkhtml-0.26.ebuild	8 Jan 2010 21:37:40 -0000	1.1
+++ claws-mail-gtkhtml-0.26.ebuild	11 Feb 2010 12:50:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.1 2010/01/08 21:37:40 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.2 2010/02/11 12:50:00 fauli Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.4
 		net-misc/curl"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
@ 2010-03-11 20:43 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2010-03-11 20:43 UTC (permalink / raw
  To: gentoo-commits

maekke      10/03/11 20:43:44

  Modified:             ChangeLog claws-mail-gtkhtml-0.26.ebuild
  Log:
  amd64 stable, bug #304353
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.68                 mail-client/claws-mail-gtkhtml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	11 Feb 2010 12:50:00 -0000	1.67
+++ ChangeLog	11 Mar 2010 20:43:43 -0000	1.68
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.67 2010/02/11 12:50:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.68 2010/03/11 20:43:43 maekke Exp $
+
+  11 Mar 2010; Markus Meier <maekke@gentoo.org>
+  claws-mail-gtkhtml-0.26.ebuild:
+  amd64 stable, bug #304353
 
   11 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   claws-mail-gtkhtml-0.26.ebuild:



1.3                  mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?r1=1.2&r2=1.3

Index: claws-mail-gtkhtml-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- claws-mail-gtkhtml-0.26.ebuild	11 Feb 2010 12:50:00 -0000	1.2
+++ claws-mail-gtkhtml-0.26.ebuild	11 Mar 2010 20:43:43 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.2 2010/02/11 12:50:00 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.3 2010/03/11 20:43:43 maekke Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.4
 		net-misc/curl"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
@ 2010-04-18 14:30 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-04-18 14:30 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/04/18 14:30:40

  Modified:             ChangeLog claws-mail-gtkhtml-0.26.ebuild
  Log:
  ppc stable #304353
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.69                 mail-client/claws-mail-gtkhtml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	11 Mar 2010 20:43:43 -0000	1.68
+++ ChangeLog	18 Apr 2010 14:30:40 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.68 2010/03/11 20:43:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.69 2010/04/18 14:30:40 nixnut Exp $
+
+  18 Apr 2010; <nixnut@gentoo.org> claws-mail-gtkhtml-0.26.ebuild:
+  ppc stable #304353
 
   11 Mar 2010; Markus Meier <maekke@gentoo.org>
   claws-mail-gtkhtml-0.26.ebuild:



1.4                  mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?r1=1.3&r2=1.4

Index: claws-mail-gtkhtml-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- claws-mail-gtkhtml-0.26.ebuild	11 Mar 2010 20:43:43 -0000	1.3
+++ claws-mail-gtkhtml-0.26.ebuild	18 Apr 2010 14:30:40 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.3 2010/03/11 20:43:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.4 2010/04/18 14:30:40 nixnut Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ~ppc64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.4
 		net-misc/curl"






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

* [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild
@ 2010-05-11 17:50 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-05-11 17:50 UTC (permalink / raw
  To: gentoo-commits

ranger      10/05/11 17:50:56

  Modified:             ChangeLog claws-mail-gtkhtml-0.26.ebuild
  Log:
  Marking claws-mail-gtkhtml-0.26 ppc64 for bug 304353
  (Portage version: 2.1.7.17/cvs/Linux ppc64)

Revision  Changes    Path
1.70                 mail-client/claws-mail-gtkhtml/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	18 Apr 2010 14:30:40 -0000	1.69
+++ ChangeLog	11 May 2010 17:50:56 -0000	1.70
@@ -1,6 +1,10 @@
 # ChangeLog for mail-client/claws-mail-gtkhtml
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.69 2010/04/18 14:30:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/ChangeLog,v 1.70 2010/05/11 17:50:56 ranger Exp $
+
+  11 May 2010; Brent Baude <ranger@gentoo.org>
+  claws-mail-gtkhtml-0.26.ebuild:
+  Marking claws-mail-gtkhtml-0.26 ppc64 for bug 304353
 
   18 Apr 2010; <nixnut@gentoo.org> claws-mail-gtkhtml-0.26.ebuild:
   ppc stable #304353



1.5                  mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild?r1=1.4&r2=1.5

Index: claws-mail-gtkhtml-0.26.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- claws-mail-gtkhtml-0.26.ebuild	18 Apr 2010 14:30:40 -0000	1.4
+++ claws-mail-gtkhtml-0.26.ebuild	11 May 2010 17:50:56 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.4 2010/04/18 14:30:40 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.26.ebuild,v 1.5 2010/05/11 17:50:56 ranger Exp $
 
 inherit eutils
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.claws-mail.org/downloads/plugins/${MY_P}.tar.gz"
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="~alpha amd64 ppc ppc64 x86"
 IUSE=""
 RDEPEND=">=mail-client/claws-mail-3.7.4
 		net-misc/curl"






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

end of thread, other threads:[~2010-05-11 17:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 20:43 [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: ChangeLog claws-mail-gtkhtml-0.26.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-11 17:50 Brent Baude (ranger)
2010-04-18 14:30 Gysbert Wassenaar (nixnut)
2010-02-11 12:50 Christian Faulhammer (fauli)
2010-01-08 21:37 Christian Faulhammer (fauli)

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