jer         15/05/05 09:03:09

  Modified:             ChangeLog redis-py-2.10.1.ebuild
                        redis-py-2.9.1.ebuild redis-py-2.10.3.ebuild
  Log:
  Mark ~ppc64 (bug #510626).
  
  (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, 
signed Manifest commit with key A792A613)

Revision  Changes    Path
1.56                 dev-python/redis-py/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog   8 Apr 2015 08:05:22 -0000       1.55
+++ ChangeLog   5 May 2015 09:03:09 -0000       1.56
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/redis-py
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.55 
2015/04/08 08:05:22 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/ChangeLog,v 1.56 
2015/05/05 09:03:09 jer Exp $
+
+  05 May 2015; Jeroen Roovers <[email protected]> redis-py-2.9.1.ebuild,
+  redis-py-2.10.1.ebuild, redis-py-2.10.3.ebuild:
+  Mark ~ppc64 (bug #510626).
 
   08 Apr 2015; Michał Górny <[email protected]> redis-py-2.7.4.ebuild:
   Drop old Python implementations



1.4                  dev-python/redis-py/redis-py-2.10.1.ebuild

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

Index: redis-py-2.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redis-py-2.10.1.ebuild      14 Oct 2014 12:06:19 -0000      1.3
+++ redis-py-2.10.1.ebuild      5 May 2015 09:03:09 -0000       1.4
@@ -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/redis-py/redis-py-2.10.1.ebuild,v 1.3 
2014/10/14 12:06:19 idella4 Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.1.ebuild,v 1.4 
2015/05/05 09:03:09 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""



1.6                  dev-python/redis-py/redis-py-2.9.1.ebuild

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

Index: redis-py-2.9.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- redis-py-2.9.1.ebuild       27 Nov 2014 08:28:25 -0000      1.5
+++ redis-py-2.9.1.ebuild       5 May 2015 09:03:09 -0000       1.6
@@ -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/redis-py/redis-py-2.9.1.ebuild,v 
1.5 2014/11/27 08:28:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.9.1.ebuild,v 
1.6 2015/05/05 09:03:09 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]



1.5                  dev-python/redis-py/redis-py-2.10.3.ebuild

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

Index: redis-py-2.10.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- redis-py-2.10.3.ebuild      5 Dec 2014 10:15:22 -0000       1.4
+++ redis-py-2.10.3.ebuild      5 May 2015 09:03:09 -0000       1.5
@@ -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/redis-py/redis-py-2.10.3.ebuild,v 1.4 
2014/12/05 10:15:22 ago Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/dev-python/redis-py/redis-py-2.10.3.ebuild,v 1.5 
2015/05/05 09:03:09 jer Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -16,7 +16,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~hppa ~ppc64 x86 ~amd64-linux ~x86-linux"
 IUSE="test"
 
 RDEPEND=""




Reply via email to