From 9b5fc27743d0f914f049b5abbd424a68fa496560 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Sun, 7 Sep 2003 00:24:03 +0000 Subject: repoman: trim trailing whitespace --- x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild') diff --git a/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild b/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild index e303699e49c4..9b84028e9151 100644 --- a/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild +++ b/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild,v 1.4 2003/07/25 13:14:11 tberman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild,v 1.5 2003/09/07 00:23:27 msterret Exp $ -# WARNING +# WARNING # All gst-sharp hacks done in this build are nonfunctional # Do not try to use them, they don't work. Not for me, not for anybody. # They're just here for future reference @@ -26,7 +26,7 @@ RDEPEND=">=dev-dotnet/mono-0.24 gnome? ( >=gnome-base/libgnomecanvas-2 >=gnome-base/libgnomeui-2 ) gnomedb? ( >=gnome-extra/libgnomedb-0.11 )" - + DEPEND="${RDEPEND} dev-util/pkgconfig" @@ -43,7 +43,7 @@ src_unpack() { sed -e "s:sample/Makefile::" -e "s:sample/rsvg/Makefile::" configure.in.old > configure.in # Workaround possible upgrade problems - cd ${S}/rsvg + cd ${S}/rsvg mv Makefile.in Makefile.in.old sed -e "s:glib-sharp:../glib/glib-sharp.dll:" Makefile.in.old > Makefile.in @@ -69,7 +69,7 @@ src_compile() { } src_install () { - # Path for the installation of the libs is hardcoded in the Makefile, + # Path for the installation of the libs is hardcoded in the Makefile, # so we need to change it - Is being changed, check every release for i in $(find . -iname Makefile); do cp $i ${i}.orig; sed "s:${DESTDIR}/usr:${D}/usr:" $i.orig > $i; done -- cgit v1.2.3-65-gdbad