Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 415305 - media-sound/shoutcast-server-bin - update HOMEPAGE so that pkg_nofetch() is more helpful
Summary: media-sound/shoutcast-server-bin - update HOMEPAGE so that pkg_nofetch() is m...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-09 21:13 UTC by Renzo
Modified: 2018-03-24 17:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Modified ebuild with suggested fix (shoutcast-server-bin-1.9.8-r1.ebuild,1.71 KB, text/plain)
2012-05-09 21:13 UTC, Renzo
Details

Note You need to log in before you can comment on or make changes to this bug.
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.