Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 415305

Summary: media-sound/shoutcast-server-bin - update HOMEPAGE so that pkg_nofetch() is more helpful
Product: Gentoo Linux Reporter: Renzo <rrosales>
Component: New packagesAssignee: Gentoo Sound Team <sound>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mmk, rrosales
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Modified ebuild with suggested fix

Description Renzo 2012-05-09 21:13:57 UTC
Created attachment 311287 [details]
Modified ebuild with suggested fix

There is a fetch restriction for media-sound/shoutcast-server-bin-1.9.8. In the ebuild on lines 26:28 it says

pkg_nofetch() {
	elog "Download ${A} from ${HOMEPAGE} and copy it to ${DISTDIR}."
}

${A} and ${HOMEPAGE} are the following:

HOMEPAGE="http://www.shoutcast.com/license"
SRC_URI="sc_serv_${PV}_Linux.tar.gz"

After a little digging on Shoutcast's website, I was able to find the referenced file at http://download.nullsoft.com/shoutcast/tools/sc_serv_1.9.8_Linux.tar.gz

To make it easier for any future users who need to emerge this package, can we update the ebuild to reflect the valid URL, for example

HOMEPAGE="http://download.nullsoft.com/shoutcast/tools/"
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-05-10 00:20:29 UTC
Comment on attachment 311287 [details]
Modified ebuild with suggested fix

That's not a patch. This is a patch:

--- shoutcast-server-bin-1.9.8-r1.ebuild        2009-08-01 16:27:15.000000000 +0200
+++ -   2012-05-10 02:20:08.622558006 +0200
@@ -6,7 +6,7 @@
 inherit eutils
 
 DESCRIPTION="SHOUTcast is a streaming audio system"
-HOMEPAGE="http://www.shoutcast.com/license"
+HOMEPAGE="http://download.nullsoft.com/shoutcast/tools/"
 SRC_URI="sc_serv_${PV}_Linux.tar.gz"
 
 LICENSE="shoutcast"
Comment 2 Renzo 2012-10-28 04:33:12 UTC
Jeroen Roovers' patch is correct, how can I submit the patch to the ebuild?
Comment 3 Michael Mair-Keimberger (iamnr3) 2016-08-30 18:53:33 UTC
I think this bug can be closed, media-sound/shoutcast-server-bin isn't available anymore in the gentoo main tree.