public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2.ebuild ChangeLog
@ 2011-03-07 13:12 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2011-03-07 13:12 UTC (permalink / raw
  To: gentoo-commits

jlec        11/03/07 13:12:11

  Modified:             pysize-0.2.ebuild ChangeLog
  Log:
  Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux
  
  (Portage version: 2.2.0_alpha26/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-fs/pysize/pysize-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?r1=1.1&r2=1.2

Index: pysize-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pysize-0.2.ebuild	11 Jul 2010 15:16:05 -0000	1.1
+++ pysize-0.2.ebuild	7 Mar 2011 13:12:11 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.1 2010/07/11 15:16:05 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.2 2011/03/07 13:12:11 jlec Exp $
 
 EAPI="3"
 
@@ -16,11 +16,11 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="gtk ncurses psyco"
 
 DEPEND="
-	gtk? ( dev-python/pygtk )
+	gtk? ( dev-python/pygtk:2 )
 	ncurses? ( sys-libs/ncurses )
 	psyco? ( dev-python/psyco )"
 RDEPEND="${DEPEND}"



1.2                  sys-fs/pysize/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	11 Jul 2010 15:16:05 -0000	1.1
+++ ChangeLog	7 Mar 2011 13:12:11 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/pysize
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.1 2010/07/11 15:16:05 jlec Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.2 2011/03/07 13:12:11 jlec Exp $
+
+  07 Mar 2011; Justin Lecher <jlec@gentoo.org> pysize-0.2.ebuild:
+  Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux
 
 *pysize-0.2 (11 Jul 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2.ebuild ChangeLog
@ 2011-03-08 23:21 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 3+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-03-08 23:21 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/03/08 23:21:18

  Modified:             pysize-0.2.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #357767
  
  (Portage version: 2.1.9.41/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-fs/pysize/pysize-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?r1=1.2&r2=1.3

Index: pysize-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pysize-0.2.ebuild	7 Mar 2011 13:12:11 -0000	1.2
+++ pysize-0.2.ebuild	8 Mar 2011 23:21:18 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.2 2011/03/07 13:12:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.3 2011/03/08 23:21:18 hwoarang Exp $
 
 EAPI="3"
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="gtk ncurses psyco"
 
 DEPEND="



1.3                  sys-fs/pysize/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	7 Mar 2011 13:12:11 -0000	1.2
+++ ChangeLog	8 Mar 2011 23:21:18 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/pysize
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.2 2011/03/07 13:12:11 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.3 2011/03/08 23:21:18 hwoarang Exp $
+
+  08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pysize-0.2.ebuild:
+  Stable on amd64 wrt bug #357767
 
   07 Mar 2011; Justin Lecher <jlec@gentoo.org> pysize-0.2.ebuild:
   Correct Slots for gtk 3 introduction to tree, keyworded for prefix linux






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

* [gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2.ebuild ChangeLog
@ 2011-03-24  8:57 Thomas Kahle (tomka)
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Kahle (tomka) @ 2011-03-24  8:57 UTC (permalink / raw
  To: gentoo-commits

tomka       11/03/24 08:57:27

  Modified:             pysize-0.2.ebuild ChangeLog
  Log:
  x86 stable per bug 357767
  
  (Portage version: 2.1.9.44/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-fs/pysize/pysize-0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild?r1=1.3&r2=1.4

Index: pysize-0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pysize-0.2.ebuild	8 Mar 2011 23:21:18 -0000	1.3
+++ pysize-0.2.ebuild	24 Mar 2011 08:57:27 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.3 2011/03/08 23:21:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/pysize-0.2.ebuild,v 1.4 2011/03/24 08:57:27 tomka Exp $
 
 EAPI="3"
 
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="gtk ncurses psyco"
 
 DEPEND="



1.4                  sys-fs/pysize/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/pysize/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	8 Mar 2011 23:21:18 -0000	1.3
+++ ChangeLog	24 Mar 2011 08:57:27 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for sys-fs/pysize
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.3 2011/03/08 23:21:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/pysize/ChangeLog,v 1.4 2011/03/24 08:57:27 tomka Exp $
+
+  24 Mar 2011; Thomas Kahle <tomka@gentoo.org> pysize-0.2.ebuild:
+  x86 stable per bug 357767
 
   08 Mar 2011; Markos Chandras <hwoarang@gentoo.org> pysize-0.2.ebuild:
   Stable on amd64 wrt bug #357767






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

end of thread, other threads:[~2011-03-24  8:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-08 23:21 [gentoo-commits] gentoo-x86 commit in sys-fs/pysize: pysize-0.2.ebuild ChangeLog Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-24  8:57 Thomas Kahle (tomka)
2011-03-07 13:12 Justin Lecher (jlec)

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