public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2014-06-06  7:46 Ian Delaney (idella4)
  0 siblings, 0 replies; 11+ messages in thread
From: Ian Delaney (idella4) @ 2014-06-06  7:46 UTC (permalink / raw
  To: gentoo-commits

idella4     14/06/06 07:46:20

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  drop py2.6 add py3.4
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.4                  dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyflakes-0.8.1.ebuild	4 May 2014 16:14:59 -0000	1.3
+++ pyflakes-0.8.1.ebuild	6 Jun 2014 07:46:20 -0000	1.4
@@ -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.3 2014/05/04 16:14:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.4 2014/06/06 07:46:20 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_6,2_7,3_{2,3}} )
+PYTHON_COMPAT=(python{2_7,3_{2,3,4}} )
 
 inherit distutils-r1
 



1.43                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	4 May 2014 16:14:59 -0000	1.42
+++ ChangeLog	6 Jun 2014 07:46:20 -0000	1.43
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.42 2014/05/04 16:14:59 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.43 2014/06/06 07:46:20 idella4 Exp $
+
+  06 Jun 2014; Ian Delaney <idella4@gentoo.org> pyflakes-0.8.1.ebuild:
+  drop py2.6 add py3.4
 
   04 May 2014; Markus Meier <maekke@gentoo.org> pyflakes-0.8.1.ebuild:
   add ~arm, bug #508282





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2014-06-08  9:22 Akinori Hattori (hattya)
  0 siblings, 0 replies; 11+ messages in thread
From: Akinori Hattori (hattya) @ 2014-06-08  9:22 UTC (permalink / raw
  To: gentoo-commits

hattya      14/06/08 09:22:29

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  keyword ~ia64 wrt bug #508282
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.5                  dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyflakes-0.8.1.ebuild	6 Jun 2014 07:46:20 -0000	1.4
+++ pyflakes-0.8.1.ebuild	8 Jun 2014 09:22:28 -0000	1.5
@@ -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.4 2014/06/06 07:46:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.5 2014/06/08 09:22:28 hattya Exp $
 
 EAPI=5
 PYTHON_COMPAT=(python{2_7,3_{2,3,4}} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.44                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	6 Jun 2014 07:46:20 -0000	1.43
+++ ChangeLog	8 Jun 2014 09:22:28 -0000	1.44
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.43 2014/06/06 07:46:20 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.44 2014/06/08 09:22:28 hattya Exp $
+
+  08 Jun 2014; Akinori Hattori <hattya@gentoo.org> pyflakes-0.8.1.ebuild:
+  keyword ~ia64 wrt bug #508282
 
   06 Jun 2014; Ian Delaney <idella4@gentoo.org> pyflakes-0.8.1.ebuild:
   drop py2.6 add py3.4





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2014-10-15 16:24 Mike Gilbert (floppym)
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Gilbert (floppym) @ 2014-10-15 16:24 UTC (permalink / raw
  To: gentoo-commits

floppym     14/10/15 16:24:53

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  Flatten PYHTON_COMPAT.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.7                  dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyflakes-0.8.1.ebuild	20 Jul 2014 11:05:53 -0000	1.6
+++ pyflakes-0.8.1.ebuild	15 Oct 2014 16:24:53 -0000	1.7
@@ -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.6 2014/07/20 11:05:53 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.7 2014/10/15 16:24:53 floppym Exp $
 
 EAPI=5
-PYTHON_COMPAT=(python{2_7,3_{2,3,4}} )
+PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
 
 inherit distutils-r1
 



1.46                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	20 Jul 2014 11:05:53 -0000	1.45
+++ ChangeLog	15 Oct 2014 16:24:53 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.45 2014/07/20 11:05:53 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.46 2014/10/15 16:24:53 floppym Exp $
+
+  15 Oct 2014; Mike Gilbert <floppym@gentoo.org> pyflakes-0.8.1.ebuild:
+  Flatten PYHTON_COMPAT.
 
   20 Jul 2014; Tobias Klausmann <klausman@gentoo.org> pyflakes-0.8.1.ebuild:
   Keyworded on alpha, bug #508282





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2014-11-03 11:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/03 11:20:08

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #525508
  
  (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.8                  dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyflakes-0.8.1.ebuild	15 Oct 2014 16:24:53 -0000	1.7
+++ pyflakes-0.8.1.ebuild	3 Nov 2014 11:20:08 -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.7 2014/10/15 16:24:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.8 2014/11/03 11:20:08 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.47                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	15 Oct 2014 16:24:53 -0000	1.46
+++ ChangeLog	3 Nov 2014 11:20:08 -0000	1.47
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.46 2014/10/15 16:24:53 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.47 2014/11/03 11:20:08 ago Exp $
+
+  03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pyflakes-0.8.1.ebuild:
+  Stable for amd64, wrt bug #525508
 
   15 Oct 2014; Mike Gilbert <floppym@gentoo.org> pyflakes-0.8.1.ebuild:
   Flatten PYHTON_COMPAT.





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2014-11-03 11:20 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-11-03 11:20 UTC (permalink / raw
  To: gentoo-commits

ago         14/11/03 11:20:57

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #525508
  
  (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.9                  dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pyflakes-0.8.1.ebuild	3 Nov 2014 11:20:08 -0000	1.8
+++ pyflakes-0.8.1.ebuild	3 Nov 2014 11:20:57 -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.8 2014/11/03 11:20:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.9 2014/11/03 11:20:57 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.48                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	3 Nov 2014 11:20:08 -0000	1.47
+++ ChangeLog	3 Nov 2014 11:20:57 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.47 2014/11/03 11:20:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.48 2014/11/03 11:20:57 ago Exp $
+
+  03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pyflakes-0.8.1.ebuild:
+  Stable for x86, wrt bug #525508
 
   03 Nov 2014; Agostino Sarubbo <ago@gentoo.org> pyflakes-0.8.1.ebuild:
   Stable for amd64, wrt bug #525508





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

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

pacho       15/03/07 00:22:39

  Modified:             pyflakes-0.8.1.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.12                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pyflakes-0.8.1.ebuild	1 Jan 2015 21:21:23 -0000	1.11
+++ pyflakes-0.8.1.ebuild	7 Mar 2015 00:22:39 -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.11 2015/01/01 21:21:23 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.12 2015/03/07 00:22:39 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.52                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	1 Feb 2015 21:30:27 -0000	1.51
+++ ChangeLog	7 Mar 2015 00:22:39 -0000	1.52
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.51 2015/02/01 21:30:27 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.52 2015/03/07 00:22:39 pacho Exp $
+
+  07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pyflakes-0.8.1.ebuild:
+  ppc64 stable, bug 540290
 
   01 Feb 2015; Manuel Rüger <mrueg@gentoo.org> -pyflakes-0.5.0.ebuild,
   -pyflakes-0.6.1.ebuild:





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

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

pacho       15/03/07 08:28:36

  Modified:             pyflakes-0.8.1.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.13                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pyflakes-0.8.1.ebuild	7 Mar 2015 00:22:39 -0000	1.12
+++ pyflakes-0.8.1.ebuild	7 Mar 2015 08:28:36 -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.12 2015/03/07 00:22:39 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.13 2015/03/07 08:28:36 pacho Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.53                 dev-python/pyflakes/ChangeLog

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

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





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

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

ago         15/04/13 09:13:01

  Modified:             pyflakes-0.8.1.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.15                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pyflakes-0.8.1.ebuild	8 Apr 2015 08:05:13 -0000	1.14
+++ pyflakes-0.8.1.ebuild	13 Apr 2015 09:13:01 -0000	1.15
@@ -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.14 2015/04/08 08:05:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.15 2015/04/13 09:13:01 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.55                 dev-python/pyflakes/ChangeLog

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

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





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

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

ago         15/04/14 12:50:40

  Modified:             pyflakes-0.8.1.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.16                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pyflakes-0.8.1.ebuild	13 Apr 2015 09:13:01 -0000	1.15
+++ pyflakes-0.8.1.ebuild	14 Apr 2015 12:50:40 -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.15 2015/04/13 09:13:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.16 2015/04/14 12:50:40 ago Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.56                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	13 Apr 2015 09:13:01 -0000	1.55
+++ ChangeLog	14 Apr 2015 12:50:40 -0000	1.56
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.55 2015/04/13 09:13:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.56 2015/04/14 12:50:40 ago Exp $
+
+  14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> pyflakes-0.8.1.ebuild:
+  Stable for ia64, wrt bug #540290
 
   13 Apr 2015; Agostino Sarubbo <ago@gentoo.org> pyflakes-0.8.1.ebuild:
   Stable for alpha, wrt bug #530600





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2015-06-12 12:43 Ian Delaney (idella4)
  0 siblings, 0 replies; 11+ messages in thread
From: Ian Delaney (idella4) @ 2015-06-12 12:43 UTC (permalink / raw
  To: gentoo-commits

idella4     15/06/12 12:43:38

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  add pypy support
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.17                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pyflakes-0.8.1.ebuild	14 Apr 2015 12:50:40 -0000	1.16
+++ pyflakes-0.8.1.ebuild	12 Jun 2015 12:43:38 -0000	1.17
@@ -1,9 +1,9 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.16 2015/04/14 12:50:40 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.17 2015/06/12 12:43:38 idella4 Exp $
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
 
 inherit distutils-r1
 



1.58                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	9 Jun 2015 16:09:40 -0000	1.57
+++ ChangeLog	12 Jun 2015 12:43:38 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.57 2015/06/09 16:09:40 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.58 2015/06/12 12:43:38 idella4 Exp $
+
+  12 Jun 2015; Ian Delaney <idella4@gentoo.org> pyflakes-0.8.1.ebuild:
+  add pypy support
 
   09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml:
   Updating remote-id in metadata.xml





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

* [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog
@ 2015-08-08 15:21 Fabian Groffen (grobian)
  0 siblings, 0 replies; 11+ messages in thread
From: Fabian Groffen (grobian) @ 2015-08-08 15:21 UTC (permalink / raw
  To: gentoo-commits

grobian     15/08/08 15:21:45

  Modified:             pyflakes-0.8.1.ebuild ChangeLog
  Log:
  Keyworded for *-solaris, *-macos
  
  (Portage version: 2.2.20-prefix/cvs/SunOS i386, signed Manifest commit with key 0x5F75F607C5C74E89)

Revision  Changes    Path
1.18                 dev-python/pyflakes/pyflakes-0.8.1.ebuild

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

Index: pyflakes-0.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- pyflakes-0.8.1.ebuild	12 Jun 2015 12:43:38 -0000	1.17
+++ pyflakes-0.8.1.ebuild	8 Aug 2015 15:21:45 -0000	1.18
@@ -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/pyflakes/pyflakes-0.8.1.ebuild,v 1.17 2015/06/12 12:43:38 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/pyflakes-0.8.1.ebuild,v 1.18 2015/08/08 15:21:45 grobian Exp $
 
 EAPI=5
 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 x86 ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



1.61                 dev-python/pyflakes/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	29 Jul 2015 19:03:56 -0000	1.60
+++ ChangeLog	8 Aug 2015 15:21:45 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/pyflakes
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.60 2015/07/29 19:03:56 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyflakes/ChangeLog,v 1.61 2015/08/08 15:21:45 grobian Exp $
+
+  08 Aug 2015; Fabian Groffen <grobian@gentoo.org> pyflakes-0.8.1.ebuild:
+  Keyworded for *-solaris, *-macos
 
   29 Jul 2015; Fabian Groffen <grobian@gentoo.org> pyflakes-0.9.2.ebuild:
   Keyworded for *-solaris, *-macos





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

end of thread, other threads:[~2015-08-08 15:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 16:24 [gentoo-commits] gentoo-x86 commit in dev-python/pyflakes: pyflakes-0.8.1.ebuild ChangeLog Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-08 15:21 Fabian Groffen (grobian)
2015-06-12 12:43 Ian Delaney (idella4)
2015-04-14 12:50 Agostino Sarubbo (ago)
2015-04-13  9:13 Agostino Sarubbo (ago)
2015-03-07  8:28 Pacho Ramos (pacho)
2015-03-07  0:22 Pacho Ramos (pacho)
2014-11-03 11:20 Agostino Sarubbo (ago)
2014-11-03 11:20 Agostino Sarubbo (ago)
2014-06-08  9:22 Akinori Hattori (hattya)
2014-06-06  7:46 Ian Delaney (idella4)

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