* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2011-09-14 7:48 Dirkjan Ochtman (djc)
0 siblings, 0 replies; 10+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-14 7:48 UTC (permalink / raw
To: gentoo-commits
djc 11/09/14 07:48:45
Modified: ChangeLog
Added: pyparsing-1.5.6.ebuild
Log:
Version bump pyparsing to 1.5.6.
(Portage version: 2.1.10.15/cvs/Linux x86_64)
Revision Changes Path
1.71 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.70&r2=1.71
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog 14 Aug 2011 18:31:14 -0000 1.70
+++ ChangeLog 14 Sep 2011 07:48:45 -0000 1.71
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.70 2011/08/14 18:31:14 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.71 2011/09/14 07:48:45 djc Exp $
+
+*pyparsing-1.5.6 (14 Sep 2011)
+
+ 14 Sep 2011; Dirkjan Ochtman <djc@gentoo.org> +pyparsing-1.5.6.ebuild:
+ Version bump to 1.5.6.
14 Aug 2011; Markus Meier <maekke@gentoo.org> pyparsing-1.5.5.ebuild:
arm stable, bug #355085
1.1 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.1&content-type=text/plain
Index: pyparsing-1.5.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.1 2011/09/14 07:48:45 djc Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="pyparsing is an easy-to-use Python module for text parsing"
HOMEPAGE="http://pyparsing.wikispaces.com/ http://pypi.python.org/pypi/pyparsing"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
PYTHON_MODNAME="pyparsing.py"
src_install() {
distutils_src_install
dohtml HowToUsePyparsing.html
dodoc CHANGES
if use doc; then
dohtml -r htmldoc/*
insinto /usr/share/doc/${PF}
doins docs/*.pdf
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2011-10-05 23:33 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2011-10-05 23:33 UTC (permalink / raw
To: gentoo-commits
aballier 11/10/05 23:33:36
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
keyword ~x86-fbsd
(Portage version: 2.2.0_alpha61/cvs/Linux x86_64)
Revision Changes Path
1.73 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 4 Oct 2011 17:42:00 -0000 1.72
+++ ChangeLog 5 Oct 2011 23:33:36 -0000 1.73
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.72 2011/10/04 17:42:00 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.73 2011/10/05 23:33:36 aballier Exp $
+
+ 05 Oct 2011; Alexis Ballier <aballier@gentoo.org> pyparsing-1.5.6.ebuild:
+ keyword ~x86-fbsd
04 Oct 2011; Jeroen Roovers <jer@gentoo.org> pyparsing-1.5.5.ebuild:
Stable for HPPA (bug #355085).
1.2 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.1&r2=1.2
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyparsing-1.5.6.ebuild 14 Sep 2011 07:48:45 -0000 1.1
+++ pyparsing-1.5.6.ebuild 5 Oct 2011 23:33:36 -0000 1.2
@@ -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/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.1 2011/09/14 07:48:45 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.2 2011/10/05 23:33:36 aballier Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-09 17:35 Alexis Ballier (aballier)
0 siblings, 0 replies; 10+ messages in thread
From: Alexis Ballier (aballier) @ 2012-05-09 17:35 UTC (permalink / raw
To: gentoo-commits
aballier 12/05/09 17:35:59
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
keyword ~amd64-fbsd
(Portage version: 2.2.0_alpha102/cvs/Linux x86_64)
Revision Changes Path
1.77 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.77&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.77&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.76&r2=1.77
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -r1.76 -r1.77
--- ChangeLog 31 Mar 2012 17:26:00 -0000 1.76
+++ ChangeLog 9 May 2012 17:35:58 -0000 1.77
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.76 2012/03/31 17:26:00 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.77 2012/05/09 17:35:58 aballier Exp $
+
+ 09 May 2012; Alexis Ballier <aballier@gentoo.org> pyparsing-1.5.6.ebuild:
+ keyword ~amd64-fbsd
31 Mar 2012; Raúl Porcel <armin76@gentoo.org> pyparsing-1.5.5.ebuild:
s390/sh stable
1.5 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.4&r2=1.5
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyparsing-1.5.6.ebuild 24 Dec 2011 14:27:17 -0000 1.4
+++ pyparsing-1.5.6.ebuild 9 May 2012 17:35:58 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.4 2011/12/24 14:27:17 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.5 2012/05/09 17:35:58 aballier Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-14 16:01 Agostino Sarubbo (ago)
0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-14 16:01 UTC (permalink / raw
To: gentoo-commits
ago 12/05/14 16:01:48
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
Stable for amd64, wrt bug #415859
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Revision Changes Path
1.78 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 9 May 2012 17:35:58 -0000 1.77
+++ ChangeLog 14 May 2012 16:01:46 -0000 1.78
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.77 2012/05/09 17:35:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.78 2012/05/14 16:01:46 ago Exp $
+
+ 14 May 2012; Agostino Sarubbo <ago@gentoo.org> pyparsing-1.5.6.ebuild:
+ Stable for amd64, wrt bug #415859
09 May 2012; Alexis Ballier <aballier@gentoo.org> pyparsing-1.5.6.ebuild:
keyword ~amd64-fbsd
1.6 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.5&r2=1.6
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyparsing-1.5.6.ebuild 9 May 2012 17:35:58 -0000 1.5
+++ pyparsing-1.5.6.ebuild 14 May 2012 16:01:46 -0000 1.6
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.5 2012/05/09 17:35:58 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.6 2012/05/14 16:01:46 ago Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-16 14:32 Jeroen Roovers (jer)
0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-16 14:32 UTC (permalink / raw
To: gentoo-commits
jer 12/05/16 14:32:55
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
Stable for HPPA (bug #415859).
(Portage version: 2.2.0_alpha105/cvs/Linux x86_64)
Revision Changes Path
1.79 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 14 May 2012 16:01:46 -0000 1.78
+++ ChangeLog 16 May 2012 14:32:55 -0000 1.79
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.78 2012/05/14 16:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.79 2012/05/16 14:32:55 jer Exp $
+
+ 16 May 2012; Jeroen Roovers <jer@gentoo.org> pyparsing-1.5.6.ebuild:
+ Stable for HPPA (bug #415859).
14 May 2012; Agostino Sarubbo <ago@gentoo.org> pyparsing-1.5.6.ebuild:
Stable for amd64, wrt bug #415859
1.7 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.6&r2=1.7
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyparsing-1.5.6.ebuild 14 May 2012 16:01:46 -0000 1.6
+++ pyparsing-1.5.6.ebuild 16 May 2012 14:32:55 -0000 1.7
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.6 2012/05/14 16:01:46 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.7 2012/05/16 14:32:55 jer Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-18 7:56 Jeff Horelick (jdhore)
0 siblings, 0 replies; 10+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-18 7:56 UTC (permalink / raw
To: gentoo-commits
jdhore 12/05/18 07:56:50
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
marked x86 per bug 415859
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Revision Changes Path
1.80 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 16 May 2012 14:32:55 -0000 1.79
+++ ChangeLog 18 May 2012 07:56:50 -0000 1.80
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.79 2012/05/16 14:32:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.80 2012/05/18 07:56:50 jdhore Exp $
+
+ 18 May 2012; Jeff Horelick <jdhore@gentoo.org> pyparsing-1.5.6.ebuild:
+ marked x86 per bug 415859
16 May 2012; Jeroen Roovers <jer@gentoo.org> pyparsing-1.5.6.ebuild:
Stable for HPPA (bug #415859).
1.8 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.7&r2=1.8
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyparsing-1.5.6.ebuild 16 May 2012 14:32:55 -0000 1.7
+++ pyparsing-1.5.6.ebuild 18 May 2012 07:56:50 -0000 1.8
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.7 2012/05/16 14:32:55 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.8 2012/05/18 07:56:50 jdhore Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-23 13:14 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-05-23 13:14 UTC (permalink / raw
To: gentoo-commits
ranger 12/05/23 13:14:19
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
Marking pyparsing-1.5.6 ppc64 for bug 415859
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.81 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.81&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.81&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.80&r2=1.81
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- ChangeLog 18 May 2012 07:56:50 -0000 1.80
+++ ChangeLog 23 May 2012 13:14:19 -0000 1.81
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.80 2012/05/18 07:56:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.81 2012/05/23 13:14:19 ranger Exp $
+
+ 23 May 2012; Brent Baude <ranger@gentoo.org> pyparsing-1.5.6.ebuild:
+ Marking pyparsing-1.5.6 ppc64 for bug 415859
18 May 2012; Jeff Horelick <jdhore@gentoo.org> pyparsing-1.5.6.ebuild:
marked x86 per bug 415859
1.9 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.8&r2=1.9
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyparsing-1.5.6.ebuild 18 May 2012 07:56:50 -0000 1.8
+++ pyparsing-1.5.6.ebuild 23 May 2012 13:14:19 -0000 1.9
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.8 2012/05/18 07:56:50 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.9 2012/05/23 13:14:19 ranger Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-05-27 13:04 Markus Meier (maekke)
0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2012-05-27 13:04 UTC (permalink / raw
To: gentoo-commits
maekke 12/05/27 13:04:50
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
arm stable, bug #415859
(Portage version: 2.1.10.62/cvs/Linux i686)
Revision Changes Path
1.82 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 23 May 2012 13:14:19 -0000 1.81
+++ ChangeLog 27 May 2012 13:04:50 -0000 1.82
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.81 2012/05/23 13:14:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.82 2012/05/27 13:04:50 maekke Exp $
+
+ 27 May 2012; Markus Meier <maekke@gentoo.org> pyparsing-1.5.6.ebuild:
+ arm stable, bug #415859
23 May 2012; Brent Baude <ranger@gentoo.org> pyparsing-1.5.6.ebuild:
Marking pyparsing-1.5.6 ppc64 for bug 415859
1.10 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.9&r2=1.10
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pyparsing-1.5.6.ebuild 23 May 2012 13:14:19 -0000 1.9
+++ pyparsing-1.5.6.ebuild 27 May 2012 13:04:50 -0000 1.10
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.9 2012/05/23 13:14:19 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.10 2012/05/27 13:04:50 maekke Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-06-07 22:05 Brent Baude (ranger)
0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 22:05 UTC (permalink / raw
To: gentoo-commits
ranger 12/06/07 22:05:40
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
Marking pyparsing-1.5.6 ppc for bug 415859
(Portage version: 2.1.10.49/cvs/Linux ppc64)
Revision Changes Path
1.83 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.82&r2=1.83
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog 27 May 2012 13:04:50 -0000 1.82
+++ ChangeLog 7 Jun 2012 22:05:40 -0000 1.83
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.82 2012/05/27 13:04:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.83 2012/06/07 22:05:40 ranger Exp $
+
+ 07 Jun 2012; Brent Baude <ranger@gentoo.org> pyparsing-1.5.6.ebuild:
+ Marking pyparsing-1.5.6 ppc for bug 415859
27 May 2012; Markus Meier <maekke@gentoo.org> pyparsing-1.5.6.ebuild:
arm stable, bug #415859
1.11 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.10&r2=1.11
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pyparsing-1.5.6.ebuild 27 May 2012 13:04:50 -0000 1.10
+++ pyparsing-1.5.6.ebuild 7 Jun 2012 22:05:40 -0000 1.11
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.10 2012/05/27 13:04:50 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.11 2012/06/07 22:05:40 ranger Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild
@ 2012-07-08 15:12 Raul Porcel (armin76)
0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-08 15:12 UTC (permalink / raw
To: gentoo-commits
armin76 12/07/08 15:12:27
Modified: ChangeLog pyparsing-1.5.6.ebuild
Log:
alpha/ia64/s390/sh/sparc stable wrt #419859
(Portage version: 2.1.11.5/cvs/Linux ia64)
Revision Changes Path
1.84 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.83&r2=1.84
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog 7 Jun 2012 22:05:40 -0000 1.83
+++ ChangeLog 8 Jul 2012 15:12:27 -0000 1.84
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.83 2012/06/07 22:05:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.84 2012/07/08 15:12:27 armin76 Exp $
+
+ 08 Jul 2012; Raúl Porcel <armin76@gentoo.org> pyparsing-1.5.6.ebuild:
+ alpha/ia64/s390/sh/sparc stable wrt #419859
07 Jun 2012; Brent Baude <ranger@gentoo.org> pyparsing-1.5.6.ebuild:
Marking pyparsing-1.5.6 ppc for bug 415859
1.12 dev-python/pyparsing/pyparsing-1.5.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild?r1=1.11&r2=1.12
Index: pyparsing-1.5.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pyparsing-1.5.6.ebuild 7 Jun 2012 22:05:40 -0000 1.11
+++ pyparsing-1.5.6.ebuild 8 Jul 2012 15:12:27 -0000 1.12
@@ -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-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.11 2012/06/07 22:05:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.6.ebuild,v 1.12 2012/07/08 15:12:27 armin76 Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="doc examples"
DEPEND=""
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2012-07-08 15:12 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-18 7:56 [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: ChangeLog pyparsing-1.5.6.ebuild Jeff Horelick (jdhore)
-- strict thread matches above, loose matches on Subject: below --
2012-07-08 15:12 Raul Porcel (armin76)
2012-06-07 22:05 Brent Baude (ranger)
2012-05-27 13:04 Markus Meier (maekke)
2012-05-23 13:14 Brent Baude (ranger)
2012-05-16 14:32 Jeroen Roovers (jer)
2012-05-14 16:01 Agostino Sarubbo (ago)
2012-05-09 17:35 Alexis Ballier (aballier)
2011-10-05 23:33 Alexis Ballier (aballier)
2011-09-14 7:48 Dirkjan Ochtman (djc)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox