diff options
author | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:08:21 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@gentoo.org> | 2006-12-21 03:08:21 +0000 |
commit | edea4cd5485f9e29f98776f92a36adfe26b03f3b (patch) | |
tree | 307a808d7ad2663153c9a04f70f283cba63b10c3 /dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild | |
parent | gnome 1.x removal (diff) | |
download | historical-edea4cd5485f9e29f98776f92a36adfe26b03f3b.tar.gz historical-edea4cd5485f9e29f98776f92a36adfe26b03f3b.tar.bz2 historical-edea4cd5485f9e29f98776f92a36adfe26b03f3b.zip |
gnome 1.x removal
Diffstat (limited to 'dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild')
-rw-r--r-- | dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild b/dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild deleted file mode 100644 index b50e6564ee34..000000000000 --- a/dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bonobo-python/bonobo-python-0.2.0-r4.ebuild,v 1.4 2004/06/25 01:26:26 agriffis Exp $ - -inherit virtualx - -IUSE="" - -DESCRIPTION="Bonobo bindings for Python" -SRC_URI="http://bonobo-python.lajnux.nu/download/${P}.tar.gz" -HOMEPAGE="http://bonobo-python.lajnux.nu/" - -DEPEND="=x11-libs/gtk+-1.2* - >=gnome-base/bonobo-1.0.9 - <dev-python/gnome-python-1.99 - =dev-python/orbit-python-0.3* - virtual/python" - -SLOT="0" -KEYWORDS="~x86 ~sparc ~alpha ~ppc" -LICENSE="GPL-2" - -src_unpack() { - unpack ${A} - - # fix configure time sandbox problem - cd ${S} - sed -i -e "s:import gnome.config ; gnome.config.sync::" configure - - # fix pygtk detection in configure script - sed -i -e 's:import gtk:import pygtk; pygtk.require("1.2"); import gtk:' configure - - chmod +x configure -} - -src_compile() { - PYTHON="/usr/bin/python" Xeconf \ - --with-libIDL-prefix=/usr --with-orbit-prefix=/usr \ - --with-oaf-prefix=/usr || die - Xmake || die -} - -src_install() { - # check if nautilus 1 was found - grep "#pysite_PYTHON" ${S}/nautilus/Makefile >& /dev/null && \ - ( \ - sed -i -e "s/'install-data-am: install-pysitePYTHON'/'install-data-am:'/" ${S}/nautilus/Makefile; \ - ) - - einstall || die - dodoc AUTHORS COPYING ChangeLog NEWS README TODO -} |