diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 21:47:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-23 21:47:53 +0000 |
commit | 47e701afee66c383069d1ea52abd7d176651dde0 (patch) | |
tree | 1ad6a56ee3f1ee7869af62714d170733aafd0a5b /media-sound/shoutcast-trans-bin | |
parent | Stable for HPPA (bug #289144). (diff) | |
download | gentoo-2-47e701afee66c383069d1ea52abd7d176651dde0.tar.gz gentoo-2-47e701afee66c383069d1ea52abd7d176651dde0.tar.bz2 gentoo-2-47e701afee66c383069d1ea52abd7d176651dde0.zip |
Tweak pkg_nofetch message a bit for last commit.
(Portage version: 2.2_rc60/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 | 15 |
1 files changed, 10 insertions, 5 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 08f524477033..b4810e55205a 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,24 +1,29 @@ # 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.9 2009/12/23 11:43:37 ssuominen Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild,v 1.10 2009/12/23 21:47:53 ssuominen Exp $ inherit eutils 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/" -SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz" +SRC_URI="http://yp.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz" + LICENSE="shoutcast" SLOT="0" KEYWORDS="-* amd64 x86" +IUSE="" + RDEPEND="media-sound/shoutcast-server-bin" + S=${WORKDIR}/sc_trans_${SVER} +RESTRICT="fetch" + pkg_nofetch() { einfo "Download sc_trans_posix_${SVER}.tgz from ${HOMEPAGE}." + einfo "Last known working location is ${SRC_URI}." } src_install() { |