diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 19:56:22 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-11 19:56:22 +0000 |
commit | 023d9a455a8fa9075696ba9c6083ab749b932382 (patch) | |
tree | b7b043f157c2a178fe568f32824e91e9c5599921 /media-sound/shoutcast-trans-bin | |
parent | Version bump wrt #266190 and #269409. (diff) | |
download | historical-023d9a455a8fa9075696ba9c6083ab749b932382.tar.gz historical-023d9a455a8fa9075696ba9c6083ab749b932382.tar.bz2 historical-023d9a455a8fa9075696ba9c6083ab749b932382.zip |
RESTRICT fetch since upstream doesn't like to keep the tarball in place wrt #266544.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound/shoutcast-trans-bin')
-rw-r--r-- | media-sound/shoutcast-trans-bin/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/shoutcast-trans-bin/shoutcast-trans-bin-0.4.0-r1.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/media-sound/shoutcast-trans-bin/ChangeLog b/media-sound/shoutcast-trans-bin/ChangeLog index 778a978efef0..b2d398da873e 100644 --- a/media-sound/shoutcast-trans-bin/ChangeLog +++ b/media-sound/shoutcast-trans-bin/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/shoutcast-trans-bin -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-trans-bin/ChangeLog,v 1.12 2007/07/02 15:17:52 peper Exp $ +# 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 $ + + 11 May 2009; Samuli Suominen <ssuominen@gentoo.org> + shoutcast-trans-bin-0.4.0-r1.ebuild: + RESTRICT fetch since upstream doesn't like to keep the tarball in place + wrt #266544. 02 Jul 2007; Piotr Jaroszyński <peper@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 3cbd14808ed6..6fefaeb20735 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,13 +1,13 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.6 2007/07/02 15:17:52 peper Exp $ +# $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 $ IUSE="" inherit eutils SVER="${PV//./}" -RESTRICT="mirror strip" +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" |