public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.2.ebuild
@ 2014-06-22 12:40 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-22 12:40 UTC (permalink / raw
  To: gentoo-commits

klausman    14/06/22 12:40:40

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

Revision  Changes    Path
1.34                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Jun 2014 12:06:42 -0000	1.33
+++ ChangeLog	22 Jun 2014 12:40:40 -0000	1.34
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.33 2014/06/08 12:06:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.34 2014/06/22 12:40:40 klausman Exp $
+
+  22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild:
+  Keyworded on alpha, bug #503094
 
   08 Jun 2014; Akinori Hattori <hattya@gentoo.org> cffi-0.8.1.ebuild,
   cffi-0.8.2.ebuild:



1.7                  dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cffi-0.8.2.ebuild	8 Jun 2014 12:06:42 -0000	1.6
+++ cffi-0.8.2.ebuild	22 Jun 2014 12:40:40 -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/cffi/cffi-0.8.2.ebuild,v 1.6 2014/06/08 12:06:42 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.7 2014/06/22 12:40:40 klausman Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="virtual/libffi





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

* [gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.2.ebuild
@ 2014-06-23 11:12 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 2+ messages in thread
From: Tobias Klausmann (klausman) @ 2014-06-23 11:12 UTC (permalink / raw
  To: gentoo-commits

klausman    14/06/23 11:12:13

  Modified:             ChangeLog cffi-0.8.2.ebuild
  Log:
  Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords pycparser
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key CE5D54E8)

Revision  Changes    Path
1.35                 dev-python/cffi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	22 Jun 2014 12:40:40 -0000	1.34
+++ ChangeLog	23 Jun 2014 11:12:13 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/cffi
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.34 2014/06/22 12:40:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/ChangeLog,v 1.35 2014/06/23 11:12:13 klausman Exp $
+
+  23 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild:
+  Dekeywording on alpha due to ply being broken (bug 514446) which dekeywords
+  pycparser
 
   22 Jun 2014; Tobias Klausmann <klausman@gentoo.org> cffi-0.8.2.ebuild:
   Keyworded on alpha, bug #503094



1.8                  dev-python/cffi/cffi-0.8.2.ebuild

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

Index: cffi-0.8.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- cffi-0.8.2.ebuild	22 Jun 2014 12:40:40 -0000	1.7
+++ cffi-0.8.2.ebuild	23 Jun 2014 11:12:13 -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/cffi/cffi-0.8.2.ebuild,v 1.7 2014/06/22 12:40:40 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cffi/cffi-0.8.2.ebuild,v 1.8 2014/06/23 11:12:13 klausman Exp $
 
 EAPI="5"
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} pypy pypy2_0 )
@@ -13,7 +13,7 @@
 
 LICENSE="MIT"
 SLOT="0/${PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND="virtual/libffi





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

end of thread, other threads:[~2014-06-23 11:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-23 11:12 [gentoo-commits] gentoo-x86 commit in dev-python/cffi: ChangeLog cffi-0.8.2.ebuild Tobias Klausmann (klausman)
  -- strict thread matches above, loose matches on Subject: below --
2014-06-22 12:40 Tobias Klausmann (klausman)

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