* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-02-15 21:27 Michal Gorny (mgorny)
0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2013-02-15 21:27 UTC (permalink / raw
To: gentoo-commits
mgorny 13/02/15 21:27:49
Modified: ChangeLog
Added: fpconst-0.7.3-r1.ebuild
Log:
Migrate to distutils-r1.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Revision Changes Path
1.36 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 13 May 2012 20:17:37 -0000 1.35
+++ ChangeLog 15 Feb 2013 21:27:49 -0000 1.36
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/fpconst
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.35 2012/05/13 20:17:37 aballier Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.36 2013/02/15 21:27:49 mgorny Exp $
+
+*fpconst-0.7.3-r1 (15 Feb 2013)
+
+ 15 Feb 2013; Michał Górny <mgorny@gentoo.org> +fpconst-0.7.3-r1.ebuild:
+ Migrate to distutils-r1.
13 May 2012; Alexis Ballier <aballier@gentoo.org> fpconst-0.7.3.ebuild:
keyword ~amd64-fbsd
@@ -116,4 +121,3 @@
03 Jan 2004; Bryan Østergaard,,, <kloeri@gentoo.org> fpconst-0.6.0.ebuild,
metadata.xml:
Initial import
-
1.1 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.1&content-type=text/plain
Index: fpconst-0.7.3-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.1 2013/02/15 21:27:49 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
inherit distutils-r1
DESCRIPTION="Python Module for handling IEEE 754 floating point special values"
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
DEPEND=""
RDEPEND=""
DOCS=( CHANGELOG README pep-0754.txt )
python_test() {
"${PYTHON}" -m fpconst || die "Self-tests fail with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-16 12:54 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 12:54 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 12:54:12
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.1&r2=1.2
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fpconst-0.7.3-r1.ebuild 15 Feb 2013 21:27:49 -0000 1.1
+++ fpconst-0.7.3-r1.ebuild 16 May 2013 12:54:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.1 2013/02/15 21:27:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.2 2013/05/16 12:54:12 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.37 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 15 Feb 2013 21:27:49 -0000 1.36
+++ ChangeLog 16 May 2013 12:54:12 -0000 1.37
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.36 2013/02/15 21:27:49 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.37 2013/05/16 12:54:12 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for amd64, wrt bug #463074
*fpconst-0.7.3-r1 (15 Feb 2013)
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-16 13:17 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 13:17 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 13:17:35
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.2&r2=1.3
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fpconst-0.7.3-r1.ebuild 16 May 2013 12:54:12 -0000 1.2
+++ fpconst-0.7.3-r1.ebuild 16 May 2013 13:17:35 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.2 2013/05/16 12:54:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.3 2013/05/16 13:17:35 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.38 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 16 May 2013 12:54:12 -0000 1.37
+++ ChangeLog 16 May 2013 13:17:35 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.37 2013/05/16 12:54:12 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.38 2013/05/16 13:17:35 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for ppc, wrt bug #463074
16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for amd64, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-16 15:48 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 15:48 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 15:48:23
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.3&r2=1.4
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fpconst-0.7.3-r1.ebuild 16 May 2013 13:17:35 -0000 1.3
+++ fpconst-0.7.3-r1.ebuild 16 May 2013 15:48:23 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.3 2013/05/16 13:17:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.4 2013/05/16 15:48:23 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.39 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 16 May 2013 13:17:35 -0000 1.38
+++ ChangeLog 16 May 2013 15:48:23 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.38 2013/05/16 13:17:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.39 2013/05/16 15:48:23 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for ppc64, wrt bug #463074
16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for ppc, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-16 16:34 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-16 16:34 UTC (permalink / raw
To: gentoo-commits
ago 13/05/16 16:34:57
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for arm, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="arm", signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.4&r2=1.5
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- fpconst-0.7.3-r1.ebuild 16 May 2013 15:48:23 -0000 1.4
+++ fpconst-0.7.3-r1.ebuild 16 May 2013 16:34:57 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.4 2013/05/16 15:48:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.5 2013/05/16 16:34:57 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.40 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.39&r2=1.40
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog 16 May 2013 15:48:23 -0000 1.39
+++ ChangeLog 16 May 2013 16:34:57 -0000 1.40
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.39 2013/05/16 15:48:23 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.40 2013/05/16 16:34:57 ago Exp $
+
+ 16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for arm, wrt bug #463074
16 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for ppc64, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-18 5:29 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 5:29 UTC (permalink / raw
To: gentoo-commits
ago 13/05/18 05:29:44
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.6&r2=1.7
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- fpconst-0.7.3-r1.ebuild 17 May 2013 15:28:08 -0000 1.6
+++ fpconst-0.7.3-r1.ebuild 18 May 2013 05:29:44 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.6 2013/05/17 15:28:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.7 2013/05/18 05:29:44 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.42 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 17 May 2013 15:28:08 -0000 1.41
+++ ChangeLog 18 May 2013 05:29:44 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.41 2013/05/17 15:28:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.42 2013/05/18 05:29:44 ago Exp $
+
+ 18 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for ia64, wrt bug #463074
17 May 2013; Jeroen Roovers <jer@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for HPPA (bug #463074).
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-18 20:47 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-18 20:47 UTC (permalink / raw
To: gentoo-commits
ago 13/05/18 20:47:39
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.7&r2=1.8
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fpconst-0.7.3-r1.ebuild 18 May 2013 05:29:44 -0000 1.7
+++ fpconst-0.7.3-r1.ebuild 18 May 2013 20:47:38 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.7 2013/05/18 05:29:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.8 2013/05/18 20:47:38 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.43 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 18 May 2013 05:29:44 -0000 1.42
+++ ChangeLog 18 May 2013 20:47:38 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.42 2013/05/18 05:29:44 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.43 2013/05/18 20:47:38 ago Exp $
+
+ 18 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for alpha, wrt bug #463074
18 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for ia64, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-20 8:30 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 8:30 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 08:30:54
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for x86, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.8&r2=1.9
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- fpconst-0.7.3-r1.ebuild 18 May 2013 20:47:38 -0000 1.8
+++ fpconst-0.7.3-r1.ebuild 20 May 2013 08:30:54 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.8 2013/05/18 20:47:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.9 2013/05/20 08:30:54 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.44 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 18 May 2013 20:47:38 -0000 1.43
+++ ChangeLog 20 May 2013 08:30:54 -0000 1.44
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.43 2013/05/18 20:47:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.44 2013/05/20 08:30:54 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for x86, wrt bug #463074
18 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for alpha, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-20 17:59 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-20 17:59 UTC (permalink / raw
To: gentoo-commits
ago 13/05/20 17:59:23
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for s390, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="s390", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.9&r2=1.10
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- fpconst-0.7.3-r1.ebuild 20 May 2013 08:30:54 -0000 1.9
+++ fpconst-0.7.3-r1.ebuild 20 May 2013 17:59:22 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.9 2013/05/20 08:30:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.10 2013/05/20 17:59:22 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.45 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 20 May 2013 08:30:54 -0000 1.44
+++ ChangeLog 20 May 2013 17:59:22 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.44 2013/05/20 08:30:54 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.45 2013/05/20 17:59:22 ago Exp $
+
+ 20 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for s390, wrt bug #463074
20 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for x86, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-05-25 7:53 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-05-25 7:53 UTC (permalink / raw
To: gentoo-commits
ago 13/05/25 07:53:59
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #463074
(Portage version: 2.1.11.63/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.10&r2=1.11
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- fpconst-0.7.3-r1.ebuild 20 May 2013 17:59:22 -0000 1.10
+++ fpconst-0.7.3-r1.ebuild 25 May 2013 07:53:59 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.10 2013/05/20 17:59:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.11 2013/05/25 07:53:59 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.46 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 20 May 2013 17:59:22 -0000 1.45
+++ ChangeLog 25 May 2013 07:53:59 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.45 2013/05/20 17:59:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.46 2013/05/25 07:53:59 ago Exp $
+
+ 25 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for sparc, wrt bug #463074
20 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for s390, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-06-02 8:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 15+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-06-02 8:43 UTC (permalink / raw
To: gentoo-commits
ago 13/06/02 08:43:02
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Stable for sh, wrt bug #463074
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sh", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.11&r2=1.12
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fpconst-0.7.3-r1.ebuild 25 May 2013 07:53:59 -0000 1.11
+++ fpconst-0.7.3-r1.ebuild 2 Jun 2013 08:43:02 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.11 2013/05/25 07:53:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.12 2013/06/02 08:43:02 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.47 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 25 May 2013 07:53:59 -0000 1.46
+++ ChangeLog 2 Jun 2013 08:43:02 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.46 2013/05/25 07:53:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.47 2013/06/02 08:43:02 ago Exp $
+
+ 02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Stable for sh, wrt bug #463074
25 May 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for sparc, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:08
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.13 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.12&r2=1.13
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- fpconst-0.7.3-r1.ebuild 2 Jun 2013 08:43:02 -0000 1.12
+++ fpconst-0.7.3-r1.ebuild 5 Sep 2013 18:46:08 -0000 1.13
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.12 2013/06/02 08:43:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.13 2013/09/05 18:46:08 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
inherit distutils-r1
1.48 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 2 Jun 2013 08:43:02 -0000 1.47
+++ ChangeLog 5 Sep 2013 18:46:08 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.47 2013/06/02 08:43:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.48 2013/09/05 18:46:08 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
02 Jun 2013; Agostino Sarubbo <ago@gentoo.org> fpconst-0.7.3-r1.ebuild:
Stable for sh, wrt bug #463074
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2013-10-22 11:53 Fabian Groffen (grobian)
0 siblings, 0 replies; 15+ messages in thread
From: Fabian Groffen (grobian) @ 2013-10-22 11:53 UTC (permalink / raw
To: gentoo-commits
grobian 13/10/22 11:53:33
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Marked ~x64-macos, bug #487670
(Portage version: 2.2.7-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Revision Changes Path
1.14 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.13&r2=1.14
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- fpconst-0.7.3-r1.ebuild 5 Sep 2013 18:46:08 -0000 1.13
+++ fpconst-0.7.3-r1.ebuild 22 Oct 2013 11:53:33 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.13 2013/09/05 18:46:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.14 2013/10/22 11:53:33 grobian Exp $
EAPI=5
@@ -12,7 +12,7 @@
HOMEPAGE="http://chaco.bst.rochester.edu:8080/statcomp/projects/RStatServer/fpconst/ http://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/"
SRC_URI="mirror://sourceforge/rsoap/${P}.tar.gz"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
1.49 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 5 Sep 2013 18:46:08 -0000 1.48
+++ ChangeLog 22 Oct 2013 11:53:33 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.48 2013/09/05 18:46:08 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.49 2013/10/22 11:53:33 grobian Exp $
+
+ 22 Oct 2013; Fabian Groffen <grobian@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Marked ~x64-macos, bug #487670
05 Sep 2013; Michał Górny <mgorny@gentoo.org> fpconst-0.7.3-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2014-03-31 20:52 Michal Gorny (mgorny)
0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2014-03-31 20:52 UTC (permalink / raw
To: gentoo-commits
mgorny 14/03/31 20:52:34
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Add support for the new PyPy slotting.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.15 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.14&r2=1.15
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- fpconst-0.7.3-r1.ebuild 22 Oct 2013 11:53:33 -0000 1.14
+++ fpconst-0.7.3-r1.ebuild 31 Mar 2014 20:52:34 -0000 1.15
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.14 2013/10/22 11:53:33 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.15 2014/03/31 20:52:34 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
inherit distutils-r1
1.50 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.49&r2=1.50
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog 22 Oct 2013 11:53:33 -0000 1.49
+++ ChangeLog 31 Mar 2014 20:52:34 -0000 1.50
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.49 2013/10/22 11:53:33 grobian Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.50 2014/03/31 20:52:34 mgorny Exp $
+
+ 31 Mar 2014; Michał Górny <mgorny@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Add support for the new PyPy slotting.
22 Oct 2013; Fabian Groffen <grobian@gentoo.org> fpconst-0.7.3-r1.ebuild:
Marked ~x64-macos, bug #487670
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog
@ 2015-04-08 8:04 Michal Gorny (mgorny)
0 siblings, 0 replies; 15+ messages in thread
From: Michal Gorny (mgorny) @ 2015-04-08 8:04 UTC (permalink / raw
To: gentoo-commits
mgorny 15/04/08 08:04:56
Modified: fpconst-0.7.3-r1.ebuild ChangeLog
Log:
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.16 dev-python/fpconst/fpconst-0.7.3-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild?r1=1.15&r2=1.16
Index: fpconst-0.7.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- fpconst-0.7.3-r1.ebuild 31 Mar 2014 20:52:34 -0000 1.15
+++ fpconst-0.7.3-r1.ebuild 8 Apr 2015 08:04:56 -0000 1.16
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.15 2014/03/31 20:52:34 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/fpconst-0.7.3-r1.ebuild,v 1.16 2015/04/08 08:04:56 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy )
inherit distutils-r1
1.52 dev-python/fpconst/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/fpconst/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 26 Jan 2015 13:15:47 -0000 1.51
+++ ChangeLog 8 Apr 2015 08:04:56 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/fpconst
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.51 2015/01/26 13:15:47 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/fpconst/ChangeLog,v 1.52 2015/04/08 08:04:56 mgorny Exp $
+
+ 08 Apr 2015; Michał Górny <mgorny@gentoo.org> fpconst-0.7.3-r1.ebuild:
+ Drop old Python implementations
26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -fpconst-0.7.3.ebuild:
Remove old.
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2015-04-08 8:05 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-16 15:48 [gentoo-commits] gentoo-x86 commit in dev-python/fpconst: fpconst-0.7.3-r1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2015-04-08 8:04 Michal Gorny (mgorny)
2014-03-31 20:52 Michal Gorny (mgorny)
2013-10-22 11:53 Fabian Groffen (grobian)
2013-09-05 18:46 Michal Gorny (mgorny)
2013-06-02 8:43 Agostino Sarubbo (ago)
2013-05-25 7:53 Agostino Sarubbo (ago)
2013-05-20 17:59 Agostino Sarubbo (ago)
2013-05-20 8:30 Agostino Sarubbo (ago)
2013-05-18 20:47 Agostino Sarubbo (ago)
2013-05-18 5:29 Agostino Sarubbo (ago)
2013-05-16 16:34 Agostino Sarubbo (ago)
2013-05-16 13:17 Agostino Sarubbo (ago)
2013-05-16 12:54 Agostino Sarubbo (ago)
2013-02-15 21:27 Michal Gorny (mgorny)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox