public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
@ 2012-05-04 13:51 Torsten Veller (tove)
  0 siblings, 0 replies; 5+ messages in thread
From: Torsten Veller (tove) @ 2012-05-04 13:51 UTC (permalink / raw
  To: gentoo-commits

tove        12/05/04 13:51:38

  Modified:             ChangeLog
  Added:                HTTP-BrowserDetect-1.440.0.ebuild
  Log:
  [bump] dev-perl/HTTP-BrowserDetect-1.440.0
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.76                 dev-perl/HTTP-BrowserDetect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.76&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.76&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.75&r2=1.76

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ChangeLog	31 Mar 2012 07:13:09 -0000	1.75
+++ ChangeLog	4 May 2012 13:51:38 -0000	1.76
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.75 2012/03/31 07:13:09 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.76 2012/05/04 13:51:38 tove Exp $
+
+*HTTP-BrowserDetect-1.440.0 (04 May 2012)
+
+  04 May 2012; Torsten Veller <tove@gentoo.org>
+  +HTTP-BrowserDetect-1.440.0.ebuild:
+  Version bump
 
   31 Mar 2012; Torsten Veller <tove@gentoo.org>
   -HTTP-BrowserDetect-1.10.ebuild:



1.1                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.1&content-type=text/plain

Index: HTTP-BrowserDetect-1.440.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.1 2012/05/04 13:51:38 tove Exp $

EAPI=4

MODULE_AUTHOR=OALDERS
MODULE_VERSION=1.44
inherit perl-module

DESCRIPTION="Detect browser, version, OS from UserAgent"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
IUSE="test"

RDEPEND=""
DEPEND="virtual/perl-Module-Build
	test? (
		dev-perl/Data-Dump
		dev-perl/File-Slurp
		virtual/perl-JSON-PP
	)"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
@ 2012-07-31 21:05 Johannes Huber (johu)
  0 siblings, 0 replies; 5+ messages in thread
From: Johannes Huber (johu) @ 2012-07-31 21:05 UTC (permalink / raw
  To: gentoo-commits

johu        12/07/31 21:05:38

  Modified:             HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #422043
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?r1=1.1&r2=1.2

Index: HTTP-BrowserDetect-1.440.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HTTP-BrowserDetect-1.440.0.ebuild	4 May 2012 13:51:38 -0000	1.1
+++ HTTP-BrowserDetect-1.440.0.ebuild	31 Jul 2012 21:05:38 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.1 2012/05/04 13:51:38 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.2 2012/07/31 21:05:38 johu Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Detect browser, version, OS from UserAgent"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc x86"
 IUSE="test"
 
 RDEPEND=""



1.78                 dev-perl/HTTP-BrowserDetect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.77&r2=1.78

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog	24 Jun 2012 13:00:27 -0000	1.77
+++ ChangeLog	31 Jul 2012 21:05:38 -0000	1.78
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.77 2012/06/24 13:00:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.78 2012/07/31 21:05:38 johu Exp $
+
+  31 Jul 2012; Johannes Huber <johu@gentoo.org>
+  HTTP-BrowserDetect-1.440.0.ebuild:
+  Stable for x86, wrt bug #422043
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
@ 2012-08-03 10:54 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-08-03 10:54 UTC (permalink / raw
  To: gentoo-commits

ago         12/08/03 10:54:23

  Modified:             HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #422043
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?r1=1.2&r2=1.3

Index: HTTP-BrowserDetect-1.440.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- HTTP-BrowserDetect-1.440.0.ebuild	31 Jul 2012 21:05:38 -0000	1.2
+++ HTTP-BrowserDetect-1.440.0.ebuild	3 Aug 2012 10:54:23 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.2 2012/07/31 21:05:38 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.3 2012/08/03 10:54:23 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Detect browser, version, OS from UserAgent"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
 IUSE="test"
 
 RDEPEND=""



1.79                 dev-perl/HTTP-BrowserDetect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.78&r2=1.79

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog	31 Jul 2012 21:05:38 -0000	1.78
+++ ChangeLog	3 Aug 2012 10:54:23 -0000	1.79
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.78 2012/07/31 21:05:38 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.79 2012/08/03 10:54:23 ago Exp $
+
+  03 Aug 2012; Agostino Sarubbo <ago@gentoo.org>
+  HTTP-BrowserDetect-1.440.0.ebuild:
+  Stable for amd64, wrt bug #422043
 
   31 Jul 2012; Johannes Huber <johu@gentoo.org>
   HTTP-BrowserDetect-1.440.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
@ 2012-08-04 11:37 Jeroen Roovers (jer)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2012-08-04 11:37 UTC (permalink / raw
  To: gentoo-commits

jer         12/08/04 11:37:58

  Modified:             HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #422043).
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?r1=1.3&r2=1.4

Index: HTTP-BrowserDetect-1.440.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- HTTP-BrowserDetect-1.440.0.ebuild	3 Aug 2012 10:54:23 -0000	1.3
+++ HTTP-BrowserDetect-1.440.0.ebuild	4 Aug 2012 11:37:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.3 2012/08/03 10:54:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.4 2012/08/04 11:37:58 jer Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Detect browser, version, OS from UserAgent"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 hppa ~mips ~ppc x86"
 IUSE="test"
 
 RDEPEND=""



1.80                 dev-perl/HTTP-BrowserDetect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	3 Aug 2012 10:54:23 -0000	1.79
+++ ChangeLog	4 Aug 2012 11:37:58 -0000	1.80
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.79 2012/08/03 10:54:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.80 2012/08/04 11:37:58 jer Exp $
+
+  04 Aug 2012; Jeroen Roovers <jer@gentoo.org>
+  HTTP-BrowserDetect-1.440.0.ebuild:
+  Stable for HPPA (bug #422043).
 
   03 Aug 2012; Agostino Sarubbo <ago@gentoo.org>
   HTTP-BrowserDetect-1.440.0.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
@ 2012-08-09 18:20 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2012-08-09 18:20 UTC (permalink / raw
  To: gentoo-commits

ranger      12/08/09 18:20:20

  Modified:             HTTP-BrowserDetect-1.440.0.ebuild ChangeLog
  Log:
  Marking HTTP-BrowserDetect-1.440.0 ppc for bug 422043
  
  (Portage version: 2.1.10.65/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild?r1=1.4&r2=1.5

Index: HTTP-BrowserDetect-1.440.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- HTTP-BrowserDetect-1.440.0.ebuild	4 Aug 2012 11:37:58 -0000	1.4
+++ HTTP-BrowserDetect-1.440.0.ebuild	9 Aug 2012 18:20:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.4 2012/08/04 11:37:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/HTTP-BrowserDetect-1.440.0.ebuild,v 1.5 2012/08/09 18:20:20 ranger Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Detect browser, version, OS from UserAgent"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~mips ~ppc x86"
+KEYWORDS="~alpha amd64 hppa ~mips ppc x86"
 IUSE="test"
 
 RDEPEND=""



1.81                 dev-perl/HTTP-BrowserDetect/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog?r1=1.80&r2=1.81

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog	4 Aug 2012 11:37:58 -0000	1.80
+++ ChangeLog	9 Aug 2012 18:20:20 -0000	1.81
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/HTTP-BrowserDetect
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.80 2012/08/04 11:37:58 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-BrowserDetect/ChangeLog,v 1.81 2012/08/09 18:20:20 ranger Exp $
+
+  09 Aug 2012; Brent Baude <ranger@gentoo.org>
+  HTTP-BrowserDetect-1.440.0.ebuild:
+  Marking HTTP-BrowserDetect-1.440.0 ppc for bug 422043
 
   04 Aug 2012; Jeroen Roovers <jer@gentoo.org>
   HTTP-BrowserDetect-1.440.0.ebuild:





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

end of thread, other threads:[~2012-08-09 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-03 10:54 [gentoo-commits] gentoo-x86 commit in dev-perl/HTTP-BrowserDetect: HTTP-BrowserDetect-1.440.0.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-09 18:20 Brent Baude (ranger)
2012-08-04 11:37 Jeroen Roovers (jer)
2012-07-31 21:05 Johannes Huber (johu)
2012-05-04 13:51 Torsten Veller (tove)

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