diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-09 14:37:23 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-09 14:37:23 +0000 |
commit | 638c7cfb29f7fcc1e100e7ccfcd8c34bf7d3a670 (patch) | |
tree | 233867e0d42caa7a9f1a63731936facca4190ea4 /dev-python/bonobo-python | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-638c7cfb29f7fcc1e100e7ccfcd8c34bf7d3a670.tar.gz gentoo-2-638c7cfb29f7fcc1e100e7ccfcd8c34bf7d3a670.tar.bz2 gentoo-2-638c7cfb29f7fcc1e100e7ccfcd8c34bf7d3a670.zip |
updated fixes after move to /usr
Diffstat (limited to 'dev-python/bonobo-python')
-rw-r--r-- | dev-python/bonobo-python/bonobo-python-0.2.0-r1.ebuild | 7 |
1 files changed, 3 insertions, 4 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 |