summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-sound/shoutcast-server-bin/ChangeLog6
-rw-r--r--media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r11
-rw-r--r--media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild70
-rw-r--r--media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild4
4 files changed, 7 insertions, 74 deletions
diff --git a/media-sound/shoutcast-server-bin/ChangeLog b/media-sound/shoutcast-server-bin/ChangeLog
index e04290f73fe7..6c2979cf86fb 100644
--- a/media-sound/shoutcast-server-bin/ChangeLog
+++ b/media-sound/shoutcast-server-bin/ChangeLog
@@ -1,6 +1,10 @@
# 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.8 2005/01/03 20:57:42 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/ChangeLog,v 1.9 2005/01/04 12:50:26 eradicator Exp $
+
+ 04 Jan 2005; Jeremy Huddleston <eradicator@gentoo.org>
+ -shoutcast-server-bin-1.9.4-r1.ebuild, shoutcast-server-bin-1.9.5.ebuild:
+ Stable amd64 and removing insecure version.
*shoutcast-server-bin-1.9.5 (04 Jan 2005)
diff --git a/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1 b/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1
deleted file mode 100644
index 64d4cd215af8..000000000000
--- a/media-sound/shoutcast-server-bin/files/digest-shoutcast-server-bin-1.9.4-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e82c2a8c9b3ef0f05c14cb9014f22347 shoutcast-1-9-4-linux-glibc6.tar.gz 152616
diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild
deleted file mode 100644
index 08fc523ba52c..000000000000
--- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.4-r1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# 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.4-r1.ebuild,v 1.5 2005/01/03 20:57:42 chriswhite Exp $
-
-IUSE=""
-
-inherit eutils
-
-SVER=${PV//./-}
-RESTRICT="fetch nostrip"
-DESCRIPTION="${PN} is a network streaming server by Nullsoft."
-HOMEPAGE="http://www.shoutcast.com/download/license.phtml"
-SRC_URI="shoutcast-${SVER}-linux-glibc6.tar.gz"
-LICENSE="shoutcast"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc )"
-
-S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6"
-
-src_compile() {
- einfo "Nothing to compile."
-}
-
-src_install() {
- # install executable
- einfo "Installing Executable"
- dodir /opt/shoutcast
- exeinto /opt/shoutcast
- doexe sc_serv
-
- #install shoutcast init.d script
- doinitd ${FILESDIR}/shoutcast
-
- # install configuration file
- sed -e "s/LogFile=sc_serv\.log/LogFile=\/dev\/null/" -e "s/W3CLog=sc_w3c\.log/W3CLog=\/dev\/null/" -i sc_serv.conf
-
- # sets screen logging and real time output off since we're running this as a deamon
- sed -e "s:RealTime=1:RealTime=0:" -e "s:ScreenLog=1:ScreenLog=0:" -i sc_serv.conf
-
- # fixes up messed up example as directories for on demand
- # streaming need a trailing slash at the end of directories
- sed -e "s:; Default is ./content:; Default is ./content/:" -i sc_serv.conf
-
- # sets up a default content directory for on demand streaming
- dodir /opt/shoutcast/content
- sed -e "s:; ContentDir=./content:ContentDir=/opt/shoutcast/content/:" -i sc_serv.conf
-
- #install the configuration file
- dodir /etc/shoutcast
- insinto /etc/shoutcast
- doins sc_serv.conf
-
- # install documentation
- dodoc README
- cp sc_serv.conf sc_serv.conf.example
- dodoc sc_serv.conf.example
-
- # Fix permissions - security bug #63551
- fperms 600 /etc/shoutcast/sc_serv.conf
-}
-
-pkg_postinst() {
- einfo "To start shoutcast, use the init.d script by running /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
- einfo "FAQ's can be found at: http://forums.winamp.com/showthread.php?threadid=75736 and can help you with server setup."
-}
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 1958d10a60d0..707971f8900a 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.1 2005/01/03 20:57:42 chriswhite Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.5.ebuild,v 1.2 2005/01/04 12:50:26 eradicator Exp $
IUSE=""
@@ -13,7 +13,7 @@ HOMEPAGE="http://www.shoutcast.com/download/license.phtml"
SRC_URI="shoutcast-${SVER}-linux-glibc6.tar.gz"
LICENSE="shoutcast"
SLOT="0"
-KEYWORDS="-* ~amd64 x86"
+KEYWORDS="-* amd64 x86"
DEPEND="amd64? ( app-emulation/emul-linux-x86-glibc )"
S="${WORKDIR}/shoutcast-${SVER}-linux-glibc6"