summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-06 23:54:26 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-06 23:54:26 +0000
commit1f2f6692bec02c877fe7ad21f02937b9f656efb4 (patch)
tree97dc61e9866cd17fc84b40691979e4836f44fef9 /gnome-base/libglade/libglade-2.0.1.ebuild
parentnew FHS-compliant dhcpcd with a -z "quit but save cache option" which is very... (diff)
downloadgentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.gz
gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.tar.bz2
gentoo-2-1f2f6692bec02c877fe7ad21f02937b9f656efb4.zip
repoman: trim trailing whitespace
Diffstat (limited to 'gnome-base/libglade/libglade-2.0.1.ebuild')
-rw-r--r--gnome-base/libglade/libglade-2.0.1.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnome-base/libglade/libglade-2.0.1.ebuild b/gnome-base/libglade/libglade-2.0.1.ebuild
index 7ebcd7a3c5c8..2f4cdb7c54f7 100644
--- a/gnome-base/libglade/libglade-2.0.1.ebuild
+++ b/gnome-base/libglade/libglade-2.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.12 2003/08/29 20:28:25 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-base/libglade/libglade-2.0.1.ebuild,v 1.13 2003/09/06 23:51:37 msterret Exp $
IUSE="doc nls"
@@ -24,16 +24,16 @@ RDEPEND=">=dev-libs/glib-2.0.6
>=dev-lang/python-2.0-r7
>=dev-libs/libxml2-2.4.24
nls? ( >=sys-devel/gettext-0.10.40 )"
-
+
DEPEND=">=dev-util/pkgconfig-0.12.0
${RDEPEND}
doc? ( dev-util/gtk-doc )
app-text/docbook-xml-dtd"
-
+
src_compile() {
## patch for xml stuff
patch -p0 < ${FILESDIR}/Makefile.in-0.patch
- gnome2_src_configure
+ gnome2_src_configure
emake || die "die a horrible death"
}
DOCS="ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README"
@@ -49,7 +49,7 @@ pkg_postinst() {
echo ">>> Updating XML catalog"
/usr/bin/xmlcatalog --noout --add "system" \
"http://glade.gnome.org/glade-2.0.dtd" \
- /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
+ /usr/share/xml/libglade/glade-2.0.dtd /etc/xml/catalog
gnome2_pkg_postinst
}