diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:10:54 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 13:10:54 +0000 |
commit | d50252ebca0ad23b2e58e8974930f0d4e47e56b7 (patch) | |
tree | f2659fbff14d6a4298cc73a44c31e419ad513e32 /media-sound/shoutcast-trans-bin | |
parent | Workaround invalid repoman warning (diff) | |
download | gentoo-2-d50252ebca0ad23b2e58e8974930f0d4e47e56b7.tar.gz gentoo-2-d50252ebca0ad23b2e58e8974930f0d4e47e56b7.tar.bz2 gentoo-2-d50252ebca0ad23b2e58e8974930f0d4e47e56b7.zip |
Quoting
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-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 |