diff options
author | Chris White <chriswhite@gentoo.org> | 2004-11-05 23:52:37 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2004-11-05 23:52:37 +0000 |
commit | 7f5d1aa70b0b97a74196828ef870e5015a069eb6 (patch) | |
tree | e7e0205adb0a0d7a5cf46b4a863fd2ae60072bc2 /net-misc/shout | |
parent | Fixed illegal eutils inherit in 2.0.2 version. Updated to version 2.1.0 and ... (diff) | |
download | gentoo-2-7f5d1aa70b0b97a74196828ef870e5015a069eb6.tar.gz gentoo-2-7f5d1aa70b0b97a74196828ef870e5015a069eb6.tar.bz2 gentoo-2-7f5d1aa70b0b97a74196828ef870e5015a069eb6.zip |
www.icecast.org -> icecast.org... apparently it matters :P. Closes bug #70069.
Diffstat (limited to 'net-misc/shout')
-rw-r--r-- | net-misc/shout/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/shout/Manifest | 4 | ||||
-rw-r--r-- | net-misc/shout/shout-0.8.0-r2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-misc/shout/ChangeLog b/net-misc/shout/ChangeLog index 4167f37ac60e..771651fad3f4 100644 --- a/net-misc/shout/ChangeLog +++ b/net-misc/shout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/shout # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.10 2004/09/05 22:35:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/ChangeLog,v 1.11 2004/11/05 23:52:37 chriswhite Exp $ + + 06 Nov 2004; Chris White <chriswhite@gentoo.org> shout-0.8.0-r2.ebuild: + Changed http://www.icecast.org to http://icecast.org for the SRC_URI per bug + #70069. *shout-0.8.0-r2 (05 Sep 2004) diff --git a/net-misc/shout/Manifest b/net-misc/shout/Manifest index 06ab765236bf..7cc18257480d 100644 --- a/net-misc/shout/Manifest +++ b/net-misc/shout/Manifest @@ -1,5 +1,5 @@ MD5 292dcddd9fd959e38086c1e07f416211 ChangeLog 1698 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 4c86e4aa8cba0a7ba4439e4eb548f3b4 shout-0.8.0-r2.ebuild 1012 -MD5 7f1390e82e15f4e013b0018ab6de6c52 files/variables.diff 1142 +MD5 f8448c9534ffd44cc4d8f5c51d9a4c5a shout-0.8.0-r2.ebuild 1008 MD5 0b75f95937f0f8d238142c325a390e15 files/digest-shout-0.8.0-r2 62 +MD5 7f1390e82e15f4e013b0018ab6de6c52 files/variables.diff 1142 diff --git a/net-misc/shout/shout-0.8.0-r2.ebuild b/net-misc/shout/shout-0.8.0-r2.ebuild index 3768770be674..aef41e4eeebf 100644 --- a/net-misc/shout/shout-0.8.0-r2.ebuild +++ b/net-misc/shout/shout-0.8.0-r2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild,v 1.1 2004/09/05 22:35:01 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/shout/shout-0.8.0-r2.ebuild,v 1.2 2004/11/05 23:52:37 chriswhite Exp $ IUSE="" inherit eutils DESCRIPTION="Shout is a program for creating mp3 stream for use with icecast or shoutcast" -SRC_URI="http://www.icecast.org/releases/${P}.tar.gz" +SRC_URI="http://icecast.org/releases/${P}.tar.gz" HOMEPAGE="http://www.icecast.org" KEYWORDS="x86 sparc ~ppc" LICENSE="GPL-2" |