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.3.1.ebuild
@ 2011-04-22 19:46 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 8+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-22 19:46 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/22 19:46:42

  Modified:             ChangeLog
  Added:                decorator-3.3.1.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.0_alpha30_p1/cvs/Linux x86_64)

Revision  Changes    Path
1.38                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	11 Apr 2011 16:05:33 -0000	1.37
+++ ChangeLog	22 Apr 2011 19:46:42 -0000	1.38
@@ -1,6 +1,12 @@
 # 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.37 2011/04/11 16:05:33 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.38 2011/04/22 19:46:42 arfrever Exp $
+
+*decorator-3.3.1 (22 Apr 2011)
+
+  22 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  +decorator-3.3.1.ebuild:
+  Version bump.
 
   11 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   decorator-3.3.0.ebuild, +files/decorator-3.3.0-python-3.2.patch:



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

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

Index: decorator-3.3.1.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.1.ebuild,v 1.1 2011/04/22 19:46: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 http://code.google.com/p/micheles/"
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] 8+ messages in thread

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

hwoarang    11/06/08 08:42:58

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  Stable on amd64 wrt bug #370505
  
  (Portage version: 2.1.9.49/cvs/Linux x86_64)

Revision  Changes    Path
1.39                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	22 Apr 2011 19:46:42 -0000	1.38
+++ ChangeLog	8 Jun 2011 08:42:58 -0000	1.39
@@ -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.38 2011/04/22 19:46:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.39 2011/06/08 08:42:58 hwoarang Exp $
+
+  08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> decorator-3.3.1.ebuild:
+  Stable on amd64 wrt bug #370505
 
 *decorator-3.3.1 (22 Apr 2011)
 



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- decorator-3.3.1.ebuild	22 Apr 2011 19:46:42 -0000	1.1
+++ decorator-3.3.1.ebuild	8 Jun 2011 08:42:58 -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.1.ebuild,v 1.1 2011/04/22 19:46:42 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.2 2011/06/08 08:42:58 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2011-06-10  3:48 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-06-10  3:48 UTC (permalink / raw
  To: gentoo-commits

jer         11/06/10 03:48:47

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  Stable for HPPA (bug #370505).
  
  (Portage version: 2.2.0_alpha38/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	8 Jun 2011 08:42:58 -0000	1.39
+++ ChangeLog	10 Jun 2011 03:48:46 -0000	1.40
@@ -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.39 2011/06/08 08:42:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.40 2011/06/10 03:48:46 jer Exp $
+
+  10 Jun 2011; Jeroen Roovers <jer@gentoo.org> decorator-3.3.1.ebuild:
+  Stable for HPPA (bug #370505).
 
   08 Jun 2011; Markos Chandras <hwoarang@gentoo.org> decorator-3.3.1.ebuild:
   Stable on amd64 wrt bug #370505



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- decorator-3.3.1.ebuild	8 Jun 2011 08:42:58 -0000	1.2
+++ decorator-3.3.1.ebuild	10 Jun 2011 03:48:46 -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.1.ebuild,v 1.2 2011/06/08 08:42:58 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.3 2011/06/10 03:48:46 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2011-06-14 19:46 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-06-14 19:46 UTC (permalink / raw
  To: gentoo-commits

maekke      11/06/14 19:46:59

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  x86 stable, bug #370505
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	10 Jun 2011 03:48:46 -0000	1.40
+++ ChangeLog	14 Jun 2011 19:46:59 -0000	1.41
@@ -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.40 2011/06/10 03:48:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.41 2011/06/14 19:46:59 maekke Exp $
+
+  14 Jun 2011; Markus Meier <maekke@gentoo.org> decorator-3.3.1.ebuild:
+  x86 stable, bug #370505
 
   10 Jun 2011; Jeroen Roovers <jer@gentoo.org> decorator-3.3.1.ebuild:
   Stable for HPPA (bug #370505).



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- decorator-3.3.1.ebuild	10 Jun 2011 03:48:46 -0000	1.3
+++ decorator-3.3.1.ebuild	14 Jun 2011 19:46:59 -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.1.ebuild,v 1.3 2011/06/10 03:48:46 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.4 2011/06/14 19:46:59 maekke 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2011-06-24 12:05 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-06-24 12:05 UTC (permalink / raw
  To: gentoo-commits

armin76     11/06/24 12:05:28

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #370505
  
  (Portage version: 2.1.10.3/cvs/Linux ia64)

Revision  Changes    Path
1.42                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	14 Jun 2011 19:46:59 -0000	1.41
+++ ChangeLog	24 Jun 2011 12:05:28 -0000	1.42
@@ -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.41 2011/06/14 19:46:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.42 2011/06/24 12:05:28 armin76 Exp $
+
+  24 Jun 2011; Raúl Porcel <armin76@gentoo.org> decorator-3.3.1.ebuild:
+  alpha/ia64/sparc stable wrt #370505
 
   14 Jun 2011; Markus Meier <maekke@gentoo.org> decorator-3.3.1.ebuild:
   x86 stable, bug #370505



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- decorator-3.3.1.ebuild	14 Jun 2011 19:46:59 -0000	1.4
+++ decorator-3.3.1.ebuild	24 Jun 2011 12:05:28 -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.1.ebuild,v 1.4 2011/06/14 19:46:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.5 2011/06/24 12:05:28 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2011-06-27 20:20 Brent Baude (ranger)
  0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2011-06-27 20:20 UTC (permalink / raw
  To: gentoo-commits

ranger      11/06/27 20:20:42

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  Marking decorator-3.3.1 ppc for bug 370505
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

Revision  Changes    Path
1.43                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	24 Jun 2011 12:05:28 -0000	1.42
+++ ChangeLog	27 Jun 2011 20:20:42 -0000	1.43
@@ -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.42 2011/06/24 12:05:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.43 2011/06/27 20:20:42 ranger Exp $
+
+  27 Jun 2011; Brent Baude <ranger@gentoo.org> decorator-3.3.1.ebuild:
+  Marking decorator-3.3.1 ppc for bug 370505
 
   24 Jun 2011; Raúl Porcel <armin76@gentoo.org> decorator-3.3.1.ebuild:
   alpha/ia64/sparc stable wrt #370505



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decorator-3.3.1.ebuild	24 Jun 2011 12:05:28 -0000	1.5
+++ decorator-3.3.1.ebuild	27 Jun 2011 20:20:42 -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.1.ebuild,v 1.5 2011/06/24 12:05:28 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.6 2011/06/27 20:20:42 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2012-01-26 13:43 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-01-26 13:43 UTC (permalink / raw
  To: gentoo-commits

ssuominen    12/01/26 13:43:19

  Modified:             ChangeLog decorator-3.3.1.ebuild
  Log:
  ppc64 stable wrt #385227
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.48                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	11 Sep 2011 20:09:27 -0000	1.47
+++ ChangeLog	26 Jan 2012 13:43:19 -0000	1.48
@@ -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.47 2011/09/11 20:09:27 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.48 2012/01/26 13:43:19 ssuominen Exp $
+
+  26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> decorator-3.3.1.ebuild:
+  ppc64 stable wrt #385227
 
   11 Sep 2011; Markus Meier <maekke@gentoo.org> decorator-3.3.2.ebuild:
   add ~arm, bug #381709



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

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

Index: decorator-3.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- decorator-3.3.1.ebuild	27 Jun 2011 20:20:42 -0000	1.6
+++ decorator-3.3.1.ebuild	26 Jan 2012 13:43:19 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.6 2011/06/27 20:20:42 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.3.1.ebuild,v 1.7 2012/01/26 13:43:19 ssuominen 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"






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

* [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild
@ 2015-01-26 14:30 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 8+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-01-26 14:30 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/01/26 14:30:06

  Modified:             ChangeLog
  Removed:              decorator-3.3.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.71                 dev-python/decorator/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	29 Dec 2014 16:03:27 -0000	1.70
+++ ChangeLog	26 Jan 2015 14:30:06 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/decorator
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.70 2014/12/29 16:03:27 jer Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.71 2015/01/26 14:30:06 mrueg Exp $
+
+  26 Jan 2015; Manuel Rüger <mrueg@gentoo.org> -decorator-3.3.1.ebuild:
+  Remove old.
 
   29 Dec 2014; Jeroen Roovers <jer@gentoo.org> decorator-3.4.0-r1.ebuild:
   Stable for HPPA (bug #530600).





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

end of thread, other threads:[~2015-01-26 14:30 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-14 19:46 [gentoo-commits] gentoo-x86 commit in dev-python/decorator: ChangeLog decorator-3.3.1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2015-01-26 14:30 Manuel Rueger (mrueg)
2012-01-26 13:43 Samuli Suominen (ssuominen)
2011-06-27 20:20 Brent Baude (ranger)
2011-06-24 12:05 Raul Porcel (armin76)
2011-06-10  3:48 Jeroen Roovers (jer)
2011-06-08  8:42 Markos Chandras (hwoarang)
2011-04-22 19:46 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