public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-misc/pypanel: pypanel-2.4-r1.ebuild pypanel-2.4.ebuild ChangeLog
@ 2011-04-06 20:21 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2011-04-06 20:21 UTC (permalink / raw
  To: gentoo-commits

arfrever    11/04/06 20:21:52

  Modified:             pypanel-2.4-r1.ebuild pypanel-2.4.ebuild ChangeLog
  Log:
  Fix deprecation warnings.
  
  (Portage version: 2.2.0_alpha29_p10/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  x11-misc/pypanel/pypanel-2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?r1=1.2&r2=1.3

Index: pypanel-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pypanel-2.4-r1.ebuild	30 May 2010 20:22:14 -0000	1.2
+++ pypanel-2.4-r1.ebuild	6 Apr 2011 20:21:52 -0000	1.3
@@ -1,11 +1,11 @@
-# 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/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.2 2010/05/30 20:22:14 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.3 2011/04/06 20:21:52 arfrever Exp $
 
-EAPI="2"
+EAPI="3"
 PYTHON_DEPEND="2"
 
-inherit distutils eutils
+inherit distutils
 
 MY_PN=${PN/pyp/PyP}
 MY_P=${MY_PN}-${PV}



1.11                 x11-misc/pypanel/pypanel-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?r1=1.10&r2=1.11

Index: pypanel-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pypanel-2.4.ebuild	27 Dec 2009 13:37:28 -0000	1.10
+++ pypanel-2.4.ebuild	6 Apr 2011 20:21:52 -0000	1.11
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.10 2009/12/27 13:37:28 yngwin Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.11 2011/04/06 20:21:52 arfrever Exp $
 
-EAPI="2"
-inherit distutils eutils
+EAPI="3"
+inherit distutils
 
 MY_PN=${PN/pyp/PyP}
 MY_P=${MY_PN}-${PV}



1.40                 x11-misc/pypanel/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	28 May 2010 20:54:49 -0000	1.39
+++ ChangeLog	6 Apr 2011 20:21:52 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/pypanel
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.39 2010/05/28 20:54:49 hwoarang Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.40 2011/04/06 20:21:52 arfrever Exp $
+
+  06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  pypanel-2.4.ebuild, pypanel-2.4-r1.ebuild:
+  Fix deprecation warnings.
 
 *pypanel-2.4-r1 (28 May 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in x11-misc/pypanel: pypanel-2.4-r1.ebuild pypanel-2.4.ebuild ChangeLog
@ 2011-04-16 18:48 Raul Porcel (armin76)
  0 siblings, 0 replies; 2+ messages in thread
From: Raul Porcel (armin76) @ 2011-04-16 18:48 UTC (permalink / raw
  To: gentoo-commits

armin76     11/04/16 18:48:25

  Modified:             pypanel-2.4-r1.ebuild pypanel-2.4.ebuild ChangeLog
  Log:
  Drop alpha keyword
  
  (Portage version: 2.1.9.45/cvs/Linux ia64)

Revision  Changes    Path
1.6                  x11-misc/pypanel/pypanel-2.4-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild?r1=1.5&r2=1.6

Index: pypanel-2.4-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pypanel-2.4-r1.ebuild	10 Apr 2011 17:48:02 -0000	1.5
+++ pypanel-2.4-r1.ebuild	16 Apr 2011 18:48:24 -0000	1.6
@@ -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/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.5 2011/04/10 17:48:02 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4-r1.ebuild,v 1.6 2011/04/16 18:48:24 armin76 Exp $
 
 EAPI="3"
 PYTHON_DEPEND="2"
@@ -16,7 +16,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXft



1.12                 x11-misc/pypanel/pypanel-2.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild?r1=1.11&r2=1.12

Index: pypanel-2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pypanel-2.4.ebuild	6 Apr 2011 20:21:52 -0000	1.11
+++ pypanel-2.4.ebuild	16 Apr 2011 18:48:24 -0000	1.12
@@ -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/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.11 2011/04/06 20:21:52 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/pypanel-2.4.ebuild,v 1.12 2011/04/16 18:48:24 armin76 Exp $
 
 EAPI="3"
 inherit distutils
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ppc ~ppc64 x86"
+KEYWORDS="amd64 ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="x11-libs/libXft



1.43                 x11-misc/pypanel/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog	10 Apr 2011 17:48:02 -0000	1.42
+++ ChangeLog	16 Apr 2011 18:48:25 -0000	1.43
@@ -1,6 +1,10 @@
 # ChangeLog for x11-misc/pypanel
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.42 2011/04/10 17:48:02 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/pypanel/ChangeLog,v 1.43 2011/04/16 18:48:25 armin76 Exp $
+
+  16 Apr 2011; Raúl Porcel <armin76@gentoo.org> pypanel-2.4.ebuild,
+  pypanel-2.4-r1.ebuild:
+  Drop alpha keyword
 
   10 Apr 2011; Thomas Kahle <tomka@gentoo.org> pypanel-2.4-r1.ebuild:
   x86 stable per bug 362341






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

end of thread, other threads:[~2011-04-16 18:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 20:21 [gentoo-commits] gentoo-x86 commit in x11-misc/pypanel: pypanel-2.4-r1.ebuild pypanel-2.4.ebuild ChangeLog Arfrever Frehtes Taifersar Arahesis (arfrever)
  -- strict thread matches above, loose matches on Subject: below --
2011-04-16 18:48 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