summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2001-10-06 11:24:06 +0000
committerMartin Schlemmer <azarah@gentoo.org>2001-10-06 11:24:06 +0000
commit180d6bf1209c4ce483a11e63dd6007acfe116fd6 (patch)
treec7f2e01cf678100dfbb88c9b23e54fd6ee35fde0 /dev-python/orbit-python
parentfixed typo, thanks Joshua Pierre (diff)
downloadgentoo-2-180d6bf1209c4ce483a11e63dd6007acfe116fd6.tar.gz
gentoo-2-180d6bf1209c4ce483a11e63dd6007acfe116fd6.tar.bz2
gentoo-2-180d6bf1209c4ce483a11e63dd6007acfe116fd6.zip
move gtk+ apps to /usr and use gtk+-1.2.10-r4, #3
Diffstat (limited to 'dev-python/orbit-python')
-rw-r--r--dev-python/orbit-python/files/digest-orbit-python-0.2.01
-rw-r--r--dev-python/orbit-python/files/digest-orbit-python-0.3.0-r1 (renamed from dev-python/orbit-python/files/digest-orbit-python-0.3.0)0
-rw-r--r--dev-python/orbit-python/orbit-python-0.2.0.ebuild30
-rw-r--r--dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild (renamed from dev-python/orbit-python/orbit-python-0.3.0.ebuild)8
4 files changed, 4 insertions, 35 deletions
diff --git a/dev-python/orbit-python/files/digest-orbit-python-0.2.0 b/dev-python/orbit-python/files/digest-orbit-python-0.2.0
deleted file mode 100644
index e88307ff590b..000000000000
--- a/dev-python/orbit-python/files/digest-orbit-python-0.2.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 56ebe0f2c9194e338c48b7f931003722 orbit-python-0.2.0.tar.gz
diff --git a/dev-python/orbit-python/files/digest-orbit-python-0.3.0 b/dev-python/orbit-python/files/digest-orbit-python-0.3.0-r1
index f3f386ff298e..f3f386ff298e 100644
--- a/dev-python/orbit-python/files/digest-orbit-python-0.3.0
+++ b/dev-python/orbit-python/files/digest-orbit-python-0.3.0-r1
diff --git a/dev-python/orbit-python/orbit-python-0.2.0.ebuild b/dev-python/orbit-python/orbit-python-0.2.0.ebuild
deleted file mode 100644
index 73c2f72f1cc2..000000000000
--- a/dev-python/orbit-python/orbit-python-0.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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.2.0.ebuild,v 1.1 2001/07/02 19:48:59 hallski Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="ORBit bindings for Python"
-SRC_URI="http://orbit-python.sault.org/${A}"
-HOMEPAGE="http://orbit-python.sault.org/"
-
-DEPEND=">=dev-libs/glib-1.1.4
- >=gnome-base/ORBit-0.5.1
- virtual/python"
-
-src_compile() {
- PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-libIDL-prefix=/opt/gnome --with-orbit-prefix=/opt/gnome
- try make
-}
-
-src_install() {
- try make DESTDIR=${D} install
- dodoc AUTHORS COPYING ChangeLog NEWS
- dodoc README TODO
-}
-
-
-
-
diff --git a/dev-python/orbit-python/orbit-python-0.3.0.ebuild b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild
index 494e63c72a4e..ed71456c04bf 100644
--- a/dev-python/orbit-python/orbit-python-0.3.0.ebuild
+++ b/dev-python/orbit-python/orbit-python-0.3.0-r1.ebuild
@@ -1,7 +1,7 @@
# 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.ebuild,v 1.1 2001/08/22 19:19:09 hallski Exp $
+# $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 $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -9,13 +9,13 @@ DESCRIPTION="ORBit bindings for Python"
SRC_URI="http://orbit-python.sault.org/files/${A}"
HOMEPAGE="http://orbit-python.sault.org/"
-DEPEND=">=dev-libs/glib-1.1.4
- >=gnome-base/ORBit-0.5.7
+DEPEND=">=dev-libs/glib-1.2.10
+ >=gnome-base/ORBit-0.5.10-r1
virtual/python"
src_compile() {
PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-libIDL-prefix=/opt/gnome --with-orbit-prefix=/opt/gnome
+ --with-libIDL-prefix=/usr --with-orbit-prefix=/usr
try make
}