summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-05-12 11:21:08 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-05-12 11:21:08 +0000
commitcb6ce00d7f40e662cf4fe66e12d95a6b69012de7 (patch)
tree61ff214d583a8e73281f224dda262fabea15f02f /media-sound
parentFix pkgconfig file wrt #245539 by using DESTDIR as it should. (diff)
downloadhistorical-cb6ce00d7f40e662cf4fe66e12d95a6b69012de7.tar.gz
historical-cb6ce00d7f40e662cf4fe66e12d95a6b69012de7.tar.bz2
historical-cb6ce00d7f40e662cf4fe66e12d95a6b69012de7.zip
old
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/shoutcast-server-bin/Manifest2
-rw-r--r--media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild85
2 files changed, 0 insertions, 87 deletions
diff --git a/media-sound/shoutcast-server-bin/Manifest b/media-sound/shoutcast-server-bin/Manifest
index 3cbd35badea2..81c8f1a81a95 100644
--- a/media-sound/shoutcast-server-bin/Manifest
+++ b/media-sound/shoutcast-server-bin/Manifest
@@ -1,7 +1,5 @@
AUX shoutcast 853 RMD160 7477b7b0bccc7e80d2bb460f3634230769a80006 SHA1 91dea1e306598c4b69e3640d83e320aa57608d46 SHA256 ef6649015672e7e818d843123b5acd6602b45ecf29c256f9c6116b9ed7091c7b
DIST sc_serv_1.9.8_Linux.tar.gz 60840 RMD160 b3618ece0a8939b826776fef313707675e846ece SHA1 8edf72fd3891630143f531cdd6b8bf13688b4ee3 SHA256 bb3a6eea5178ee79a014bbf0192bc44447c7a0c4fceb8872b9580153ba434fe6
-DIST shoutcast-1-9-7-linux-glibc6.tar.gz 61225 RMD160 1924117e9952ee9122f6fe12651f288bc7795d22 SHA1 b8d318d8bbe634c4b54e8279d0c2c46ee1f95c36 SHA256 fd249adac445fe4574af9017d32a2591f5915daaf8d708d739c1ab1a77c7e1e8
-EBUILD shoutcast-server-bin-1.9.7.ebuild 2494 RMD160 3722626815d705a24104703f618ee81e3227ecf9 SHA1 8391e2ef4790005d251079ccad15e7fddd4c10b4 SHA256 ce21120ba6c2b720f773ac7ae2da54d12763642403f3b9925029efb5ef236fb8
EBUILD shoutcast-server-bin-1.9.8.ebuild 2483 RMD160 4f9f056cb805ae55a2265cc0cb70b7d289ca4be5 SHA1 dd2a5da651f4925557e2653b47f7ba8661a229d7 SHA256 10b65413f451aadfc43cae3fe9dc7e1dd2187fdedf91ee2f09992069f767dffb
MISC ChangeLog 3493 RMD160 d903b8efdebc29e0347d88629cde55fdc36db59f SHA1 85d49d073d968124ce60d9b6ce991c42740cebb2 SHA256 a3fdce742ef2d1773592b16d452a610ac0a5de0527d93c31682fedccef897bb4
MISC metadata.xml 158 RMD160 6842e2189a50bd8a98e84802c38180ac1421c00e SHA1 703cea5a2109d41f7c87993c1f01d418a4c85174 SHA256 dfb5b47e6836db39fb187301dfcff1c2605e91d13d21db160806a563d8c75f9b
diff --git a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild b/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild
deleted file mode 100644
index 15c1d1a4f2c8..000000000000
--- a/media-sound/shoutcast-server-bin/shoutcast-server-bin-1.9.7.ebuild
+++ /dev/null
@@ -1,85 +0,0 @@
-# Copyright 1999-2007 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.7.ebuild,v 1.5 2007/07/02 15:17:45 peper Exp $
-
-IUSE=""
-
-inherit eutils
-
-SVER=${PV//./-}
-RESTRICT="fetch strip"
-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=""
-
-S="${WORKDIR}/"
-
-pkg_nofetch() {
- elog "Please download ${A} from:"
- elog "${HOMEPAGE}"
- elog "and move it to ${DISTDIR}"
-}
-
-src_compile() {
- elog "Nothing to compile."
-}
-
-src_install() {
- # install executable
- elog "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.TXT
- 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() {
- elog
- elog "To start shoutcast, use the init.d script by running"
- elog "/etc/init.d/shoutcast."
- elog
- elog "On demand content should be stored in /opt/shoutcast/content"
- elog "See http://forums.winamp.com/showthread.php?threadid=75736 for"
- elog "more information on setting up on demand content"
- elog
- elog "FAQ's can be found at:"
- elog "http://forums.winamp.com/showthread.php?threadid=75736 "
- elog "and can help you with server setup."
- elog
- elog "An Gentoo Linux shoutcast guide can be found at "
- elog "http://www.gentoo.org/doc/en/shoutcast-config.xml"
- elog
-}