public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2009-10-07 16:56 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2009-10-07 16:56 UTC (permalink / raw
  To: gentoo-commits

eva         09/10/07 16:56:38

  Modified:             ChangeLog dia2code-0.8.3.ebuild
  Log:
  Add die with messages.
  (Portage version: 2.2_rc42/cvs/Linux i686)

Revision  Changes    Path
1.15                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	24 Feb 2008 10:31:25 -0000	1.14
+++ ChangeLog	7 Oct 2009 16:56:38 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.14 2008/02/24 10:31:25 eva Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.15 2009/10/07 16:56:38 eva Exp $
+
+  07 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> dia2code-0.8.3.ebuild:
+  Add die with messages.
 
 *dia2code-0.8.3 (24 Feb 2008)
 



1.3                  app-office/dia2code/dia2code-0.8.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?r1=1.2&r2=1.3

Index: dia2code-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dia2code-0.8.3.ebuild	23 Sep 2009 16:09:58 -0000	1.2
+++ dia2code-0.8.3.ebuild	7 Oct 2009 16:56:38 -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/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.2 2009/09/23 16:09:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.3 2009/10/07 16:56:38 eva Exp $
 
 inherit flag-o-matic
 
@@ -18,7 +18,7 @@
 	>=app-office/dia-0.90.0"
 
 src_install() {
-	emake DESTDIR="${D}" install || die
-	dodoc AUTHORS ChangeLog README TODO
-	doman dia2code.1
+	emake DESTDIR="${D}" install || die "emake install failed"
+	dodoc AUTHORS ChangeLog README TODO || die "dodoc failed"
+	doman dia2code.1 || die "doman failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2011-02-23 23:15 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 23:15 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 23:15:56

  Modified:             ChangeLog dia2code-0.8.3.ebuild
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	7 Oct 2009 16:56:38 -0000	1.15
+++ ChangeLog	23 Feb 2011 23:15:56 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.15 2009/10/07 16:56:38 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.16 2011/02/23 23:15:56 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> dia2code-0.8.3.ebuild:
+  Stable on amd64 wrt bug #353436
 
   07 Oct 2009; Gilles Dartiguelongue <eva@gentoo.org> dia2code-0.8.3.ebuild:
   Add die with messages.



1.4                  app-office/dia2code/dia2code-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?r1=1.3&r2=1.4

Index: dia2code-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dia2code-0.8.3.ebuild	7 Oct 2009 16:56:38 -0000	1.3
+++ dia2code-0.8.3.ebuild	23 Feb 2011 23:15:56 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.3 2009/10/07 16:56:38 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.4 2011/02/23 23:15:56 hwoarang Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"






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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2011-02-24 20:48 Thomas Kahle (tomka)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 20:48 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 20:48:28

  Modified:             ChangeLog dia2code-0.8.3.ebuild
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

Revision  Changes    Path
1.17                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	23 Feb 2011 23:15:56 -0000	1.16
+++ ChangeLog	24 Feb 2011 20:48:28 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.16 2011/02/23 23:15:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.17 2011/02/24 20:48:28 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> dia2code-0.8.3.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> dia2code-0.8.3.ebuild:
   Stable on amd64 wrt bug #353436



1.5                  app-office/dia2code/dia2code-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?r1=1.4&r2=1.5

Index: dia2code-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dia2code-0.8.3.ebuild	23 Feb 2011 23:15:56 -0000	1.4
+++ dia2code-0.8.3.ebuild	24 Feb 2011 20:48:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.4 2011/02/23 23:15:56 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.5 2011/02/24 20:48:28 tomka Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"






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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2011-03-12 19:35 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2011-03-12 19:35 UTC (permalink / raw
  To: gentoo-commits

armin76     11/03/12 19:35:06

  Modified:             ChangeLog dia2code-0.8.3.ebuild
  Log:
  ia64/sparc stable wrt #353436
  
  (Portage version: 2.1.9.41/cvs/Linux ia64)

Revision  Changes    Path
1.18                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	24 Feb 2011 20:48:28 -0000	1.17
+++ ChangeLog	12 Mar 2011 19:35:06 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.17 2011/02/24 20:48:28 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.18 2011/03/12 19:35:06 armin76 Exp $
+
+  12 Mar 2011; Raúl Porcel <armin76@gentoo.org> dia2code-0.8.3.ebuild:
+  ia64/sparc stable wrt #353436
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> dia2code-0.8.3.ebuild:
   x86 stable per bug 353436



1.6                  app-office/dia2code/dia2code-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?r1=1.5&r2=1.6

Index: dia2code-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dia2code-0.8.3.ebuild	24 Feb 2011 20:48:28 -0000	1.5
+++ dia2code-0.8.3.ebuild	12 Mar 2011 19:35:06 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.5 2011/02/24 20:48:28 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.6 2011/03/12 19:35:06 armin76 Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ia64 ~ppc sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"






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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2011-03-22 19:56 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 19:56 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 19:56:11

  Modified:             ChangeLog dia2code-0.8.3.ebuild
  Log:
  Marking dia2code-0.8.3 ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.19                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	12 Mar 2011 19:35:06 -0000	1.18
+++ ChangeLog	22 Mar 2011 19:56:11 -0000	1.19
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.18 2011/03/12 19:35:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.19 2011/03/22 19:56:11 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org> dia2code-0.8.3.ebuild:
+  Marking dia2code-0.8.3 ppc stable for bug 353436
 
   12 Mar 2011; Raúl Porcel <armin76@gentoo.org> dia2code-0.8.3.ebuild:
   ia64/sparc stable wrt #353436



1.7                  app-office/dia2code/dia2code-0.8.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild?r1=1.6&r2=1.7

Index: dia2code-0.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- dia2code-0.8.3.ebuild	12 Mar 2011 19:35:06 -0000	1.6
+++ dia2code-0.8.3.ebuild	22 Mar 2011 19:56:11 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.6 2011/03/12 19:35:06 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/dia2code-0.8.3.ebuild,v 1.7 2011/03/22 19:56:11 ranger Exp $
 
 inherit flag-o-matic
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 ~ppc sparc x86"
+KEYWORDS="amd64 ia64 ppc sparc x86"
 IUSE=""
 
 DEPEND="dev-libs/libxml2"






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

* [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild
@ 2013-03-05 22:59 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2013-03-05 22:59 UTC (permalink / raw
  To: gentoo-commits

eva         13/03/05 22:59:57

  Modified:             ChangeLog
  Removed:              dia2code-0.8.3.ebuild
  Log:
  Clean up old revision.
  
  (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)

Revision  Changes    Path
1.26                 app-office/dia2code/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/dia2code/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	28 Oct 2012 15:23:11 -0000	1.25
+++ ChangeLog	5 Mar 2013 22:59:56 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/dia2code
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.25 2012/10/28 15:23:11 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/dia2code/ChangeLog,v 1.26 2013/03/05 22:59:56 eva Exp $
+
+  05 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> -dia2code-0.8.3.ebuild:
+  Clean up old revision.
 
   28 Oct 2012; Raúl Porcel <armin76@gentoo.org> dia2code-0.8.4.ebuild:
   ia64/sparc stable wrt #427544





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

end of thread, other threads:[~2013-03-05 23:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-23 23:15 [gentoo-commits] gentoo-x86 commit in app-office/dia2code: ChangeLog dia2code-0.8.3.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-05 22:59 Gilles Dartiguelongue (eva)
2011-03-22 19:56 Brent Baude (ranger)
2011-03-12 19:35 Raul Porcel (armin76)
2011-02-24 20:48 Thomas Kahle (tomka)
2009-10-07 16:56 Gilles Dartiguelongue (eva)

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