summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@gentoo.org>2001-10-09 14:37:23 +0000
committerMikael Hallendal <hallski@gentoo.org>2001-10-09 14:37:23 +0000
commit6fb6c2695e1e036ca5c3e593378cd6a3b9585b0a (patch)
tree8043ea67c610bad394bb880b00423b646796eb7d /dev-python
parent*** empty log message *** (diff)
downloadhistorical-6fb6c2695e1e036ca5c3e593378cd6a3b9585b0a.tar.gz
historical-6fb6c2695e1e036ca5c3e593378cd6a3b9585b0a.tar.bz2
historical-6fb6c2695e1e036ca5c3e593378cd6a3b9585b0a.zip
updated fixes after move to /usr
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild7
-rw-r--r--dev-python/gnome-python/files/digest-gnome-python-1.4.1-r3 (renamed from dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2)0
-rw-r--r--dev-python/gnome-python/gnome-python-1.4.1-r3.ebuild (renamed from dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild)11
-rw-r--r--dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild27
4 files changed, 22 insertions, 23 deletions
diff --git a/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild b/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild
index 653aab6558c0..702b8f928452 100644
--- a/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild
+++ b/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild
@@ -1,13 +1,12 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Mikael Hallendal <micke@hallendal.net>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild,v 1.1 2001/10/06 11:24:06 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild,v 1.2 2001/10/09 14:37:23 hallski Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="Bonobo bindings for Python"
-SRC_URI="http://theta.lajnux.nu/bonobo-python/download/${A}"
-HOMEPAGE="http://theta.lajnux.nu/bonobo-python/"
+SRC_URI="http://bonobo-python.lajnux.nu/download/${P}.tar.gz"
+HOMEPAGE="http://bonobo-python.lajnux.nu/"
DEPEND=">=x11-libs/gtk+-1.2.10-r4
>=gnome-base/bonobo-1.0.9-r1
diff --git a/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2 b/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r3
index 821fcc40a094..821fcc40a094 100644
--- a/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2
+++ b/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r3
diff --git a/dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild b/dev-python/gnome-python/gnome-python-1.4.1-r3.ebuild
index 3a5c24775b7c..637136234f4b 100644
--- a/dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild
+++ b/dev-python/gnome-python/gnome-python-1.4.1-r3.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild,v 1.1 2001/10/06 11:24:06 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1-r3.ebuild,v 1.1 2001/10/09 14:37:23 hallski Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="gnome-python"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/latest/sources/"${A}
+SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/latest/sources/${P}.tar.gz"
HOMEPAGE="http://www.gnome.org"
DEPEND="virtual/python
@@ -46,12 +45,12 @@ src_install() {
cd ${S}/pygnome
docinto pygnome
dodoc COPYING
- else
- cd ${S}/pygtk
- make prefix=${D}/usr install || die
fi
cd ${S}/pygtk
+ make prefix=${D}/usr install || die
+
+ cd ${S}/pygtk
docinto pygtk
dodoc AUTHORS COPYING ChangeLog NEWS MAPPING README
}
diff --git a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild
index ed71456c04bf..c65d073e05bb 100644
--- a/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild
+++ b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild
@@ -1,12 +1,11 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Mikael Hallendal <micke@hallendal.net>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.1 2001/10/06 11:24:06 azarah Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild,v 1.2 2001/10/09 14:37:23 hallski Exp $
-A=${P}.tar.gz
S=${WORKDIR}/${P}
DESCRIPTION="ORBit bindings for Python"
-SRC_URI="http://orbit-python.sault.org/files/${A}"
+SRC_URI="http://orbit-python.sault.org/files/${P}.tar.gz"
HOMEPAGE="http://orbit-python.sault.org/"
DEPEND=">=dev-libs/glib-1.2.10
@@ -14,17 +13,19 @@ DEPEND=">=dev-libs/glib-1.2.10
virtual/python"
src_compile() {
- PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-libIDL-prefix=/usr --with-orbit-prefix=/usr
- try make
+ CFLAGS="$CFLAGS `gnome-config --cflags libIDL`"
+
+ PYTHON="/usr/bin/python" ./configure --host=${CHOST} \
+ --prefix=/usr \
+ --with-libIDL-prefix=/usr \
+ --with-orbit-prefix=/usr
+ assert
+
+ make || die
}
src_install() {
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS
- dodoc README TODO
+ make DESTDIR=${D} install || die
+
+ dodoc AUTHORS COPYING ChangeLog NEWS README TODO
}
-
-
-
-