public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2014-06-12  8:13 Patrick Lauer (patrick)
  0 siblings, 0 replies; 8+ messages in thread
From: Patrick Lauer (patrick) @ 2014-06-12  8:13 UTC (permalink / raw
  To: gentoo-commits

patrick     14/06/12 08:13:43

  Modified:             ChangeLog
  Added:                testresources-0.2.7-r2.ebuild
  Log:
  Add py34
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.8                  dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	8 Jun 2014 09:46:15 -0000	1.7
+++ ChangeLog	12 Jun 2014 08:13:42 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.7 2014/06/08 09:46:15 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.8 2014/06/12 08:13:42 patrick Exp $
+
+*testresources-0.2.7-r2 (12 Jun 2014)
+
+  12 Jun 2014; Patrick Lauer <patrick@gentoo.org>
+  +testresources-0.2.7-r2.ebuild:
+  Add py34
 
   08 Jun 2014; Akinori Hattori <hattya@gentoo.org>
   testresources-0.2.7-r1.ebuild:



1.1                  dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.1 2014/06/12 08:13:42 patrick Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="Testresources, a pyunit extension for managing expensive test resources."
HOMEPAGE="https://launchpad.net/testresources"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
		test? ( dev-python/nose[${PYTHON_USEDEP}]
				dev-python/testtools[${PYTHON_USEDEP}]
				dev-python/fixtures[${PYTHON_USEDEP}]
				virtual/python-unittest2[${PYTHON_USEDEP}] )"
RDEPEND=""

python_test() {
	nosetests || die "Tests failed under ${EPYTHON}"
}





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2014-12-30 10:14 Jeroen Roovers (jer)
  0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-30 10:14 UTC (permalink / raw
  To: gentoo-commits

jer         14/12/30 10:14:41

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #530600).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.6                  dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- testresources-0.2.7-r2.ebuild	20 Aug 2014 20:25:19 -0000	1.5
+++ testresources-0.2.7-r2.ebuild	30 Dec 2014 10:14:41 -0000	1.6
@@ -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/testresources/testresources-0.2.7-r2.ebuild,v 1.5 2014/08/20 20:25:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.6 2014/12/30 10:14:41 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.13                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	20 Aug 2014 20:25:19 -0000	1.12
+++ ChangeLog	30 Dec 2014 10:14:41 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.12 2014/08/20 20:25:19 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.13 2014/12/30 10:14:41 jer Exp $
+
+  30 Dec 2014; Jeroen Roovers <jer@gentoo.org> testresources-0.2.7-r2.ebuild:
+  Stable for HPPA (bug #530600).
 
   20 Aug 2014; Anthony G. Basile <blueness@gentoo.org>
   testresources-0.2.7-r1.ebuild, testresources-0.2.7-r2.ebuild,





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-03-06 22:46 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-06 22:46 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/06 22:46:21

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.8                  dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- testresources-0.2.7-r2.ebuild	1 Jan 2015 21:25:30 -0000	1.7
+++ testresources-0.2.7-r2.ebuild	6 Mar 2015 22:46:20 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.7 2015/01/01 21:25:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.8 2015/03/06 22:46:20 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.15                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	1 Jan 2015 21:25:30 -0000	1.14
+++ ChangeLog	6 Mar 2015 22:46:20 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.14 2015/01/01 21:25:30 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.15 2015/03/06 22:46:20 pacho Exp $
+
+  06 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
+  amd64 stable, bug 540290
 
   01 Jan 2015; Markus Meier <maekke@gentoo.org> testresources-0.2.7-r2.ebuild:
   arm stable, bug #530600





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-03-07  0:22 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07  0:22 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/07 00:22:14

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  ppc64 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.9                  dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- testresources-0.2.7-r2.ebuild	6 Mar 2015 22:46:20 -0000	1.8
+++ testresources-0.2.7-r2.ebuild	7 Mar 2015 00:22:14 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.8 2015/03/06 22:46:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.9 2015/03/07 00:22:14 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.16                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	6 Mar 2015 22:46:20 -0000	1.15
+++ ChangeLog	7 Mar 2015 00:22:14 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.15 2015/03/06 22:46:20 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.16 2015/03/07 00:22:14 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
+  ppc64 stable, bug 540290
 
   06 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
   amd64 stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-03-07  8:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-07  8:28 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/07 08:28:03

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  ppc stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.10                 dev-python/testresources/testresources-0.2.7-r2.ebuild

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

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- testresources-0.2.7-r2.ebuild	7 Mar 2015 00:22:14 -0000	1.9
+++ testresources-0.2.7-r2.ebuild	7 Mar 2015 08:28:03 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.9 2015/03/07 00:22:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.10 2015/03/07 08:28:03 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.17                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	7 Mar 2015 00:22:14 -0000	1.16
+++ ChangeLog	7 Mar 2015 08:28:03 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.16 2015/03/07 00:22:14 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.17 2015/03/07 08:28:03 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
+  ppc stable, bug 540290
 
   07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
   ppc64 stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-03-09  0:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2015-03-09  0:05 UTC (permalink / raw
  To: gentoo-commits

pacho       15/03/09 00:05:00

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  x86 stable, bug 540290
  
  (Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.11                 dev-python/testresources/testresources-0.2.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?r1=1.10&r2=1.11

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- testresources-0.2.7-r2.ebuild	7 Mar 2015 08:28:03 -0000	1.10
+++ testresources-0.2.7-r2.ebuild	9 Mar 2015 00:05:00 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.10 2015/03/07 08:28:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.11 2015/03/09 00:05:00 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.18                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	7 Mar 2015 08:28:03 -0000	1.17
+++ ChangeLog	9 Mar 2015 00:05:00 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.17 2015/03/07 08:28:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.18 2015/03/09 00:05:00 pacho Exp $
+
+  09 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
+  x86 stable, bug 540290
 
   07 Mar 2015; Pacho Ramos <pacho@gentoo.org> testresources-0.2.7-r2.ebuild:
   ppc stable, bug 540290





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-04-13  9:13 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-13  9:13 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/13 09:13:16

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  Stable for alpha, wrt bug #530600
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="alpha", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.12                 dev-python/testresources/testresources-0.2.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?r1=1.11&r2=1.12

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- testresources-0.2.7-r2.ebuild	9 Mar 2015 00:05:00 -0000	1.11
+++ testresources-0.2.7-r2.ebuild	13 Apr 2015 09:13:16 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.11 2015/03/09 00:05:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.12 2015/04/13 09:13:16 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.20                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	8 Apr 2015 08:05:01 -0000	1.19
+++ ChangeLog	13 Apr 2015 09:13:16 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.19 2015/04/08 08:05:01 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.20 2015/04/13 09:13:16 ago Exp $
+
+  13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> testresources-0.2.7-r2.ebuild:
+  Stable for alpha, wrt bug #530600
 
   08 Apr 2015; Michał Górny <mgorny@gentoo.org> testresources-0.2.7-r1.ebuild,
   testresources-0.2.7.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog
@ 2015-04-14 12:51 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-04-14 12:51 UTC (permalink / raw
  To: gentoo-commits

ago         15/04/14 12:51:31

  Modified:             testresources-0.2.7-r2.ebuild ChangeLog
  Log:
  Stable for ia64, wrt bug #540290
  
  (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ia64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.13                 dev-python/testresources/testresources-0.2.7-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild?r1=1.12&r2=1.13

Index: testresources-0.2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- testresources-0.2.7-r2.ebuild	13 Apr 2015 09:13:16 -0000	1.12
+++ testresources-0.2.7-r2.ebuild	14 Apr 2015 12:51:31 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.12 2015/04/13 09:13:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/testresources-0.2.7-r2.ebuild,v 1.13 2015/04/14 12:51:31 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.21                 dev-python/testresources/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	13 Apr 2015 09:13:16 -0000	1.20
+++ ChangeLog	14 Apr 2015 12:51:31 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/testresources
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.20 2015/04/13 09:13:16 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testresources/ChangeLog,v 1.21 2015/04/14 12:51:31 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> testresources-0.2.7-r2.ebuild:
+  Stable for ia64, wrt bug #540290
 
   13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> testresources-0.2.7-r2.ebuild:
   Stable for alpha, wrt bug #530600





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

end of thread, other threads:[~2015-04-14 12:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-13  9:13 [gentoo-commits] gentoo-x86 commit in dev-python/testresources: testresources-0.2.7-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-14 12:51 Agostino Sarubbo (ago)
2015-03-09  0:05 Pacho Ramos (pacho)
2015-03-07  8:28 Pacho Ramos (pacho)
2015-03-07  0:22 Pacho Ramos (pacho)
2015-03-06 22:46 Pacho Ramos (pacho)
2014-12-30 10:14 Jeroen Roovers (jer)
2014-06-12  8:13 Patrick Lauer (patrick)

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