public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-05-27 17:03 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-27 17:03 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/05/27 17:03:43

  Modified:             ChangeLog
  Added:                decorator-3.2.0.ebuild
  Log:
  Version bump.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	20 May 2010 07:52:23 -0000	1.14
+++ ChangeLog	27 May 2010 17:03:42 -0000	1.15
@@ -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.14 2010/05/20 07:52:23 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.15 2010/05/27 17:03:42 arfrever Exp $
+
+*decorator-3.2.0 (27 May 2010)
+
+  27 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +decorator-3.2.0.ebuild:
+  Version bump.
 
   20 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   decorator-3.1.2.ebuild:



1.1                  dev-python/decorator/decorator-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.1&content-type=text/plain

Index: decorator-3.2.0.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.1 2010/05/27 17:03:42 arfrever Exp $

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils

DESCRIPTION="Simplifies the usage of decorators for the average programmer"
HOMEPAGE="http://pypi.python.org/pypi/decorator"
SRC_URI="http://pypi.python.org/packages/source/d/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE="doc"

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
}

src_install() {
	distutils_src_install

	if use doc; then
	   dodoc documentation.pdf documentation3.pdf || die "dodoc failed"
	   dohtml documentation.html documentation3.html || die "dohtml failed"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-07-04 22:06 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-07-04 22:06 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/07/04 22:06:33

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  Stable on amd64 wrt bug #325901
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.16                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	27 May 2010 17:03:42 -0000	1.15
+++ ChangeLog	4 Jul 2010 22:06:33 -0000	1.16
@@ -1,6 +1,9 @@
 # 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.15 2010/05/27 17:03:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.16 2010/07/04 22:06:33 hwoarang Exp $
+
+  04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> decorator-3.2.0.ebuild:
+  Stable on amd64 wrt bug #325901
 
 *decorator-3.2.0 (27 May 2010)
 



1.2                  dev-python/decorator/decorator-3.2.0.ebuild

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

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- decorator-3.2.0.ebuild	27 May 2010 17:03:42 -0000	1.1
+++ decorator-3.2.0.ebuild	4 Jul 2010 22:06:33 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.1 2010/05/27 17:03:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.2 2010/07/04 22:06:33 hwoarang Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-07-06 14:51 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-06 14:51 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/06 14:51:52

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  Stable for HPPA (bug #325901).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.17                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	4 Jul 2010 22:06:33 -0000	1.16
+++ ChangeLog	6 Jul 2010 14:51:52 -0000	1.17
@@ -1,6 +1,9 @@
 # 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.16 2010/07/04 22:06:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.17 2010/07/06 14:51:52 jer Exp $
+
+  06 Jul 2010; Jeroen Roovers <jer@gentoo.org> decorator-3.2.0.ebuild:
+  Stable for HPPA (bug #325901).
 
   04 Jul 2010; Markos Chandras <hwoarang@gentoo.org> decorator-3.2.0.ebuild:
   Stable on amd64 wrt bug #325901



1.3                  dev-python/decorator/decorator-3.2.0.ebuild

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

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- decorator-3.2.0.ebuild	4 Jul 2010 22:06:33 -0000	1.2
+++ decorator-3.2.0.ebuild	6 Jul 2010 14:51:52 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.2 2010/07/04 22:06:33 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.3 2010/07/06 14:51:52 jer Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-07-09 13:27 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-09 13:27 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/09 13:27:59

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  stable x86, bug 325901
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.18                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	6 Jul 2010 14:51:52 -0000	1.17
+++ ChangeLog	9 Jul 2010 13:27:59 -0000	1.18
@@ -1,6 +1,10 @@
 # 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.17 2010/07/06 14:51:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.18 2010/07/09 13:27:59 fauli Exp $
+
+  09 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  decorator-3.2.0.ebuild:
+  stable x86, bug 325901
 
   06 Jul 2010; Jeroen Roovers <jer@gentoo.org> decorator-3.2.0.ebuild:
   Stable for HPPA (bug #325901).



1.4                  dev-python/decorator/decorator-3.2.0.ebuild

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

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decorator-3.2.0.ebuild	6 Jul 2010 14:51:52 -0000	1.3
+++ decorator-3.2.0.ebuild	9 Jul 2010 13:27:59 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.3 2010/07/06 14:51:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.4 2010/07/09 13:27:59 fauli Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-07-12  9:32 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-07-12  9:32 UTC (permalink / raw
  To: gentoo-commits

klausman    10/07/12 09:32:04

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  Stable on alpha, bug #325901
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	9 Jul 2010 13:27:59 -0000	1.18
+++ ChangeLog	12 Jul 2010 09:32:03 -0000	1.19
@@ -1,6 +1,10 @@
 # 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.18 2010/07/09 13:27:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.19 2010/07/12 09:32:03 klausman Exp $
+
+  12 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
+  decorator-3.2.0.ebuild:
+  Stable on alpha, bug #325901
 
   09 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   decorator-3.2.0.ebuild:



1.5                  dev-python/decorator/decorator-3.2.0.ebuild

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

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- decorator-3.2.0.ebuild	9 Jul 2010 13:27:59 -0000	1.4
+++ decorator-3.2.0.ebuild	12 Jul 2010 09:32:03 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.4 2010/07/09 13:27:59 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.5 2010/07/12 09:32:03 klausman Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-07-31 19:50 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-07-31 19:50 UTC (permalink / raw
  To: gentoo-commits

armin76     10/07/31 19:50:37

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  ia64/sparc stable wrt #325901
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.20                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	12 Jul 2010 09:32:03 -0000	1.19
+++ ChangeLog	31 Jul 2010 19:50:37 -0000	1.20
@@ -1,6 +1,9 @@
 # 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.19 2010/07/12 09:32:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.20 2010/07/31 19:50:37 armin76 Exp $
+
+  31 Jul 2010; Raúl Porcel <armin76@gentoo.org> decorator-3.2.0.ebuild:
+  ia64/sparc stable wrt #325901
 
   12 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
   decorator-3.2.0.ebuild:



1.6                  dev-python/decorator/decorator-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?r1=1.5&r2=1.6

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decorator-3.2.0.ebuild	12 Jul 2010 09:32:03 -0000	1.5
+++ decorator-3.2.0.ebuild	31 Jul 2010 19:50:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.5 2010/07/12 09:32:03 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.6 2010/07/31 19:50:37 armin76 Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ~ia64 ~ppc ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-08-12  1:03 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-08-12  1:03 UTC (permalink / raw
  To: gentoo-commits

josejx      10/08/12 01:03:04

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  Marked ppc stable for bug #325901.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Jul 2010 19:50:37 -0000	1.20
+++ ChangeLog	12 Aug 2010 01:03:03 -0000	1.21
@@ -1,6 +1,9 @@
 # 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.20 2010/07/31 19:50:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.21 2010/08/12 01:03:03 josejx Exp $
+
+  12 Aug 2010; Joseph Jezak <josejx@gentoo.org> decorator-3.2.0.ebuild:
+  Marked ppc stable for bug #325901.
 
   31 Jul 2010; Raúl Porcel <armin76@gentoo.org> decorator-3.2.0.ebuild:
   ia64/sparc stable wrt #325901



1.7                  dev-python/decorator/decorator-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?r1=1.6&r2=1.7

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- decorator-3.2.0.ebuild	31 Jul 2010 19:50:37 -0000	1.6
+++ decorator-3.2.0.ebuild	12 Aug 2010 01:03:03 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.6 2010/07/31 19:50:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.7 2010/08/12 01:03:03 josejx Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild
@ 2010-10-29 18:45 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 8+ messages in thread
From: Mark Loeser (halcy0n) @ 2010-10-29 18:45 UTC (permalink / raw
  To: gentoo-commits

halcy0n     10/10/29 18:45:25

  Modified:             ChangeLog decorator-3.2.0.ebuild
  Log:
  Mark ~ppc64; bug #300106
  
  (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-python/decorator/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	13 Sep 2010 15:07:17 -0000	1.22
+++ ChangeLog	29 Oct 2010 18:45:25 -0000	1.23
@@ -1,6 +1,9 @@
 # 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.22 2010/09/13 15:07:17 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.23 2010/10/29 18:45:25 halcy0n Exp $
+
+  29 Oct 2010; Mark Loeser <halcy0n@gentoo.org> decorator-3.2.0.ebuild:
+  Mark ~ppc64; bug #300106
 
   13 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   -decorator-3.1.2.ebuild:



1.9                  dev-python/decorator/decorator-3.2.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild?r1=1.8&r2=1.9

Index: decorator-3.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- decorator-3.2.0.ebuild	22 Sep 2010 20:43:47 -0000	1.8
+++ decorator-3.2.0.ebuild	29 Oct 2010 18:45:25 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.8 2010/09/22 20:43:47 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.2.0.ebuild,v 1.9 2010/10/29 18:45:25 halcy0n Exp $
 
 EAPI="3"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc"
 
 DEPEND="dev-python/setuptools"






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

end of thread, other threads:[~2010-10-29 18:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-27 17:03 [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.2.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-04 22:06 Markos Chandras (hwoarang)
2010-07-06 14:51 Jeroen Roovers (jer)
2010-07-09 13:27 Christian Faulhammer (fauli)
2010-07-12  9:32 Tobias Klausmann (klausman)
2010-07-31 19:50 Raul Porcel (armin76)
2010-08-12  1:03 Joseph Jezak (josejx)
2010-10-29 18:45 Mark Loeser (halcy0n)

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