diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:19:50 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:19:50 +0000 |
commit | fa534ebafbddde5f14fe8d7afe8b9a09339abf7c (patch) | |
tree | 3f901ba771aafb27f9bf28fcc9f1fc79f47d4203 /media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | |
parent | Move epatch to src_prepare (diff) | |
download | historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.tar.gz historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.tar.bz2 historical-fa534ebafbddde5f14fe8d7afe8b9a09339abf7c.zip |
Quoting
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
Diffstat (limited to 'media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild')
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild index 6fefaeb20735..15b5cc0aabd1 100644 --- a/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild +++ b/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.7 2009/05/11 19:56:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.8 2009/08/03 13:10:54 ssuominen Exp $ IUSE="" inherit eutils -SVER="${PV//./}" +SVER=${PV//./} RESTRICT="mirror strip fetch" DESCRIPTION="A transcoder that provides a source for shoutcast-server-bin to stream from." HOMEPAGE="http://www.shoutcast.com" @@ -15,7 +15,7 @@ LICENSE="shoutcast" SLOT="0" KEYWORDS="-* amd64 x86" RDEPEND="media-sound/shoutcast-server-bin" -S="${WORKDIR}/sc_trans_${SVER}" +S=${WORKDIR}/sc_trans_${SVER} src_install() { # install executable @@ -23,7 +23,7 @@ src_install() { doexe sc_trans_linux # install the init.d file - doinitd ${FILESDIR}/shoutcast_trans + doinitd "${FILESDIR}"/shoutcast_trans # install sample configuration file dodoc example.lst |