summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-06-02 21:19:28 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-06-02 21:19:28 +0000
commitd39bb7c7bc0b12aadfb76378b85833403e721c55 (patch)
tree6d9684929bc6eb4a0e5f870063c0aa639c13b7bb /dev-python/gtkspell-python
parentUpdate to use EAPI=2 due to eclass changes. (diff)
downloadgentoo-2-d39bb7c7bc0b12aadfb76378b85833403e721c55.tar.gz
gentoo-2-d39bb7c7bc0b12aadfb76378b85833403e721c55.tar.bz2
gentoo-2-d39bb7c7bc0b12aadfb76378b85833403e721c55.zip
Update to use EAPI=2 due to eclass changes.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/gtkspell-python')
-rw-r--r--dev-python/gtkspell-python/ChangeLog8
-rw-r--r--dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild11
2 files changed, 12 insertions, 7 deletions
diff --git a/dev-python/gtkspell-python/ChangeLog b/dev-python/gtkspell-python/ChangeLog
index 6a4cab9c96b4..78614d2df13c 100644
--- a/dev-python/gtkspell-python/ChangeLog
+++ b/dev-python/gtkspell-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gtkspell-python
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.9 2009/08/25 12:42:59 aballier Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/ChangeLog,v 1.10 2010/06/02 21:19:28 eva Exp $
+
+ 02 Jun 2010; Gilles Dartiguelongue <eva@gentoo.org>
+ gtkspell-python-2.19.1.ebuild:
+ Update to use EAPI=2 due to eclass changes.
25 Aug 2009; Alexis Ballier <aballier@gentoo.org>
gtkspell-python-2.19.1.ebuild:
diff --git a/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild b/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild
index 51a7e572ddb1..b015954bbb6d 100644
--- a/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild
+++ b/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild
@@ -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/gtkspell-python/gtkspell-python-2.19.1.ebuild,v 1.9 2009/08/25 12:42:59 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gtkspell-python/gtkspell-python-2.19.1.ebuild,v 1.10 2010/06/02 21:19:28 eva Exp $
+EAPI="2"
G_PY_PN="gnome-python-extras"
inherit gnome-python-common
@@ -23,9 +24,9 @@ DEPEND="${RDEPEND}"
EXAMPLES="examples/gtkspell/*"
-src_unpack() {
- gnome-python-common_src_unpack
-
+src_prepare() {
epatch "${WORKDIR}/${G_PY_PN}-${PV}-split.patch"
eautoreconf
+
+ gnome-python-common_src_prepare
}