summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-03-30 14:25:02 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-03-30 14:25:02 +0000
commit1e9647670898ec18cb8b58d4767c60927f6dd0aa (patch)
tree6303af97404eee8412afe9079f6e7bb35dd07bae /gnome-base
parentRemoved crusty old ebuilds (diff)
downloadgentoo-2-1e9647670898ec18cb8b58d4767c60927f6dd0aa.tar.gz
gentoo-2-1e9647670898ec18cb8b58d4767c60927f6dd0aa.tar.bz2
gentoo-2-1e9647670898ec18cb8b58d4767c60927f6dd0aa.zip
fixed typos
Diffstat (limited to 'gnome-base')
-rw-r--r--gnome-base/libglade/libglade-0.17-r4.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnome-base/libglade/libglade-0.17-r4.ebuild b/gnome-base/libglade/libglade-0.17-r4.ebuild
index c3937d5cfc62..8ea59fc03e2d 100644
--- a/gnome-base/libglade/libglade-0.17-r4.ebuild
+++ b/gnome-base/libglade/libglade-0.17-r4.ebuild
@@ -1,12 +1,12 @@
# Copyright 1999-2002 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/gnome-base/libglade/libglade-0.17-r4.ebuild,v 1.1 2002/03/30 01:02:51 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-0.17-r4.ebuild,v 1.2 2002/03/30 14:25:02 seemant Exp $
S=${WORKDIR}/${P}
-DESCRIPTION="libglade allows programmes to load their UIs from an XMLS description at tuntime."
+DESCRIPTION="libglade allows programs to load their UIs from an XMLS description at tuntime."
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz"
-HOMEPAGE="http://freshmeat.net/redir/libglade/5651/url_homepage/"
+HOMEPAGE="http://developer.gnome.org/doc/API/libglade/libglade.html"
RDEPEND=">=dev-libs/libxml-1.8.15
gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )
@@ -34,7 +34,6 @@ src_compile() {
--sysconfdir=/etc \
--localstatedir=/var/lib \
--disable-gnomedb \
- --disable-bonobo --disable-bonobotest \
${myconf} || die
emake || die
}