[gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.0.ebuild

2014-07-20 Thread Tobias Klausmann (klausman)
klausman14/07/20 11:05:25

  Modified: ChangeLog flake8-2.0.ebuild
  Log:
  Keyworded on alpha, bug #508282
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  ChangesPath
1.15 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   20 Jul 2014 09:45:32 -  1.14
+++ ChangeLog   20 Jul 2014 11:05:24 -  1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.14 
2014/07/20 09:45:32 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.15 
2014/07/20 11:05:24 klausman Exp $
+
+  20 Jul 2014; Tobias Klausmann klaus...@gentoo.org flake8-2.0.ebuild:
+  Keyworded on alpha, bug #508282
 
   20 Jul 2014; Tobias Klausmann klaus...@gentoo.org flake8-2.1.0.ebuild:
   Keyworded on alpha, bug #508282



1.10 dev-python/flake8/flake8-2.0.ebuild

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

Index: flake8-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- flake8-2.0.ebuild   8 Jun 2014 09:25:13 -   1.9
+++ flake8-2.0.ebuild   20 Jul 2014 11:05:24 -  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/flake8/flake8-2.0.ebuild,v 1.9 
2014/06/08 09:25:13 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.10 
2014/07/20 11:05:24 klausman Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 HOMEPAGE=http://bitbucket.org/tarek/flake8;
 SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
-KEYWORDS=amd64 ~arm ~hppa ~ia64 x86
+KEYWORDS=~alpha amd64 ~arm ~hppa ~ia64 x86
 IUSE=test
 LICENSE=MIT
 SLOT=0






[gentoo-commits] gentoo-x86 commit in dev-python/flake8: ChangeLog flake8-2.0.ebuild

2014-05-04 Thread Markus Meier (maekke)
maekke  14/05/04 16:16:02

  Modified: ChangeLog flake8-2.0.ebuild
  Log:
  add ~arm, bug #508282
  
  (Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: 
--include-arches=arm, signed Manifest commit with key 072AD062)

Revision  ChangesPath
1.11 dev-python/flake8/ChangeLog

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

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Apr 2014 14:24:25 -  1.10
+++ ChangeLog   4 May 2014 16:16:02 -   1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/flake8
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.10 
2014/04/25 14:24:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/ChangeLog,v 1.11 
2014/05/04 16:16:02 maekke Exp $
+
+  04 May 2014; Markus Meier mae...@gentoo.org flake8-2.0.ebuild:
+  add ~arm, bug #508282
 
   25 Apr 2014; Jeroen Roovers j...@gentoo.org flake8-2.0.ebuild,
   flake8-2.1.0.ebuild:



1.8  dev-python/flake8/flake8-2.0.ebuild

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

Index: flake8-2.0.ebuild
===
RCS file: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- flake8-2.0.ebuild   25 Apr 2014 14:24:25 -  1.7
+++ flake8-2.0.ebuild   4 May 2014 16:16:02 -   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/flake8/flake8-2.0.ebuild,v 1.7 
2014/04/25 14:24:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/flake8/flake8-2.0.ebuild,v 1.8 
2014/05/04 16:16:02 maekke Exp $
 
 EAPI=5
 
@@ -12,7 +12,7 @@
 HOMEPAGE=http://bitbucket.org/tarek/flake8;
 SRC_URI=mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz
 
-KEYWORDS=amd64 ~hppa x86
+KEYWORDS=amd64 ~arm ~hppa x86
 IUSE=test
 LICENSE=MIT
 SLOT=0