public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.91.2.ebuild matplotlib-0.91.4.ebuild
@ 2009-03-14 14:21 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2009-03-14 14:21 UTC (permalink / raw
  To: gentoo-commits

bicatali    09/03/14 14:21:59

  Modified:             ChangeLog matplotlib-0.91.2.ebuild
                        matplotlib-0.91.4.ebuild
  Log:
  Switch to EAPI 2
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.63                 dev-python/matplotlib/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	9 Mar 2009 11:05:30 -0000	1.62
+++ ChangeLog	14 Mar 2009 14:21:59 -0000	1.63
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/matplotlib
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.62 2009/03/09 11:05:30 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/ChangeLog,v 1.63 2009/03/14 14:21:59 bicatali Exp $
+
+  14 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
+  matplotlib-0.91.2.ebuild, matplotlib-0.91.4.ebuild:
+  Switch to EAPI 2
 
   09 Mar 2009; Sébastien Fabbro <bicatali@gentoo.org>
   matplotlib-0.98.5.2-r3.ebuild:



1.7                  dev-python/matplotlib/matplotlib-0.91.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild?r1=1.6&r2=1.7

Index: matplotlib-0.91.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- matplotlib-0.91.2.ebuild	10 Oct 2008 08:44:05 -0000	1.6
+++ matplotlib-0.91.2.ebuild	14 Mar 2009 14:21:59 -0000	1.7
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.6 2008/10/10 08:44:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.2.ebuild,v 1.7 2009/03/14 14:21:59 bicatali Exp $
 
 NEED_PYTHON=2.3
 WX_GTK_VER=2.8
-EAPI=1
+EAPI=2
 inherit eutils distutils wxwidgets
 
 DOC_PV=${PV}svn
@@ -25,6 +25,7 @@
 	dev-python/pytz
 	dev-python/python-dateutil
 	gtk? ( dev-python/pygtk )
+	tk? ( dev-lang/python[tk] )
 	wxwindows? ( dev-python/wxpython:2.8 )"
 
 RDEPEND="${DEPEND}
@@ -40,10 +41,6 @@
 
 DOCS="INTERACTIVE API_CHANGES"
 
-pkg_setup() {
-	use tk && distutils_python_tkinter
-}
-
 use_setup() {
 	local uword="${2}"
 	[ -z "${2}" ] && uword="${1}"
@@ -56,9 +53,7 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	epatch "${FILESDIR}"/${P}-gcc43.patch
 	# create setup.cfg (see setup.cfg.template for any changes)
 	cat > setup.cfg <<-EOF



1.3                  dev-python/matplotlib/matplotlib-0.91.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild?r1=1.2&r2=1.3

Index: matplotlib-0.91.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- matplotlib-0.91.4.ebuild	10 Oct 2008 08:44:05 -0000	1.2
+++ matplotlib-0.91.4.ebuild	14 Mar 2009 14:21:59 -0000	1.3
@@ -1,10 +1,10 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.2 2008/10/10 08:44:05 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/matplotlib/matplotlib-0.91.4.ebuild,v 1.3 2009/03/14 14:21:59 bicatali Exp $
 
 NEED_PYTHON=2.3
 WX_GTK_VER=2.8
-EAPI=1
+EAPI=2
 inherit eutils distutils wxwidgets
 
 DOC_PV=0.91.2svn
@@ -25,6 +25,7 @@
 	dev-python/pytz
 	dev-python/python-dateutil
 	gtk? ( dev-python/pygtk )
+	tk? ( dev-lang/python[tk] )
 	wxwindows? ( dev-python/wxpython:2.8 )"
 
 RDEPEND="${DEPEND}
@@ -40,10 +41,6 @@
 
 DOCS="INTERACTIVE API_CHANGES"
 
-pkg_setup() {
-	use tk && distutils_python_tkinter
-}
-
 use_setup() {
 	local uword="${2}"
 	[ -z "${2}" ] && uword="${1}"
@@ -56,9 +53,7 @@
 	fi
 }
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+src_prepare() {
 	# create setup.cfg (see setup.cfg.template for any changes)
 	cat > setup.cfg <<-EOF
 		[provide_packages]






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

only message in thread, other threads:[~2009-03-14 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-14 14:21 [gentoo-commits] gentoo-x86 commit in dev-python/matplotlib: ChangeLog matplotlib-0.91.2.ebuild matplotlib-0.91.4.ebuild Sebastien Fabbro (bicatali)

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