public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
@ 2009-01-21 22:05 Alexis Ballier (aballier)
  0 siblings, 0 replies; 5+ messages in thread
From: Alexis Ballier (aballier) @ 2009-01-21 22:05 UTC (permalink / raw
  To: gentoo-commits

aballier    09/01/21 22:05:01

  Modified:             pyxf86config-0.3.34-r2.ebuild ChangeLog
  Log:
  Fix build with make=bsd make and keyword ~x86-fbsd, bug #236775
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.3&r2=1.4

Index: pyxf86config-0.3.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyxf86config-0.3.34-r2.ebuild	19 Jan 2009 11:15:50 -0000	1.3
+++ pyxf86config-0.3.34-r2.ebuild	21 Jan 2009 22:05:01 -0000	1.4
@@ -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/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.3 2009/01/19 11:15:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.4 2009/01/21 22:05:01 aballier Exp $
 
 inherit eutils python rpm autotools
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-libs/glib-2*
@@ -45,6 +45,9 @@
 	# Compat with 1.5
 	epatch "${FILESDIR}"/0.3.34-remove-rgbpath.patch
 
+	# Fails with make=bsd make
+	epatch "${FILESDIR}"/0.3.34-bsdmake.patch
+
 	# (#206989) Cleaned up Makefile.am that works correctly on amd64
 	cp "${FILESDIR}"/Makefile.am "${S}"/ || die
 	eautoreconf



1.26                 dev-python/pyxf86config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	19 Jan 2009 11:15:50 -0000	1.25
+++ ChangeLog	21 Jan 2009 22:05:01 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.25 2009/01/19 11:15:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.26 2009/01/21 22:05:01 aballier Exp $
+
+  21 Jan 2009; Alexis Ballier <aballier@gentoo.org>
+  +files/0.3.34-bsdmake.patch, pyxf86config-0.3.34-r2.ebuild:
+  Fix build with make=bsd make and keyword ~x86-fbsd, bug #236775
 
   19 Jan 2009; Raúl Porcel <armin76@gentoo.org>
   pyxf86config-0.3.34-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
@ 2009-02-23 16:40 Joseph Jezak (josejx)
  0 siblings, 0 replies; 5+ messages in thread
From: Joseph Jezak (josejx) @ 2009-02-23 16:40 UTC (permalink / raw
  To: gentoo-commits

josejx      09/02/23 16:40:36

  Modified:             pyxf86config-0.3.34-r2.ebuild ChangeLog
  Log:
  Marked ppc/ppc64 stable for bug #223357.
  (Portage version: 2.1.6.4/cvs/Linux 2.6.23 x86_64)

Revision  Changes    Path
1.8                  dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.7&r2=1.8

Index: pyxf86config-0.3.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyxf86config-0.3.34-r2.ebuild	7 Feb 2009 14:24:09 -0000	1.7
+++ pyxf86config-0.3.34-r2.ebuild	23 Feb 2009 16:40:36 -0000	1.8
@@ -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/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.7 2009/02/07 14:24:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.8 2009/02/23 16:40:36 josejx Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-libs/glib-2*



1.31                 dev-python/pyxf86config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.30&r2=1.31

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	7 Feb 2009 14:24:09 -0000	1.30
+++ ChangeLog	23 Feb 2009 16:40:36 -0000	1.31
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.30 2009/02/07 14:24:09 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.31 2009/02/23 16:40:36 josejx Exp $
+
+  23 Feb 2009; Joseph Jezak <josejx@gentoo.org>
+  pyxf86config-0.3.34-r2.ebuild:
+  Marked ppc/ppc64 stable for bug #223357.
 
   07 Feb 2009; Raúl Porcel <armin76@gentoo.org>
   pyxf86config-0.3.34-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
@ 2009-02-07 14:24 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-07 14:24 UTC (permalink / raw
  To: gentoo-commits

armin76     09/02/07 14:24:09

  Modified:             pyxf86config-0.3.34-r2.ebuild ChangeLog
  Log:
  alpha/arm/ia64/sh/sparc stable wrt #233357
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.7                  dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.6&r2=1.7

Index: pyxf86config-0.3.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyxf86config-0.3.34-r2.ebuild	4 Feb 2009 21:39:44 -0000	1.6
+++ pyxf86config-0.3.34-r2.ebuild	7 Feb 2009 14:24:09 -0000	1.7
@@ -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/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.6 2009/02/04 21:39:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.7 2009/02/07 14:24:09 armin76 Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-libs/glib-2*



1.30                 dev-python/pyxf86config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	4 Feb 2009 21:39:44 -0000	1.29
+++ ChangeLog	7 Feb 2009 14:24:09 -0000	1.30
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.29 2009/02/04 21:39:44 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.30 2009/02/07 14:24:09 armin76 Exp $
+
+  07 Feb 2009; Raúl Porcel <armin76@gentoo.org>
+  pyxf86config-0.3.34-r2.ebuild:
+  alpha/arm/ia64/sh/sparc stable wrt #233357
 
   04 Feb 2009; Markus Meier <maekke@gentoo.org>
   pyxf86config-0.3.34-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
@ 2009-02-04 21:39 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-02-04 21:39 UTC (permalink / raw
  To: gentoo-commits

maekke      09/02/04 21:39:44

  Modified:             pyxf86config-0.3.34-r2.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #223357
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.5&r2=1.6

Index: pyxf86config-0.3.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyxf86config-0.3.34-r2.ebuild	4 Feb 2009 12:10:36 -0000	1.5
+++ pyxf86config-0.3.34-r2.ebuild	4 Feb 2009 21:39:44 -0000	1.6
@@ -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/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.5 2009/02/04 12:10:36 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.6 2009/02/04 21:39:44 maekke Exp $
 
 EAPI=2
 
@@ -19,7 +19,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="=dev-libs/glib-2*



1.29                 dev-python/pyxf86config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	4 Feb 2009 12:10:36 -0000	1.28
+++ ChangeLog	4 Feb 2009 21:39:44 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.28 2009/02/04 12:10:36 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.29 2009/02/04 21:39:44 maekke Exp $
+
+  04 Feb 2009; Markus Meier <maekke@gentoo.org>
+  pyxf86config-0.3.34-r2.ebuild:
+  amd64/x86 stable, bug #223357
 
   04 Feb 2009; Petteri Räty <betelgeuse@gentoo.org>
   pyxf86config-0.3.34-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog
@ 2009-01-19 11:15 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-01-19 11:15 UTC (permalink / raw
  To: gentoo-commits

armin76     09/01/19 11:15:50

  Modified:             pyxf86config-0.3.34-r2.ebuild ChangeLog
  Log:
  Add ~arm/~sh
  (Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)

Revision  Changes    Path
1.3                  dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild?r1=1.2&r2=1.3

Index: pyxf86config-0.3.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyxf86config-0.3.34-r2.ebuild	4 Jan 2009 21:44:20 -0000	1.2
+++ pyxf86config-0.3.34-r2.ebuild	19 Jan 2009 11:15:50 -0000	1.3
@@ -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/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.2 2009/01/04 21:44:20 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/pyxf86config-0.3.34-r2.ebuild,v 1.3 2009/01/19 11:15:50 armin76 Exp $
 
 inherit eutils python rpm autotools
 
@@ -17,7 +17,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86"
 IUSE=""
 
 RDEPEND="=dev-libs/glib-2*



1.25                 dev-python/pyxf86config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyxf86config/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	4 Jan 2009 21:44:20 -0000	1.24
+++ ChangeLog	19 Jan 2009 11:15:50 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/pyxf86config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.24 2009/01/04 21:44:20 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyxf86config/ChangeLog,v 1.25 2009/01/19 11:15:50 armin76 Exp $
+
+  19 Jan 2009; Raúl Porcel <armin76@gentoo.org>
+  pyxf86config-0.3.34-r2.ebuild:
+  Add ~arm/~sh
 
   04 Jan 2009; Patrick Lauer <patrick@gentoo.org>
   pyxf86config-0.3.34-r1.ebuild, pyxf86config-0.3.34-r2.ebuild:






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

end of thread, other threads:[~2009-02-23 16:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-21 22:05 [gentoo-commits] gentoo-x86 commit in dev-python/pyxf86config: pyxf86config-0.3.34-r2.ebuild ChangeLog Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2009-02-23 16:40 Joseph Jezak (josejx)
2009-02-07 14:24 Raul Porcel (armin76)
2009-02-04 21:39 Markus Meier (maekke)
2009-01-19 11:15 Raul Porcel (armin76)

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