diff options
author | 2009-12-23 11:43:37 +0000 | |
---|---|---|
committer | 2009-12-23 11:43:37 +0000 | |
commit | 3233ce936a19bf26d6717bd27f4cfc9d2b083cf7 (patch) | |
tree | 61c445254f191d944437113a9bf600d72ebf593d /media-sound | |
parent | fixes SRC_URI fetch problem (diff) | |
download | historical-3233ce936a19bf26d6717bd27f4cfc9d2b083cf7.tar.gz historical-3233ce936a19bf26d6717bd27f4cfc9d2b083cf7.tar.bz2 historical-3233ce936a19bf26d6717bd27f4cfc9d2b083cf7.zip |
Don't point to SRC_URI in pkg_nofetch message wrt #293583.
Package-Manager: portage-2.2_rc60/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/shoutcast-trans-bin/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 8 |
2 files changed, 11 insertions, 3 deletions
diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog index b2d398da873e..90189ae5c4c4 100644 --- a/media-sound/shoutcast-trans-bin/ChangeLog +++ b/media-sound/shoutcast-trans-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/shoutcast-trans-bin # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.13 2009/05/11 19:56:22 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.14 2009/12/23 11:43:37 ssuominen Exp $ + + 23 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + shoutcast-trans-bin-0.4.0-r1.ebuild: + Don't point to SRC_URI in pkg_nofetch message wrt #293583. 11 May 2009; Samuli Suominen <ssuominen@gentoo.org> shoutcast-trans-bin-0.4.0-r1.ebuild: 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 15b5cc0aabd1..08f524477033 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,6 +1,6 @@ # 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.8 2009/08/03 13:10:54 ssuominen Exp $ +# $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="" @@ -9,7 +9,7 @@ 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" +HOMEPAGE="http://www.shoutcast.com/" SRC_URI="http://www.shoutcast.com/downloads/sc_trans_posix_${SVER}.tgz" LICENSE="shoutcast" SLOT="0" @@ -17,6 +17,10 @@ KEYWORDS="-* amd64 x86" RDEPEND="media-sound/shoutcast-server-bin" S=${WORKDIR}/sc_trans_${SVER} +pkg_nofetch() { + einfo "Download sc_trans_posix_${SVER}.tgz from ${HOMEPAGE}." +} + src_install() { # install executable exeinto /opt/shoutcast |