diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:57:46 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 22:57:46 +0000 |
commit | d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2 (patch) | |
tree | 777f583d52571db256a663e3995f2e6acb4749e3 /app-cdr/gtoaster | |
parent | header fix; whitespace cleanup (diff) | |
download | gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.tar.gz gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.tar.bz2 gentoo-2-d0e0d4cf61127d2ddc2ea491cf17c659737a7cb2.zip |
header fix; whitespace cleanup
Diffstat (limited to 'app-cdr/gtoaster')
-rw-r--r-- | app-cdr/gtoaster/Manifest | 4 | ||||
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild | 8 | ||||
-rw-r--r-- | app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild | 4 |
3 files changed, 7 insertions, 9 deletions
diff --git a/app-cdr/gtoaster/Manifest b/app-cdr/gtoaster/Manifest index 8b79aec3e882..c6c76049d420 100644 --- a/app-cdr/gtoaster/Manifest +++ b/app-cdr/gtoaster/Manifest @@ -1,6 +1,6 @@ MD5 4fc303cdd40ac64ef99a19c074cce620 ChangeLog 1617 -MD5 a700545c9482d1a3ccba531a22a6f7a0 gtoaster-1.0_beta5.ebuild 2053 -MD5 e1246022ba2ec9bdc34a94ab64210c9c gtoaster-1.0_beta6.ebuild 1860 +MD5 1f1fa4fad89e57159453166ed7e5c3c5 gtoaster-1.0_beta5.ebuild 2051 +MD5 db07cc6064d4d92194d27d2a434250cf gtoaster-1.0_beta6.ebuild 1862 MD5 f29c8c012430473af4c8b82540fadb00 files/digest-gtoaster-1.0_beta5 65 MD5 a44a9ce80bffcb13addfcf732f0b3a99 files/digest-gtoaster-1.0_beta6 66 MD5 a2a4b20cf33b0568ce0660c3b2ad50f0 files/gtoaster.desktop 161 diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild index a9009fea6dfc..8c2e3270f105 100644 --- a/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild +++ b/app-cdr/gtoaster/gtoaster-1.0_beta5.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/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.17 2003/02/13 06:12:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta5.ebuild,v 1.18 2003/09/05 22:57:44 msterret Exp $ IUSE="nls esd gnome oss oggvorbis" @@ -37,7 +37,7 @@ src_compile() { use gnome \ && myconf="$myconf --with-gnome --with-orbit" \ || myconf="$myconf --without-gnome --without-orbit" - + use esd \ && myconf="$myconf --with-esd" \ || myconf="$myconf --without-esd" @@ -46,7 +46,7 @@ src_compile() { && myconf="$myconf --with-oss" \ || myconf="$myconf --without-oss" - + ./configure --host=${CHOST} \ --prefix=/usr \ --sysconfdir=/etc \ @@ -77,5 +77,3 @@ src_install() { doins ${FILESDIR}/gtoaster.desktop fi } - - diff --git a/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild b/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild index eb4bde47dfef..0a68599fccfd 100644 --- a/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild +++ b/app-cdr/gtoaster/gtoaster-1.0_beta6.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/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild,v 1.9 2003/02/13 06:12:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-cdr/gtoaster/gtoaster-1.0_beta6.ebuild,v 1.10 2003/09/05 22:57:44 msterret Exp $ # Fix so that updating can only be done by 'cp old.ebuild new.ebuild' MY_P="`echo ${P} |sed -e 's:-::' -e 's:_b:B:'`" @@ -41,7 +41,7 @@ src_compile() { use gnome \ && myconf="$myconf --with-gnome --with-orbit" \ || myconf="$myconf --without-gnome --without-orbit" - + use esd \ && myconf="$myconf --with-esd" \ || myconf="$myconf --without-esd" |