diff options
author | 2003-09-07 00:06:14 +0000 | |
---|---|---|
committer | 2003-09-07 00:06:14 +0000 | |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/glame | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/glame')
-rw-r--r-- | media-sound/glame/Manifest | 8 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.3.ebuild | 14 | ||||
-rw-r--r-- | media-sound/glame/glame-0.6.4.ebuild | 12 | ||||
-rw-r--r-- | media-sound/glame/glame-1.0.1.ebuild | 12 |
4 files changed, 23 insertions, 23 deletions
diff --git a/media-sound/glame/Manifest b/media-sound/glame/Manifest index 5a5ffcb02c14..3c82de592b19 100644 --- a/media-sound/glame/Manifest +++ b/media-sound/glame/Manifest @@ -1,7 +1,7 @@ +MD5 0c3e0948d7d236325a533960d450f406 ChangeLog 1847 +MD5 19d6f4fd88c4f18f45a26b913abd8a0a glame-0.6.3.ebuild 1717 +MD5 1c4ef87d8b8bef5258dd697a6c0094e1 glame-0.6.4.ebuild 1793 +MD5 7c2c13a4152b82df9ff441543dc25310 glame-1.0.1.ebuild 1852 MD5 0f9e060b52d269fd1c243646143605e1 files/digest-glame-0.6.3 64 MD5 fcefae48a292c979f6c45a0bccafe745 files/digest-glame-0.6.4 64 MD5 6d37da48379bb5a16ffc8f3e9ca2febd files/digest-glame-1.0.1 64 -MD5 43306fb579873d1b3636297742999728 glame-0.6.3.ebuild 1721 -MD5 260ea6f0d3a7f1bb8e266ae074fbc518 glame-0.6.4.ebuild 1796 -MD5 0c3e0948d7d236325a533960d450f406 ChangeLog 1847 -MD5 83db5baf930d7ac8dd344d0da3288291 glame-1.0.1.ebuild 1856 diff --git a/media-sound/glame/glame-0.6.3.ebuild b/media-sound/glame/glame-0.6.3.ebuild index ce158722297a..512e500dad81 100644 --- a/media-sound/glame/glame-0.6.3.ebuild +++ b/media-sound/glame/glame-0.6.3.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/media-sound/glame/glame-0.6.3.ebuild,v 1.5 2003/02/13 13:12:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.3.ebuild,v 1.6 2003/09/07 00:06:05 msterret Exp $ IUSE="nls gnome" @@ -23,7 +23,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - + # fix NLS problem (bug #7587) if [ ! "`use nls`" ] then @@ -42,7 +42,7 @@ src_compile() { src/gui/glame.desktop.old > src/gui/glame.desktop rm src/gui/glame.desktop.old fi - + local myconf="" use nls && myconf="--enable-nls" \ @@ -50,22 +50,22 @@ src_compile() { use gnome || myconf="$myconf --disable-gui" # needed to not break configure - unset CFLAGS + unset CFLAGS econf --with-included-gettext ${myconf} || die "Configuration failed" - + emake || die "Compilation failed" } src_install () { einstall || die "Installation failed" - + if [ "`use gnome`" ] then dodir /usr/share/pixmaps dosym ../glame/pixmaps/glame-logo.jpg \ /usr/share/pixmaps/glame-logo.jpg fi - + dodoc ABOUT-NLS AUTHORS BUGS COPYING CREDITS ChangeLog MAINTAINERS \ NEWS README TODO } diff --git a/media-sound/glame/glame-0.6.4.ebuild b/media-sound/glame/glame-0.6.4.ebuild index e3ed0ace39a7..f0f421807c73 100644 --- a/media-sound/glame/glame-0.6.4.ebuild +++ b/media-sound/glame/glame-0.6.4.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/media-sound/glame/glame-0.6.4.ebuild,v 1.3 2003/02/13 13:12:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-0.6.4.ebuild,v 1.4 2003/09/07 00:06:05 msterret Exp $ IUSE="nls gnome" @@ -23,7 +23,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - + # fix NLS problem (bug #7587) if [ ! "`use nls`" ] then @@ -31,7 +31,7 @@ src_unpack() { mv swapfilegui.c swapfilegui.c.bad sed -e "s:#include <libintl.h>::" swapfilegui.c.bad > swapfilegui.c fi - + # fix makefile problem export WANT_AUTOCONF_2_5=1 cd ${S}/libltdl @@ -49,7 +49,7 @@ src_compile() { src/gui/glame.desktop.old > src/gui/glame.desktop rm src/gui/glame.desktop.old fi - + use nls && myconf="--enable-nls" \ || myconf="--disable-nls" use gnome && myconf="${myconf} --enable-gui" \ @@ -61,14 +61,14 @@ src_compile() { src_install () { einstall || die "Installation failed" - + if [ "`use gnome`" ] then dodir /usr/share/pixmaps dosym ../glame/pixmaps/glame-logo.jpg \ /usr/share/pixmaps/glame-logo.jpg fi - + dodoc ABOUT-NLS AUTHORS BUGS COPYING CREDITS ChangeLog MAINTAINERS \ NEWS README TODO } diff --git a/media-sound/glame/glame-1.0.1.ebuild b/media-sound/glame/glame-1.0.1.ebuild index 9d9e70aaa07f..e39195d24387 100644 --- a/media-sound/glame/glame-1.0.1.ebuild +++ b/media-sound/glame/glame-1.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/media-sound/glame/glame-1.0.1.ebuild,v 1.1 2003/06/30 09:37:16 torbenh Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/glame/glame-1.0.1.ebuild,v 1.2 2003/09/07 00:06:05 msterret Exp $ IUSE="nls gnome" @@ -25,7 +25,7 @@ RDEPEND="nls? ( sys-devel/gettext )" src_unpack() { unpack ${A} - + # fix NLS problem (bug #7587) if [ ! "`use nls`" ] then @@ -33,7 +33,7 @@ src_unpack() { mv swapfilegui.c swapfilegui.c.bad sed -e "s:#include <libintl.h>::" swapfilegui.c.bad > swapfilegui.c fi - + # fix makefile problem export WANT_AUTOCONF_2_5=1 cd ${S}/libltdl @@ -51,7 +51,7 @@ src_compile() { src/gui/glame.desktop.old > src/gui/glame.desktop rm src/gui/glame.desktop.old fi - + use nls && myconf="--enable-nls" \ || myconf="--disable-nls" use gnome && myconf="${myconf} --enable-gui" \ @@ -63,14 +63,14 @@ src_compile() { src_install () { einstall || die "Installation failed" - + if [ "`use gnome`" ] then dodir /usr/share/pixmaps dosym ../glame/pixmaps/glame-logo.jpg \ /usr/share/pixmaps/glame-logo.jpg fi - + dodoc ABOUT-NLS AUTHORS BUGS COPYING CREDITS ChangeLog MAINTAINERS \ NEWS README TODO } |