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/gnome-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/gnome-python')
-rw-r--r--dev-python/gnome-python/files/digest-gnome-python-1.4.1-r11
-rw-r--r--dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2 (renamed from dev-python/gnome-python/files/digest-gnome-python-1.4.1)0
-rw-r--r--dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild (renamed from dev-python/gnome-python/gnome-python-1.4.1-r1.ebuild)12
-rw-r--r--dev-python/gnome-python/gnome-python-1.4.1.ebuild34
4 files changed, 6 insertions, 41 deletions
diff --git a/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r1 b/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r1
deleted file mode 100644
index 821fcc40a094..000000000000
--- a/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 52f8b5ef4cbdaba3c00c08e28702be69 gnome-python-1.4.1.tar.gz
diff --git a/dev-python/gnome-python/files/digest-gnome-python-1.4.1 b/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2
index 821fcc40a094..821fcc40a094 100644
--- a/dev-python/gnome-python/files/digest-gnome-python-1.4.1
+++ b/dev-python/gnome-python/files/digest-gnome-python-1.4.1-r2
diff --git a/dev-python/gnome-python/gnome-python-1.4.1-r1.ebuild b/dev-python/gnome-python/gnome-python-1.4.1-r2.ebuild
index bd76e0072e82..3a5c24775b7c 100644
--- a/dev-python/gnome-python/gnome-python-1.4.1-r1.ebuild
+++ b/dev-python/gnome-python/gnome-python-1.4.1-r2.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 Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/dev-python/gnome-python/gnome-python-1.4.1-r1.ebuild,v 1.2 2001/10/03 19:49:25 hallski Exp $
+# $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 $
A=${P}.tar.gz
S=${WORKDIR}/${P}
@@ -10,11 +10,11 @@ SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/latest/sources/"${A}
HOMEPAGE="http://www.gnome.org"
DEPEND="virtual/python
- >=x11-libs/gtk+-1.2.6
- >=media-libs/imlib-1.8.10
- gnome? ( >=gnome-base/gnome-core-1.4.0
- >=gnome-base/libglade-0.16 )
- opengl? ( >=x11-libs/gtkglarea-1.2.2 )"
+ >=x11-libs/gtk+-1.2.10-r4
+ >=media-libs/imlib-1.9.10-r1
+ gnome? ( >=gnome-base/gnome-core-1.4.0.4-r1
+ >=gnome-base/libglade-0.17-r1 )
+ opengl? ( >=x11-libs/gtkglarea-1.2.2-r1 )"
src_compile() {
diff --git a/dev-python/gnome-python/gnome-python-1.4.1.ebuild b/dev-python/gnome-python/gnome-python-1.4.1.ebuild
deleted file mode 100644
index 6d9700e40c5b..000000000000
--- a/dev-python/gnome-python/gnome-python-1.4.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.ebuild,v 1.4 2001/06/04 21:57:52 achim Exp $
-
-A=${P}.tar.gz
-S=${WORKDIR}/${P}
-DESCRIPTION="gnome-python"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/latest/sources/"${A}
-HOMEPAGE="http://www.gnome.org"
-
-DEPEND=">=gnome-base/gnome-core-1.4.0
- opengl? ( >=x11-libs/gtkglarea-1.2.2 )
- virtual/python"
-
-src_compile() {
- PYTHON="/usr/bin/python" try ./configure --host=${CHOST} --prefix=/usr \
- --with-gnome
- try make
-}
-
-src_install() {
- try make prefix=${D}/usr install
- dodoc AUTHORS COPYING* ChangeLog NEWS
- dodoc README*
- cd ${S}/pygnome ; docinto pygnome
- dodoc COPYING
- cd ${S}/pygtk ; docinto pygtk
- dodoc AUTHORS COPYING ChangeLog MAPPING NEWS README
-}
-
-
-
-