diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 21:05:01 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-06-02 21:05:01 +0000 |
commit | adb247f720b7e67d1316d5a647d6a0ee36ba562a (patch) | |
tree | 7d39d4369faff0db0a22c594b4290bc1ab9e29cd /dev-python/egg-python | |
parent | Clean up old revisions. (diff) | |
download | gentoo-2-adb247f720b7e67d1316d5a647d6a0ee36ba562a.tar.gz gentoo-2-adb247f720b7e67d1316d5a647d6a0ee36ba562a.tar.bz2 gentoo-2-adb247f720b7e67d1316d5a647d6a0ee36ba562a.zip |
Update to use EAPI=2 due to eclass changes.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/egg-python')
-rw-r--r-- | dev-python/egg-python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/egg-python/egg-python-2.19.1.ebuild | 12 |
2 files changed, 13 insertions, 7 deletions
diff --git a/dev-python/egg-python/ChangeLog b/dev-python/egg-python/ChangeLog index 5dd4c9d0db69..9e52708a87d9 100644 --- a/dev-python/egg-python/ChangeLog +++ b/dev-python/egg-python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/egg-python -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.11 2009/08/25 13:18:31 aballier Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/ChangeLog,v 1.12 2010/06/02 21:05:01 eva Exp $ + + 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org> + egg-python-2.19.1.ebuild: + Update to use EAPI=2 due to eclass changes. 25 Aug 2009; Alexis Ballier <aballier@gentoo.org> egg-python-2.19.1.ebuild: diff --git a/dev-python/egg-python/egg-python-2.19.1.ebuild b/dev-python/egg-python/egg-python-2.19.1.ebuild index 8c570946c154..9a325dec3bb4 100644 --- a/dev-python/egg-python/egg-python-2.19.1.ebuild +++ b/dev-python/egg-python/egg-python-2.19.1.ebuild @@ -1,6 +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/egg-python/egg-python-2.19.1.ebuild,v 1.12 2009/08/25 13:18:31 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egg-python/egg-python-2.19.1.ebuild,v 1.13 2010/06/02 21:05:01 eva Exp $ + +EAPI="2" # We don't support the egg.recent bindings that are also provided - they are # deprecated, have deps we don't really want and there are no users in-tree. @@ -25,9 +27,9 @@ DEPEND="${RDEPEND}" EXAMPLES="examples/egg/tray*" -src_unpack() { - gnome-python-common_src_unpack - +src_prepare() { epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch" eautoreconf + + gnome-python-common_src_prepare } |