summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/shoutcast-server-bin/ChangeLog7
-rw-r--r--media-sound/shoutcast-server-bin/Manifest12
-rw-r--r--media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild22
3 files changed, 24 insertions, 17 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog
index e6bd3b005b5e..ea50994f9d59 100644
--- a/media-sound/shoutcast-server-bin/ChangeLog
+++ b/media-sound/shoutcast-server-bin/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-sound/shoutcast-server-bin
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.11 2005/04/19 08:26:23 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.12 2005/05/28 22:50:15 luckyduck Exp $
+
+ 28 May 2005; Jan Brinkmann <luckyduck@gentoo.org>
+ shoutcast-server-bin-1.9.5.ebuild:
+ added pkg_nofetch to tell users where to download the shoutcast server.
+ fixes #75295
19 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> metadata.xml:
Remove retired developer from metadata.xml.
diff --git a/media-sound/shoutcast-server-bin/Manifest b/media-sound/shoutcast-server-bin/Manifest
index f33dc04f90a3..b298db3267e9 100644
--- a/media-sound/shoutcast-server-bin/Manifest
+++ b/media-sound/shoutcast-server-bin/Manifest
@@ -1,15 +1,5 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
+MD5 66dea94a9016c88ccaf2c5e6f34193a5 shoutcast-server-bin-1.9.5.ebuild 2592
MD5 0f13fe068e64eee176cf2df7481901e4 ChangeLog 2008
MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158
-MD5 2beb13efad3a47636ce2afeb674b556d shoutcast-server-bin-1.9.5.ebuild 2414
MD5 2f2025093cdbc0f677b2235e95172158 files/digest-shoutcast-server-bin-1.9.5 79
MD5 572233fa66d4a99eea2c5e1e578fc357 files/shoutcast 853
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
-
-iD8DBQFCZMC9Kf2g/qXtneoRAq/pAJ92VFEKvjcIJRGlRHTqjeup+jL6kACcCrHa
-yyG6pT/qcyiwkRTFeYR1Rck=
-=StV5
------END PGP SIGNATURE-----
diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild
index b974ac93ee95..110b1c5ba1ca 100644
--- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild
+++ b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.3 2005/03/29 09:23:57 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.4 2005/05/28 22:50:15 luckyduck Exp $
IUSE=""
@@ -18,6 +18,12 @@ DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc )"
S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6"
+pkg_nofetch() {
+ einfo "Please download ${A} from:"
+ einfo "${HOMEPAGE}"
+ einfo "and move it to ${DISTDIR}"
+}
+
src_compile() {
einfo "Nothing to compile."
}
@@ -61,13 +67,19 @@ src_install() {
}
pkg_postinst() {
- einfo "To start shoutcast, use the init.d script by running /etc/init.d/shoutcast."
+ einfo
+ einfo "To start shoutcast, use the init.d script by running"
+ einfo "/etc/init.d/shoutcast."
einfo
einfo "On demand content should be stored in /opt/shoutcast/content"
- einfo "See http://forums.winamp.com/showthread.php?threadid=75736 for more information on setting up on demand content"
+ einfo "See http://forums.winamp.com/showthread.php?threadid=75736 for"
+ einfo "more information on setting up on demand content"
einfo
- einfo "FAQ's can be found at: http://forums.winamp.com/showthread.php?threadid=75736 and can help you with server setup."
+ einfo "FAQ's can be found at:"
+ einfo "http://forums.winamp.com/showthread.php?threadid=75736 "
+ einfo "and can help you with server setup."
einfo
- einfo "An shoutcast guide can be found at http://www.gentoo.org/doc/en/shoutcast-config.xml"
+ einfo "An Gentoo Linux shoutcast guide can be found at "
+ einfo "http://www.gentoo.org/doc/en/shoutcast-config.xml"
einfo
}