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/gnome-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/gnome-python')
-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
2 files changed, 5 insertions, 6 deletions
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
}