public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/jonpy: jonpy-0.10.ebuild ChangeLog jonpy-0.07.ebuild jonpy-0.09.ebuild
@ 2012-07-01 18:16 Raul Porcel (armin76)
  0 siblings, 0 replies; only message in thread
From: Raul Porcel (armin76) @ 2012-07-01 18:16 UTC (permalink / raw
  To: gentoo-commits

armin76     12/07/01 18:16:57

  Modified:             jonpy-0.10.ebuild ChangeLog jonpy-0.07.ebuild
                        jonpy-0.09.ebuild
  Log:
  Drop ia64 keywords
  
  (Portage version: 2.1.10.53/cvs/Linux ia64)

Revision  Changes    Path
1.4                  dev-python/jonpy/jonpy-0.10.ebuild

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

Index: jonpy-0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jonpy-0.10.ebuild	1 Jun 2012 22:15:05 -0000	1.3
+++ jonpy-0.10.ebuild	1 Jul 2012 18:16:57 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.10.ebuild,v 1.3 2012/06/01 22:15:05 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.10.ebuild,v 1.4 2012/07/01 18:16:57 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 x86"
+KEYWORDS="amd64 x86"
 IUSE="doc examples"
 
 DEPEND=""



1.17                 dev-python/jonpy/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jonpy/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	1 Jun 2012 22:15:05 -0000	1.16
+++ ChangeLog	1 Jul 2012 18:16:57 -0000	1.17
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/jonpy
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/ChangeLog,v 1.16 2012/06/01 22:15:05 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/ChangeLog,v 1.17 2012/07/01 18:16:57 armin76 Exp $
+
+  01 Jul 2012; Raúl Porcel <armin76@gentoo.org> jonpy-0.07.ebuild,
+  jonpy-0.09.ebuild, jonpy-0.10.ebuild:
+  Drop ia64 keywords
 
   01 Jun 2012; Johannes Huber <johu@gentoo.org> jonpy-0.10.ebuild:
   Stable for x86, wrt bug #418901



1.5                  dev-python/jonpy/jonpy-0.07.ebuild

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

Index: jonpy-0.07.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.07.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- jonpy-0.07.ebuild	24 Nov 2009 19:18:56 -0000	1.4
+++ jonpy-0.07.ebuild	1 Jul 2012 18:16:57 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.07.ebuild,v 1.4 2009/11/24 19:18:56 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.07.ebuild,v 1.5 2012/07/01 18:16:57 armin76 Exp $
 
 EAPI="2"
 SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ia64 x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc examples"
 
 DEPEND=""



1.4                  dev-python/jonpy/jonpy-0.09.ebuild

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

Index: jonpy-0.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.09.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- jonpy-0.09.ebuild	28 Aug 2010 17:03:58 -0000	1.3
+++ jonpy-0.09.ebuild	1 Jul 2012 18:16:57 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.09.ebuild,v 1.3 2010/08/28 17:03:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jonpy/jonpy-0.09.ebuild,v 1.4 2012/07/01 18:16:57 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -15,7 +15,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~amd64 ia64 x86"
+KEYWORDS="~amd64 x86"
 IUSE="doc examples"
 
 DEPEND=""






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-01 18:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-01 18:16 [gentoo-commits] gentoo-x86 commit in dev-python/jonpy: jonpy-0.10.ebuild ChangeLog jonpy-0.07.ebuild jonpy-0.09.ebuild Raul Porcel (armin76)

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