summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:34:18 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-12-01 14:34:18 +0000
commita14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13 (patch)
tree89b63710addc2f8d7904a3b305778caeab288cce /dev-python/gdl-python
parentAdd python_need_rebuild and GCONF_DEBUG call to the gnome-python-common eclass (diff)
downloadhistorical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.tar.gz
historical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.tar.bz2
historical-a14f97d31cc85f3cda34ef53d4c3fb6cb0d37a13.zip
Remove python_need_rebuild, it is now in the eclass.
Package-Manager: portage-2.2_rc16/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64
Diffstat (limited to 'dev-python/gdl-python')
-rw-r--r--dev-python/gdl-python/ChangeLog6
-rw-r--r--dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild8
-rw-r--r--dev-python/gdl-python/gdl-python-2.19.1.ebuild8
3 files changed, 9 insertions, 13 deletions
diff --git a/dev-python/gdl-python/ChangeLog b/dev-python/gdl-python/ChangeLog
index b20c57f2b0e0..2122407ad15c 100644
--- a/dev-python/gdl-python/ChangeLog
+++ b/dev-python/gdl-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/gdl-python
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.4 2008/11/29 22:04:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/ChangeLog,v 1.5 2008/12/01 14:33:50 eva Exp $
+
+ 01 Dec 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ gdl-python-2.19.1.ebuild, gdl-python-2.19.1-r1.ebuild:
+ Remove python_need_rebuild, it is now in the eclass.
29 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org>
gdl-python-2.19.1-r1.ebuild:
diff --git a/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild b/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild
index 93eb18124d48..18ef3189125d 100644
--- a/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild
+++ b/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 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.2 2008/11/29 22:04:17 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1-r1.ebuild,v 1.3 2008/12/01 14:33:50 eva Exp $
G_PY_PN="gnome-python-extras"
-inherit gnome-python-common python
+inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
@@ -41,7 +41,3 @@ src_unpack() {
epatch "${FILESDIR}/${P}-gdlicons.patch"
}
-src_install() {
- python_need_rebuild
- gnome-python-common_src_install
-}
diff --git a/dev-python/gdl-python/gdl-python-2.19.1.ebuild b/dev-python/gdl-python/gdl-python-2.19.1.ebuild
index 2e96c3cb3a3e..962d3269f506 100644
--- a/dev-python/gdl-python/gdl-python-2.19.1.ebuild
+++ b/dev-python/gdl-python/gdl-python-2.19.1.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2008 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.ebuild,v 1.2 2008/10/27 01:21:31 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gdl-python/gdl-python-2.19.1.ebuild,v 1.3 2008/12/01 14:33:50 eva Exp $
G_PY_PN="gnome-python-extras"
-inherit gnome-python-common python
+inherit gnome-python-common
PVP="$(get_version_component_range 1-2)"
SRC_URI="mirror://gnome/sources/${G_PY_PN}/${PVP}/${G_PY_PN}-${PV}.tar.bz2
@@ -38,7 +38,3 @@ src_unpack() {
eautoreconf
}
-src_install() {
- python_need_rebuild
- gnome-python-common_src_install
-}