public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.19.1-r1.ebuild gdl-python-2.19.1-r2.ebuild gdl-python-2.19.1.ebuild
@ 2010-06-02 21:10 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2010-06-02 21:10 UTC (permalink / raw
  To: gentoo-commits

eva         10/06/02 21:10:56

  Modified:             ChangeLog gdl-python-2.19.1-r1.ebuild
                        gdl-python-2.19.1-r2.ebuild
  Removed:              gdl-python-2.19.1.ebuild
  Log:
  Update to use EAPI=2 due to eclass changes.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 dev-python/gdl-python/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	8 Apr 2010 18:28:17 -0000	1.24
+++ ChangeLog	2 Jun 2010 21:10:56 -0000	1.25
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/gdl-python
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.24 2010/04/08 18:28:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.25 2010/06/02 21:10:56 eva Exp $
+
+  02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  -gdl-python-2.19.1.ebuild, gdl-python-2.19.1-r1.ebuild,
+  gdl-python-2.19.1-r2.ebuild:
+  Update to use EAPI=2 due to eclass changes.
 
   08 Apr 2010; Raúl Porcel <armin76@gentoo.org>
   gdl-python-2.19.1-r2.ebuild:



1.12                 dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild?r1=1.11&r2=1.12

Index: gdl-python-2.19.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gdl-python-2.19.1-r1.ebuild	30 Oct 2009 07:44:43 -0000	1.11
+++ gdl-python-2.19.1-r1.ebuild	2 Jun 2010 21:10:56 -0000	1.12
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.11 2009/10/30 07:44:43 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.12 2010/06/02 21:10:56 eva Exp $
 
+EAPI="2"
 G_PY_PN="gnome-python-extras"
 
 inherit gnome-python-common
@@ -13,20 +14,20 @@
 DESCRIPTION="Python bindings for GDL"
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha ~amd64 hppa ~ia64 ppc ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="hppa ppc64"
 IUSE="examples"
 
-RDEPEND=">=dev-libs/gdl-2.24.0"
+RDEPEND=">=dev-libs/gdl-2.24"
 DEPEND="${RDEPEND}"
 
 EXAMPLES="examples/gdl/*"
 
-src_unpack() {
-	gnome-python-common_src_unpack
-
+src_prepare() {
 	epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
 	eautoreconf
 
 	# Fix build failure with recent gdl
 	epatch "${FILESDIR}/${P}-gdlicons.patch"
+
+	gnome-python-common_src_prepare
 }



1.6                  dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild

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

Index: gdl-python-2.19.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gdl-python-2.19.1-r2.ebuild	8 Apr 2010 18:28:17 -0000	1.5
+++ gdl-python-2.19.1-r2.ebuild	2 Jun 2010 21:10:56 -0000	1.6
@@ -1,7 +1,8 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v 1.5 2010/04/08 18:28:17 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r2.ebuild,v 1.6 2010/06/02 21:10:56 eva Exp $
 
+EAPI="2"
 G_PY_PN="gnome-python-extras"
 
 inherit gnome-python-common
@@ -16,14 +17,12 @@
 KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="examples"
 
-RDEPEND=">=dev-libs/gdl-2.28.0"
+RDEPEND=">=dev-libs/gdl-2.28"
 DEPEND="${RDEPEND}"
 
 EXAMPLES="examples/gdl/*"
 
-src_unpack() {
-	gnome-python-common_src_unpack
-
+src_prepare() {
 	epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
 	eautoreconf
 
@@ -32,4 +31,6 @@
 
 	# Fix build failure with gdl-2.28
 	epatch "${FILESDIR}/${P}-gdlapi-removal.patch"
+
+	gnome-python-common_src_prepare
 }






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

only message in thread, other threads:[~2010-06-02 21:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-02 21:10 [gentoo-commits] gentoo-x86 commit in dev-python/gdl-python: ChangeLog gdl-python-2.19.1-r1.ebuild gdl-python-2.19.1-r2.ebuild gdl-python-2.19.1.ebuild Gilles Dartiguelongue (eva)

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