public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-03-04 19:33 Vicente Olivert Riera (vincent)
  0 siblings, 0 replies; 13+ messages in thread
From: Vicente Olivert Riera (vincent) @ 2014-03-04 19:33 UTC (permalink / raw
  To: gentoo-commits

vincent     14/03/04 19:33:48

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Add ~mips keyword.
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 5AE9E7B2E9BBCBA8)

Revision  Changes    Path
1.2                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unittest2-0.5.1-r2.ebuild	5 Oct 2013 14:51:33 -0000	1.1
+++ unittest2-0.5.1-r2.ebuild	4 Mar 2014 19:33:47 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.1 2013/10/05 14:51:33 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.2 2014/03/04 19:33:47 vincent Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.38                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	5 Oct 2013 14:51:33 -0000	1.37
+++ ChangeLog	4 Mar 2014 19:33:47 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/unittest2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.37 2013/10/05 14:51:33 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.38 2014/03/04 19:33:47 vincent Exp $
+
+  04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
+  unittest2-0.5.1-r2.ebuild:
+  Add ~mips keyword.
 
 *unittest2-0.5.1-r2 (05 Oct 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-03-04 20:09 Naohiro Aota (naota)
  0 siblings, 0 replies; 13+ messages in thread
From: Naohiro Aota (naota) @ 2014-03-04 20:09 UTC (permalink / raw
  To: gentoo-commits

naota       14/03/04 20:09:39

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Add ~x86-fbsd
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key F8551514)

Revision  Changes    Path
1.3                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- unittest2-0.5.1-r2.ebuild	4 Mar 2014 19:33:47 -0000	1.2
+++ unittest2-0.5.1-r2.ebuild	4 Mar 2014 20:09:39 -0000	1.3
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.2 2014/03/04 19:33:47 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.3 2014/03/04 20:09:39 naota Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.39                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	4 Mar 2014 19:33:47 -0000	1.38
+++ ChangeLog	4 Mar 2014 20:09:39 -0000	1.39
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.38 2014/03/04 19:33:47 vincent Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.39 2014/03/04 20:09:39 naota Exp $
+
+  04 Mar 2014; Naohiro Aota <naota@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Add ~x86-fbsd
 
   04 Mar 2014; Vicente Olivert Riera <vincent@gentoo.org>
   unittest2-0.5.1-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-04-01  1:06 Mike Gilbert (floppym)
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Gilbert (floppym) @ 2014-04-01  1:06 UTC (permalink / raw
  To: gentoo-commits

floppym     14/04/01 01:06:25

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Add python3.4.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.5                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unittest2-0.5.1-r2.ebuild	31 Mar 2014 20:28:22 -0000	1.4
+++ unittest2-0.5.1-r2.ebuild	1 Apr 2014 01:06:25 -0000	1.5
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.4 2014/03/31 20:28:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.5 2014/04/01 01:06:25 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
 
 inherit distutils-r1
 



1.41                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	31 Mar 2014 20:28:22 -0000	1.40
+++ ChangeLog	1 Apr 2014 01:06:25 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.40 2014/03/31 20:28:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.41 2014/04/01 01:06:25 floppym Exp $
+
+  01 Apr 2014; Mike Gilbert <floppym@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Add python3.4.
 
   31 Mar 2014; Michał Górny <mgorny@gentoo.org> unittest2-0.5.1-r1.ebuild,
   unittest2-0.5.1-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-11-26 12:21 Ian Delaney (idella4)
  0 siblings, 0 replies; 13+ messages in thread
From: Ian Delaney (idella4) @ 2014-11-26 12:21 UTC (permalink / raw
  To: gentoo-commits

idella4     14/11/26 12:21:58

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  clean old python impls
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.6                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unittest2-0.5.1-r2.ebuild	1 Apr 2014 01:06:25 -0000	1.5
+++ unittest2-0.5.1-r2.ebuild	26 Nov 2014 12:21:58 -0000	1.6
@@ -1,9 +1,9 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.5 2014/04/01 01:06:25 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.6 2014/11/26 12:21:58 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.44                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	25 Nov 2014 01:32:55 -0000	1.43
+++ ChangeLog	26 Nov 2014 12:21:58 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.43 2014/11/25 01:32:55 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.44 2014/11/26 12:21:58 idella4 Exp $
+
+  26 Nov 2014; Ian Delaney <idella4@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  clean old python impls
 
   25 Nov 2014; Mike Gilbert <floppym@gentoo.org>
   +files/unittest2-0.8.0-argparse.patch, unittest2-0.8.0.ebuild:





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

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

ago         14/12/04 09:58:32

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #530612
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.7                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unittest2-0.5.1-r2.ebuild	26 Nov 2014 12:21:58 -0000	1.6
+++ unittest2-0.5.1-r2.ebuild	4 Dec 2014 09:58:32 -0000	1.7
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.6 2014/11/26 12:21:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.7 2014/12/04 09:58:32 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.45                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	26 Nov 2014 12:21:58 -0000	1.44
+++ ChangeLog	4 Dec 2014 09:58:32 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.44 2014/11/26 12:21:58 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.45 2014/12/04 09:58:32 ago Exp $
+
+  04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for amd64, wrt bug #530612
 
   26 Nov 2014; Ian Delaney <idella4@gentoo.org> unittest2-0.5.1-r2.ebuild:
   clean old python impls





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-05 10:18 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-05 10:18 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/05 10:18:20

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #530612
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- unittest2-0.5.1-r2.ebuild	4 Dec 2014 09:58:32 -0000	1.7
+++ unittest2-0.5.1-r2.ebuild	5 Dec 2014 10:18:20 -0000	1.8
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.7 2014/12/04 09:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.8 2014/12/05 10:18:20 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.46                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	4 Dec 2014 09:58:32 -0000	1.45
+++ ChangeLog	5 Dec 2014 10:18:20 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.45 2014/12/04 09:58:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.46 2014/12/05 10:18:20 ago Exp $
+
+  05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for x86, wrt bug #530612
 
   04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for amd64, wrt bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-06 16:44 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-06 16:44 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/06 16:44:32

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

Revision  Changes    Path
1.9                  dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- unittest2-0.5.1-r2.ebuild	5 Dec 2014 10:18:20 -0000	1.8
+++ unittest2-0.5.1-r2.ebuild	6 Dec 2014 16:44:32 -0000	1.9
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.8 2014/12/05 10:18:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.9 2014/12/06 16:44:32 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.47                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	5 Dec 2014 10:18:20 -0000	1.46
+++ ChangeLog	6 Dec 2014 16:44:32 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.46 2014/12/05 10:18:20 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.47 2014/12/06 16:44:32 ago Exp $
+
+  06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for ia64, wrt bug #530612
 
   05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for x86, wrt bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-07 12:04 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-07 12:04 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/07 12:04:15

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

Revision  Changes    Path
1.10                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- unittest2-0.5.1-r2.ebuild	6 Dec 2014 16:44:32 -0000	1.9
+++ unittest2-0.5.1-r2.ebuild	7 Dec 2014 12:04:15 -0000	1.10
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.9 2014/12/06 16:44:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.10 2014/12/07 12:04:15 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.48                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	6 Dec 2014 16:44:32 -0000	1.47
+++ ChangeLog	7 Dec 2014 12:04:15 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.47 2014/12/06 16:44:32 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.48 2014/12/07 12:04:15 ago Exp $
+
+  07 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for ppc, wrt bug #530612
 
   06 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for ia64, wrt bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-08 11:01 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-08 11:01 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/08 11:01:56

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

Revision  Changes    Path
1.12                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- unittest2-0.5.1-r2.ebuild	7 Dec 2014 20:09:43 -0000	1.11
+++ unittest2-0.5.1-r2.ebuild	8 Dec 2014 11:01:56 -0000	1.12
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.11 2014/12/07 20:09:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.12 2014/12/08 11:01:56 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.50                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Dec 2014 20:09:43 -0000	1.49
+++ ChangeLog	8 Dec 2014 11:01:56 -0000	1.50
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.49 2014/12/07 20:09:43 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.50 2014/12/08 11:01:56 ago Exp $
+
+  08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for ppc64, wrt bug #530612
 
   07 Dec 2014; Markus Meier <maekke@gentoo.org> unittest2-0.5.1-r2.ebuild:
   arm stable, bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-09  8:40 Jeroen Roovers (jer)
  0 siblings, 0 replies; 13+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-09  8:40 UTC (permalink / raw
  To: gentoo-commits

jer         14/12/09 08:40:53

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

Revision  Changes    Path
1.13                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- unittest2-0.5.1-r2.ebuild	8 Dec 2014 11:01:56 -0000	1.12
+++ unittest2-0.5.1-r2.ebuild	9 Dec 2014 08:40:53 -0000	1.13
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.12 2014/12/08 11:01:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.13 2014/12/09 08:40:53 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.51                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	8 Dec 2014 11:01:56 -0000	1.50
+++ ChangeLog	9 Dec 2014 08:40:53 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.50 2014/12/08 11:01:56 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.51 2014/12/09 08:40:53 jer Exp $
+
+  09 Dec 2014; Jeroen Roovers <jer@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for HPPA (bug #530612).
 
   08 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for ppc64, wrt bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2014-12-23 16:02 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-23 16:02 UTC (permalink / raw
  To: gentoo-commits

ago         14/12/23 16:02:04

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

Revision  Changes    Path
1.14                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- unittest2-0.5.1-r2.ebuild	9 Dec 2014 08:40:53 -0000	1.13
+++ unittest2-0.5.1-r2.ebuild	23 Dec 2014 16:02:04 -0000	1.14
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.13 2014/12/09 08:40:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.14 2014/12/23 16:02:04 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.52                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	9 Dec 2014 08:40:53 -0000	1.51
+++ ChangeLog	23 Dec 2014 16:02:04 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.51 2014/12/09 08:40:53 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.52 2014/12/23 16:02:04 ago Exp $
+
+  23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for alpha, wrt bug #530612
 
   09 Dec 2014; Jeroen Roovers <jer@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for HPPA (bug #530612).





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2015-01-02 12:25 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 13+ messages in thread
From: Agostino Sarubbo (ago) @ 2015-01-02 12:25 UTC (permalink / raw
  To: gentoo-commits

ago         15/01/02 12:25:52

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

Revision  Changes    Path
1.15                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- unittest2-0.5.1-r2.ebuild	23 Dec 2014 16:02:04 -0000	1.14
+++ unittest2-0.5.1-r2.ebuild	2 Jan 2015 12:25:52 -0000	1.15
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.14 2014/12/23 16:02:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.15 2015/01/02 12:25:52 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.53                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	23 Dec 2014 16:02:04 -0000	1.52
+++ ChangeLog	2 Jan 2015 12:25:52 -0000	1.53
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.52 2014/12/23 16:02:04 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.53 2015/01/02 12:25:52 ago Exp $
+
+  02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Stable for sparc, wrt bug #530612
 
   23 Dec 2014; Agostino Sarubbo <ago@gentoo.org> unittest2-0.5.1-r2.ebuild:
   Stable for alpha, wrt bug #530612





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

* [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog
@ 2015-04-03 20:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; 13+ messages in thread
From: Mike Frysinger (vapier) @ 2015-04-03 20:54 UTC (permalink / raw
  To: gentoo-commits

vapier      15/04/03 20:54:15

  Modified:             unittest2-0.5.1-r2.ebuild ChangeLog
  Log:
  Mark arm64/s390/sh stable.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D2E96200)

Revision  Changes    Path
1.16                 dev-python/unittest2/unittest2-0.5.1-r2.ebuild

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

Index: unittest2-0.5.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- unittest2-0.5.1-r2.ebuild	2 Jan 2015 12:25:52 -0000	1.15
+++ unittest2-0.5.1-r2.ebuild	3 Apr 2015 20:54:15 -0000	1.16
@@ -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/unittest2/unittest2-0.5.1-r2.ebuild,v 1.15 2015/01/02 12:25:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/unittest2-0.5.1-r2.ebuild,v 1.16 2015/04/03 20:54:15 vapier Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -17,7 +17,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.58                 dev-python/unittest2/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	2 Apr 2015 19:54:07 -0000	1.57
+++ ChangeLog	3 Apr 2015 20:54:15 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/unittest2
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.57 2015/04/02 19:54:07 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/unittest2/ChangeLog,v 1.58 2015/04/03 20:54:15 vapier Exp $
+
+  03 Apr 2015; Mike Frysinger <vapier@gentoo.org> unittest2-0.5.1-r2.ebuild:
+  Mark arm64/s390/sh stable.
 
   02 Apr 2015; Markus Meier <maekke@gentoo.org> unittest2-1.0.1.ebuild:
   add ~arm, bug #544146





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

end of thread, other threads:[~2015-04-03 20:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-06 16:44 [gentoo-commits] gentoo-x86 commit in dev-python/unittest2: unittest2-0.5.1-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2015-04-03 20:54 Mike Frysinger (vapier)
2015-01-02 12:25 Agostino Sarubbo (ago)
2014-12-23 16:02 Agostino Sarubbo (ago)
2014-12-09  8:40 Jeroen Roovers (jer)
2014-12-08 11:01 Agostino Sarubbo (ago)
2014-12-07 12:04 Agostino Sarubbo (ago)
2014-12-05 10:18 Agostino Sarubbo (ago)
2014-12-04  9:58 Agostino Sarubbo (ago)
2014-11-26 12:21 Ian Delaney (idella4)
2014-04-01  1:06 Mike Gilbert (floppym)
2014-03-04 20:09 Naohiro Aota (naota)
2014-03-04 19:33 Vicente Olivert Riera (vincent)

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