* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-01-01 18:48 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-01-01 18:48 UTC (permalink / raw
To: gentoo-commits
arfrever 11/01/01 18:48:42
Modified: ChangeLog
Added: decorator-3.3.0.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha11_p6/cvs/Linux x86_64)
Revision Changes Path
1.25 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 11 Dec 2010 17:40:25 -0000 1.24
+++ ChangeLog 1 Jan 2011 18:48:42 -0000 1.25
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/decorator
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.24 2010/12/11 17:40:25 arfrever Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.25 2011/01/01 18:48:42 arfrever Exp $
+
+*decorator-3.3.0 (01 Jan 2011)
+
+ 01 Jan 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +decorator-3.3.0.ebuild:
+ Version bump.
*decorator-3.2.1 (11 Dec 2010)
1.1 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.1&content-type=text/plain
Index: decorator-3.3.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.1 2011/01/01 18:48:42 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5"
inherit distutils
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="http://pypi.python.org/pypi/decorator"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=""
DOCS="README.txt"
PYTHON_MODNAME="decorator.py"
src_test() {
testing() {
if [[ "${PYTHON_ABI}" == 3.* ]]; then
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation3.py
else
PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" documentation.py
fi
}
python_execute_function testing
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-02-02 1:20 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2011-02-02 1:20 UTC (permalink / raw
To: gentoo-commits
jer 11/02/02 01:20:36
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
Stable for HPPA (bug #353451).
(Portage version: 2.2.0_alpha19/cvs/Linux i686)
Revision Changes Path
1.2 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.1&r2=1.2
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- decorator-3.3.0.ebuild 1 Jan 2011 18:48:42 -0000 1.1
+++ decorator-3.3.0.ebuild 2 Feb 2011 01:20:36 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.1 2011/01/01 18:48:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.2 2011/02/02 01:20:36 jer Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.31 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 29 Jan 2011 17:05:17 -0000 1.30
+++ ChangeLog 2 Feb 2011 01:20:36 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.30 2011/01/29 17:05:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.31 2011/02/02 01:20:36 jer Exp $
+
+ 02 Feb 2011; Jeroen Roovers <jer@gentoo.org> decorator-3.3.0.ebuild:
+ Stable for HPPA (bug #353451).
29 Jan 2011; Raúl Porcel <armin76@gentoo.org> decorator-3.2.1.ebuild:
alpha/ia64/sparc stable wrt #350307
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-02-09 13:08 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 7+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-02-09 13:08 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/02/09 13:08:59
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
x86 stable wrt bug #353451
(Portage version: 2.1.9.25/cvs/Linux i686)
Revision Changes Path
1.3 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.2&r2=1.3
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- decorator-3.3.0.ebuild 2 Feb 2011 01:20:36 -0000 1.2
+++ decorator-3.3.0.ebuild 9 Feb 2011 13:08:59 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.2 2011/02/02 01:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.3 2011/02/09 13:08:59 phajdan.jr Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.32 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 2 Feb 2011 01:20:36 -0000 1.31
+++ ChangeLog 9 Feb 2011 13:08:59 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.31 2011/02/02 01:20:36 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.32 2011/02/09 13:08:59 phajdan.jr Exp $
+
+ 09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ decorator-3.3.0.ebuild:
+ x86 stable wrt bug #353451
02 Feb 2011; Jeroen Roovers <jer@gentoo.org> decorator-3.3.0.ebuild:
Stable for HPPA (bug #353451).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-02-11 12:44 Markos Chandras (hwoarang)
0 siblings, 0 replies; 7+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-11 12:44 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/11 12:44:22
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #353451
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.3&r2=1.4
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decorator-3.3.0.ebuild 9 Feb 2011 13:08:59 -0000 1.3
+++ decorator-3.3.0.ebuild 11 Feb 2011 12:44:22 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.3 2011/02/09 13:08:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.4 2011/02/11 12:44:22 hwoarang Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.33 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 9 Feb 2011 13:08:59 -0000 1.32
+++ ChangeLog 11 Feb 2011 12:44:22 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.32 2011/02/09 13:08:59 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.33 2011/02/11 12:44:22 hwoarang Exp $
+
+ 11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> decorator-3.3.0.ebuild:
+ Stable on amd64 wrt bug #353451
09 Feb 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org>
decorator-3.3.0.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-02-13 18:22 Raul Porcel (armin76)
0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-13 18:22 UTC (permalink / raw
To: gentoo-commits
armin76 11/02/13 18:22:48
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #353451
(Portage version: 2.1.9.39/cvs/Linux ia64)
Revision Changes Path
1.5 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.4&r2=1.5
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- decorator-3.3.0.ebuild 11 Feb 2011 12:44:22 -0000 1.4
+++ decorator-3.3.0.ebuild 13 Feb 2011 18:22:48 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.4 2011/02/11 12:44:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.5 2011/02/13 18:22:48 armin76 Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.34 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 11 Feb 2011 12:44:22 -0000 1.33
+++ ChangeLog 13 Feb 2011 18:22:48 -0000 1.34
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.33 2011/02/11 12:44:22 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.34 2011/02/13 18:22:48 armin76 Exp $
+
+ 13 Feb 2011; Raúl Porcel <armin76@gentoo.org> decorator-3.3.0.ebuild:
+ alpha/ia64/sparc stable wrt #353451
11 Feb 2011; Markos Chandras <hwoarang@gentoo.org> decorator-3.3.0.ebuild:
Stable on amd64 wrt bug #353451
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-02-27 18:08 Brent Baude (ranger)
0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2011-02-27 18:08 UTC (permalink / raw
To: gentoo-commits
ranger 11/02/27 18:08:59
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
stable ppc, bug 353451
(Portage version: 2.1.9.25/cvs/Linux ppc64)
Revision Changes Path
1.6 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.5&r2=1.6
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decorator-3.3.0.ebuild 13 Feb 2011 18:22:48 -0000 1.5
+++ decorator-3.3.0.ebuild 27 Feb 2011 18:08:59 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.5 2011/02/13 18:22:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.6 2011/02/27 18:08:59 ranger Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -14,7 +14,7 @@
LICENSE="BSD"
SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""
DEPEND="dev-python/setuptools"
1.35 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 13 Feb 2011 18:22:48 -0000 1.34
+++ ChangeLog 27 Feb 2011 18:08:59 -0000 1.35
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.34 2011/02/13 18:22:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.35 2011/02/27 18:08:59 ranger Exp $
+
+ 27 Feb 2011; Brent Baude <ranger@gentoo.org> decorator-3.3.0.ebuild:
+ stable ppc, bug 353451
13 Feb 2011; Raúl Porcel <armin76@gentoo.org> decorator-3.3.0.ebuild:
alpha/ia64/sparc stable wrt #353451
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog
@ 2011-04-11 16:05 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 7+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-11 16:05 UTC (permalink / raw
To: gentoo-commits
arfrever 11/04/11 16:05:33
Modified: decorator-3.3.0.ebuild ChangeLog
Log:
Fix tests with Python 3.2 (bug #321841).
(Portage version: 2.2.0_alpha29_p12/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-python/decorator/decorator-3.3.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild?r1=1.7&r2=1.8
Index: decorator-3.3.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- decorator-3.3.0.ebuild 11 Apr 2011 15:27:43 -0000 1.7
+++ decorator-3.3.0.ebuild 11 Apr 2011 16:05:33 -0000 1.8
@@ -1,12 +1,12 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.7 2011/04/11 15:27:43 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.0.ebuild,v 1.8 2011/04/11 16:05:33 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
PYTHON_TESTS_RESTRICTED_ABIS="2.4 2.5"
-inherit distutils
+inherit distutils eutils
DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="http://pypi.python.org/pypi/decorator http://code.google.com/p/micheles/"
@@ -23,6 +23,11 @@
DOCS="README.txt"
PYTHON_MODNAME="decorator.py"
+src_prepare() {
+ distutils_src_prepare
+ epatch "${FILESDIR}/${P}-python-3.2.patch"
+}
+
src_test() {
testing() {
if [[ "${PYTHON_ABI}" == 3.* ]]; then
1.37 dev-python/decorator/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 27 Feb 2011 21:47:41 -0000 1.36
+++ ChangeLog 11 Apr 2011 16:05:33 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/decorator
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.36 2011/02/27 21:47:41 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.37 2011/04/11 16:05:33 arfrever Exp $
+
+ 11 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ decorator-3.3.0.ebuild, +files/decorator-3.3.0-python-3.2.patch:
+ Fix tests with Python 3.2 (bug #321841).
27 Feb 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
-decorator-3.2.0.ebuild, -decorator-3.2.1.ebuild:
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-04-11 16:06 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-11 12:44 [gentoo-commits] gentoo-x86 commit in dev-python/decorator: decorator-3.3.0.ebuild ChangeLog Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2011-04-11 16:05 Arfrever Frehtes Taifersar Arahesis (arfrever)
2011-02-27 18:08 Brent Baude (ranger)
2011-02-13 18:22 Raul Porcel (armin76)
2011-02-09 13:08 PaweA Hajdan (phajdan.jr)
2011-02-02 1:20 Jeroen Roovers (jer)
2011-01-01 18:48 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox