diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-07 00:06:43 +0000 |
commit | cad3ca99bdcde520d972cb95fa50f6d3f729c8ad (patch) | |
tree | f0a0b4f1b524b02a8d5f97676c3ce66ee81788df /media-sound/soundtracker | |
parent | whitespace cleanup (diff) | |
download | gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.gz gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.tar.bz2 gentoo-2-cad3ca99bdcde520d972cb95fa50f6d3f729c8ad.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/soundtracker')
-rw-r--r-- | media-sound/soundtracker/Manifest | 4 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.6.ebuild | 14 | ||||
-rw-r--r-- | media-sound/soundtracker/soundtracker-0.6.7_pre5.ebuild | 12 |
3 files changed, 15 insertions, 15 deletions
diff --git a/media-sound/soundtracker/Manifest b/media-sound/soundtracker/Manifest index 64461b860968..aa65a08373ca 100644 --- a/media-sound/soundtracker/Manifest +++ b/media-sound/soundtracker/Manifest @@ -1,5 +1,5 @@ -MD5 ea66b55d36a008077675ec7cd33c58a7 soundtracker-0.6.7_pre5.ebuild 1390 -MD5 b253e27f2b9e9b737d25514cefe420d4 soundtracker-0.6.6.ebuild 1271 MD5 b74d336119665765efd24efd37edb60f ChangeLog 1269 +MD5 9f77518a7d178f9b9b479cf04a531374 soundtracker-0.6.6.ebuild 1267 +MD5 3ac86d7a39b083842c173093238f36f0 soundtracker-0.6.7_pre5.ebuild 1388 MD5 101f1904a2972826f42c6ba029667728 files/digest-soundtracker-0.6.6 70 MD5 638dce09725b0578f585bd4c35ed5581 files/digest-soundtracker-0.6.7_pre5 75 diff --git a/media-sound/soundtracker/soundtracker-0.6.6.ebuild b/media-sound/soundtracker/soundtracker-0.6.6.ebuild index f3182eb1b834..4cc46e310aec 100644 --- a/media-sound/soundtracker/soundtracker-0.6.6.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.6.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/soundtracker/soundtracker-0.6.6.ebuild,v 1.7 2003/02/13 13:19:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.6.ebuild,v 1.8 2003/09/07 00:06:06 msterret Exp $ IUSE="nls esd gnome oss alsa" @@ -11,11 +11,11 @@ HOMEPAGE="http://www.soundtracker.org" DEPEND="sys-libs/zlib =x11-libs/gtk+-1.2* - >=media-libs/audiofile-0.2.1 - alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) + >=media-libs/audiofile-0.2.1 + alsa? ( media-libs/alsa-lib ) + esd? ( media-sound/esound ) gnome? ( >=gnome-base/gnome-libs-1.4.1.7 )" - + RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip" @@ -24,7 +24,7 @@ LICENSE="GPL-2" KEYWORDS="x86" src_compile() { - + local myconf use oss || myconf="--disable-oss" @@ -43,7 +43,7 @@ src_compile() { } src_install () { - + einstall || die # strip suid from binary diff --git a/media-sound/soundtracker/soundtracker-0.6.7_pre5.ebuild b/media-sound/soundtracker/soundtracker-0.6.7_pre5.ebuild index 19bda792ae2a..7a4604716182 100644 --- a/media-sound/soundtracker/soundtracker-0.6.7_pre5.ebuild +++ b/media-sound/soundtracker/soundtracker-0.6.7_pre5.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/soundtracker/soundtracker-0.6.7_pre5.ebuild,v 1.1 2003/07/23 04:36:40 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/soundtracker/soundtracker-0.6.7_pre5.ebuild,v 1.2 2003/09/07 00:06:06 msterret Exp $ IUSE="nls esd gnome oss alsa jack" @@ -12,14 +12,14 @@ HOMEPAGE="http://www.soundtracker.org" DEPEND="sys-libs/zlib =x11-libs/gtk+-1.2* - >=media-libs/audiofile-0.2.1 - alsa? ( media-libs/alsa-lib ) - esd? ( media-sound/esound ) + >=media-libs/audiofile-0.2.1 + alsa? ( media-libs/alsa-lib ) + esd? ( media-sound/esound ) gnome? ( >=gnome-base/gnome-libs-1.4.1.7 ) nls? ( sys-devel/gettext ) jack? ( virtual/jack )" - -RDEPEND="$DEPEND + +RDEPEND="$DEPEND sys-apps/bzip2 sys-apps/gzip app-arch/unzip" |