* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-01-22 20:42 Mike Gilbert (floppym)
0 siblings, 0 replies; 13+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-22 20:42 UTC (permalink / raw
To: gentoo-commits
floppym 13/01/22 20:42:21
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Just install the generated pdf docs, not the entire docs directory.
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.2 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.1&r2=1.2
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reportlab-2.6.ebuild 22 Jan 2013 20:28:47 -0000 1.1
+++ reportlab-2.6.ebuild 22 Jan 2013 20:42:20 -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/reportlab/reportlab-2.6.ebuild,v 1.1 2013/01/22 20:28:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.2 2013/01/22 20:42:20 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -66,18 +66,12 @@
}
python_install_all() {
- if use doc; then
- # docs/reference/reportlab-reference.pdf is identical with docs/reportlab-reference.pdf
- rm -f docs/reference/reportlab-reference.pdf
-
- insinto /usr/share/doc/${PF}
- doins -r docs/* || die "Installation of documentation failed"
- fi
+ use doc && dodoc docs/*.pdf
if use examples; then
insinto /usr/share/doc/${PF}
- doins -r demos || die "Installation of examples failed"
+ doins -r demos
insinto /usr/share/doc/${PF}/tools/pythonpoint
- doins -r tools/pythonpoint/demos || die "Installation of examples failed"
+ doins -r tools/pythonpoint/demos
fi
}
1.85 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.84&r2=1.85
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog 22 Jan 2013 20:28:47 -0000 1.84
+++ ChangeLog 22 Jan 2013 20:42:20 -0000 1.85
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.84 2013/01/22 20:28:47 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.85 2013/01/22 20:42:20 floppym Exp $
+
+ 22 Jan 2013; Mike Gilbert <floppym@gentoo.org> reportlab-2.6.ebuild:
+ Just install the generated pdf docs, not the entire docs directory.
*reportlab-2.6 (22 Jan 2013)
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-05 18:47 Michal Gorny (mgorny)
0 siblings, 0 replies; 13+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:47 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:47:06
Modified: reportlab-2.6.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.5 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.4&r2=1.5
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- reportlab-2.6.ebuild 8 Jun 2013 14:34:44 -0000 1.4
+++ reportlab-2.6.ebuild 5 Sep 2013 18:47:05 -0000 1.5
@@ -1,9 +1,9 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.4 2013/06/08 14:34:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.5 2013/09/05 18:47:05 mgorny Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic prefix
1.90 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.89&r2=1.90
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog 8 Jun 2013 14:34:44 -0000 1.89
+++ ChangeLog 5 Sep 2013 18:47:05 -0000 1.90
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.89 2013/06/08 14:34:44 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.90 2013/09/05 18:47:05 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> reportlab-2.6.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
08 Jun 2013; Mike Gilbert <floppym@gentoo.org> reportlab-2.5-r1.ebuild,
reportlab-2.5.ebuild, reportlab-2.6.ebuild:
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-13 16:29 Mike Gilbert (floppym)
0 siblings, 0 replies; 13+ messages in thread
From: Mike Gilbert (floppym) @ 2013-09-13 16:29 UTC (permalink / raw
To: gentoo-commits
floppym 13/09/13 16:29:32
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Use pushd/popd in python_test, bug 484780.
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.6 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.5&r2=1.6
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- reportlab-2.6.ebuild 5 Sep 2013 18:47:05 -0000 1.5
+++ reportlab-2.6.ebuild 13 Sep 2013 16:29:32 -0000 1.6
@@ -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/reportlab/reportlab-2.6.ebuild,v 1.5 2013/09/05 18:47:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.6 2013/09/13 16:29:32 floppym Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -63,8 +63,9 @@
}
python_test() {
- cd tests || die
- "${PYTHON}" runAll.py || die
+ pushd tests > /dev/null || die
+ "${PYTHON}" runAll.py || die "Testing failed with ${EPYTHON}"
+ popd > /dev/null || die
}
python_install_all() {
1.91 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.90&r2=1.91
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog 5 Sep 2013 18:47:05 -0000 1.90
+++ ChangeLog 13 Sep 2013 16:29:32 -0000 1.91
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.90 2013/09/05 18:47:05 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.91 2013/09/13 16:29:32 floppym Exp $
+
+ 13 Sep 2013; Mike Gilbert <floppym@gentoo.org> reportlab-2.6.ebuild:
+ Use pushd/popd in python_test, bug 484780.
05 Sep 2013; Michał Górny <mgorny@gentoo.org> reportlab-2.6.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-13 16:37 Jeroen Roovers (jer)
0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2013-09-13 16:37 UTC (permalink / raw
To: gentoo-commits
jer 13/09/13 16:37:09
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for HPPA (bug #484780).
(Portage version: 2.2.3/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.7 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.6&r2=1.7
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- reportlab-2.6.ebuild 13 Sep 2013 16:29:32 -0000 1.6
+++ reportlab-2.6.ebuild 13 Sep 2013 16:37:09 -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/reportlab/reportlab-2.6.ebuild,v 1.6 2013/09/13 16:29:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.7 2013/09/13 16:37:09 jer Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-fbsd ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.92 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.91&r2=1.92
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog 13 Sep 2013 16:29:32 -0000 1.91
+++ ChangeLog 13 Sep 2013 16:37:09 -0000 1.92
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.91 2013/09/13 16:29:32 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.92 2013/09/13 16:37:09 jer Exp $
+
+ 13 Sep 2013; Jeroen Roovers <jer@gentoo.org> reportlab-2.6.ebuild:
+ Stable for HPPA (bug #484780).
13 Sep 2013; Mike Gilbert <floppym@gentoo.org> reportlab-2.6.ebuild:
Use pushd/popd in python_test, bug 484780.
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-14 7:43 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-14 7:43 UTC (permalink / raw
To: gentoo-commits
ago 13/09/14 07:43:34
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.7&r2=1.8
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- reportlab-2.6.ebuild 13 Sep 2013 16:37:09 -0000 1.7
+++ reportlab-2.6.ebuild 14 Sep 2013 07:43:34 -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/reportlab/reportlab-2.6.ebuild,v 1.7 2013/09/13 16:37:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.8 2013/09/14 07:43:34 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.93 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.92&r2=1.93
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog 13 Sep 2013 16:37:09 -0000 1.92
+++ ChangeLog 14 Sep 2013 07:43:34 -0000 1.93
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.92 2013/09/13 16:37:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.93 2013/09/14 07:43:34 ago Exp $
+
+ 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for ia64, wrt bug #484698
13 Sep 2013; Jeroen Roovers <jer@gentoo.org> reportlab-2.6.ebuild:
Stable for HPPA (bug #484780).
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-14 8:15 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-14 8:15 UTC (permalink / raw
To: gentoo-commits
ago 13/09/14 08:15:00
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #484698
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.8&r2=1.9
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- reportlab-2.6.ebuild 14 Sep 2013 07:43:34 -0000 1.8
+++ reportlab-2.6.ebuild 14 Sep 2013 08:15:00 -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/reportlab/reportlab-2.6.ebuild,v 1.8 2013/09/14 07:43:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.9 2013/09/14 08:15:00 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.94 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.93&r2=1.94
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog 14 Sep 2013 07:43:34 -0000 1.93
+++ ChangeLog 14 Sep 2013 08:15:00 -0000 1.94
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.93 2013/09/14 07:43:34 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.94 2013/09/14 08:15:00 ago Exp $
+
+ 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for amd64, wrt bug #484698
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for ia64, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-14 10:02 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-14 10:02 UTC (permalink / raw
To: gentoo-commits
ago 13/09/14 10:02:37
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for x86, wrt bug #484698
(Portage version: 2.2.2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.9&r2=1.10
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- reportlab-2.6.ebuild 14 Sep 2013 08:15:00 -0000 1.9
+++ reportlab-2.6.ebuild 14 Sep 2013 10:02:37 -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/reportlab/reportlab-2.6.ebuild,v 1.9 2013/09/14 08:15:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.10 2013/09/14 10:02:37 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.95 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.94&r2=1.95
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog 14 Sep 2013 08:15:00 -0000 1.94
+++ ChangeLog 14 Sep 2013 10:02:37 -0000 1.95
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.94 2013/09/14 08:15:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.95 2013/09/14 10:02:37 ago Exp $
+
+ 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for x86, wrt bug #484698
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for amd64, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-14 10:57 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-14 10:57 UTC (permalink / raw
To: gentoo-commits
ago 13/09/14 10:57:21
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.10&r2=1.11
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- reportlab-2.6.ebuild 14 Sep 2013 10:02:37 -0000 1.10
+++ reportlab-2.6.ebuild 14 Sep 2013 10:57:21 -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/reportlab/reportlab-2.6.ebuild,v 1.10 2013/09/14 10:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.11 2013/09/14 10:57:21 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.96 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.95&r2=1.96
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog 14 Sep 2013 10:02:37 -0000 1.95
+++ ChangeLog 14 Sep 2013 10:57:21 -0000 1.96
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.95 2013/09/14 10:02:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.96 2013/09/14 10:57:21 ago Exp $
+
+ 14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for alpha, wrt bug #484698
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for x86, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-23 17:41 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 17:41 UTC (permalink / raw
To: gentoo-commits
ago 13/09/23 17:41:42
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.11&r2=1.12
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- reportlab-2.6.ebuild 14 Sep 2013 10:57:21 -0000 1.11
+++ reportlab-2.6.ebuild 23 Sep 2013 17:41:42 -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/reportlab/reportlab-2.6.ebuild,v 1.11 2013/09/14 10:57:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.12 2013/09/23 17:41:42 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.97 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.96&r2=1.97
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog 14 Sep 2013 10:57:21 -0000 1.96
+++ ChangeLog 23 Sep 2013 17:41:42 -0000 1.97
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.96 2013/09/14 10:57:21 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.97 2013/09/23 17:41:42 ago Exp $
+
+ 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for ppc64, wrt bug #484698
14 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for alpha, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-23 19:16 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-23 19:16 UTC (permalink / raw
To: gentoo-commits
ago 13/09/23 19:16:48
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.12&r2=1.13
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- reportlab-2.6.ebuild 23 Sep 2013 17:41:42 -0000 1.12
+++ reportlab-2.6.ebuild 23 Sep 2013 19:16:48 -0000 1.13
@@ -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/reportlab/reportlab-2.6.ebuild,v 1.12 2013/09/23 17:41:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.13 2013/09/23 19:16:48 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.98 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.98&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.98&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.97&r2=1.98
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog 23 Sep 2013 17:41:42 -0000 1.97
+++ ChangeLog 23 Sep 2013 19:16:48 -0000 1.98
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.97 2013/09/23 17:41:42 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.98 2013/09/23 19:16:48 ago Exp $
+
+ 23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for sparc, wrt bug #484698
23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for ppc64, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2013-09-25 17:27 Agostino Sarubbo (ago)
0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-09-25 17:27 UTC (permalink / raw
To: gentoo-commits
ago 13/09/25 17:27:36
Modified: reportlab-2.6.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #484698
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.13&r2=1.14
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- reportlab-2.6.ebuild 23 Sep 2013 19:16:48 -0000 1.13
+++ reportlab-2.6.ebuild 25 Sep 2013 17:27:36 -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/reportlab/reportlab-2.6.ebuild,v 1.13 2013/09/23 19:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.14 2013/09/25 17:27:36 ago Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.99 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.99&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.99&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 23 Sep 2013 19:16:48 -0000 1.98
+++ ChangeLog 25 Sep 2013 17:27:36 -0000 1.99
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.98 2013/09/23 19:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.99 2013/09/25 17:27:36 ago Exp $
+
+ 25 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
+ Stable for ppc, wrt bug #484698
23 Sep 2013; Agostino Sarubbo <ago@gentoo.org> reportlab-2.6.ebuild:
Stable for sparc, wrt bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2014-11-19 20:57 Markus Meier (maekke)
0 siblings, 0 replies; 13+ messages in thread
From: Markus Meier (maekke) @ 2014-11-19 20:57 UTC (permalink / raw
To: gentoo-commits
maekke 14/11/19 20:57:16
Modified: reportlab-2.6.ebuild ChangeLog
Log:
arm stable, bug #484698
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.16 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.15&r2=1.16
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- reportlab-2.6.ebuild 10 Aug 2014 21:20:56 -0000 1.15
+++ reportlab-2.6.ebuild 19 Nov 2014 20:57:16 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.15 2014/08/10 21:20:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.16 2014/11/19 20:57:16 maekke Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -15,7 +15,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="doc examples"
RDEPEND="virtual/python-imaging
1.107 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.107&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.107&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.106&r2=1.107
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog 10 Aug 2014 21:20:56 -0000 1.106
+++ ChangeLog 19 Nov 2014 20:57:16 -0000 1.107
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.106 2014/08/10 21:20:56 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.107 2014/11/19 20:57:16 maekke Exp $
+
+ 19 Nov 2014; Markus Meier <maekke@gentoo.org> reportlab-2.6.ebuild:
+ arm stable, bug #484698
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> reportlab-2.5-r1.ebuild,
reportlab-2.5.ebuild, reportlab-2.6.ebuild, reportlab-2.7.ebuild,
^ permalink raw reply [flat|nested] 13+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog
@ 2014-12-11 23:45 Ian Delaney (idella4)
0 siblings, 0 replies; 13+ messages in thread
From: Ian Delaney (idella4) @ 2014-12-11 23:45 UTC (permalink / raw
To: gentoo-commits
idella4 14/12/11 23:45:56
Modified: reportlab-2.6.ebuild ChangeLog
Log:
drop py2.6, add missing call, fixes qa issue bug #529486, cross tested by monsieurp
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.17 dev-python/reportlab/reportlab-2.6.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild?r1=1.16&r2=1.17
Index: reportlab-2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- reportlab-2.6.ebuild 19 Nov 2014 20:57:16 -0000 1.16
+++ reportlab-2.6.ebuild 11 Dec 2014 23:45:56 -0000 1.17
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.16 2014/11/19 20:57:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.6.ebuild,v 1.17 2014/12/11 23:45:56 idella4 Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python2_7 )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic prefix
@@ -77,4 +77,5 @@
insinto /usr/share/doc/${PF}/tools/pythonpoint
doins -r tools/pythonpoint/demos
fi
+ distutils-r1_python_install_all
}
1.108 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.108&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.108&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.107&r2=1.108
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog 19 Nov 2014 20:57:16 -0000 1.107
+++ ChangeLog 11 Dec 2014 23:45:56 -0000 1.108
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.107 2014/11/19 20:57:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.108 2014/12/11 23:45:56 idella4 Exp $
+
+ 11 Dec 2014; Ian Delaney <idella4@gentoo.org> reportlab-2.6.ebuild:
+ drop py2.6, add missing call, fixes qa issue bug #529486, cross tested by
+ monsieurp
19 Nov 2014; Markus Meier <maekke@gentoo.org> reportlab-2.6.ebuild:
arm stable, bug #484698
^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2014-12-11 23:46 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-23 19:16 [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.6.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-12-11 23:45 Ian Delaney (idella4)
2014-11-19 20:57 Markus Meier (maekke)
2013-09-25 17:27 Agostino Sarubbo (ago)
2013-09-23 17:41 Agostino Sarubbo (ago)
2013-09-14 10:57 Agostino Sarubbo (ago)
2013-09-14 10:02 Agostino Sarubbo (ago)
2013-09-14 8:15 Agostino Sarubbo (ago)
2013-09-14 7:43 Agostino Sarubbo (ago)
2013-09-13 16:37 Jeroen Roovers (jer)
2013-09-13 16:29 Mike Gilbert (floppym)
2013-09-05 18:47 Michal Gorny (mgorny)
2013-01-22 20:42 Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox