diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:05:52 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:05:52 +0000 |
commit | 29e54d1caab89fc97b45f5c2b7d5d0e05eddc5ec (patch) | |
tree | 6ea1a4b5276ba8c310008c316595c4df724a86bc | |
parent | sync IUSE (missing) (Manifest recommit) (diff) | |
download | gentoo-2-29e54d1caab89fc97b45f5c2b7d5d0e05eddc5ec.tar.gz gentoo-2-29e54d1caab89fc97b45f5c2b7d5d0e05eddc5ec.tar.bz2 gentoo-2-29e54d1caab89fc97b45f5c2b7d5d0e05eddc5ec.zip |
don't assign S=${WORKDIR}/${P}
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild | 3 | ||||
-rw-r--r-- | media-sound/synaesthesia/synaesthesia-2.1.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index 62cd071a4326..9728909aaebd 100644 --- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.12 2004/06/25 00:23:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.13 2004/07/14 21:05:29 agriffis Exp $ IUSE="nls esd gnome oss alsa" -S=${WORKDIR}/${P} DESCRIPTION="SoundTracker is a music tracking tool for UNIX/X11 (MOD tracker)" SRC_URI="http://www.soundtracker.org/dl/v0.6/${P}.tar.gz" HOMEPAGE="http://www.soundtracker.org" diff --git a/media-sound/synaesthesia/synaesthesia-2.1.ebuild b/media-sound/synaesthesia/synaesthesia-2.1.ebuild index 70286dbd706b..974c8ca96a4e 100644 --- a/media-sound/synaesthesia/synaesthesia-2.1.ebuild +++ b/media-sound/synaesthesia/synaesthesia-2.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.1.ebuild,v 1.11 2004/06/25 00:25:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/synaesthesia/synaesthesia-2.1.ebuild,v 1.12 2004/07/14 21:05:52 agriffis Exp $ IUSE="sdl svga esd alsa" -S=${WORKDIR}/${P} DESCRIPTION="a program that represents music graphically in real time as coruscating field of fog and glowing lines" HOMEPAGE="http://yoyo.cc.monash.edu.au/~pfh/synaesthesia.html" SRC_URI="http://yoyo.cc.monash.edu.au/~pfh/${P}.tar.gz" |