diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:24:03 +0000 |
commit | 9b5fc27743d0f914f049b5abbd424a68fa496560 (patch) | |
tree | 893c9c4b145787e74faefd9ef989620af3e67939 /x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild | |
parent | header fix (diff) | |
download | gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.gz gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.tar.bz2 gentoo-2-9b5fc27743d0f914f049b5abbd424a68fa496560.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild')
-rw-r--r-- | x11-libs/gtk-sharp/gtk-sharp-0.9.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
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 |