summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2008-01-13 16:48:13 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2008-01-13 16:48:13 +0000
commitcb2cfaede38a1efe026595e55d3c0e4e20151da3 (patch)
tree73a7bfdcd63abe797ae009e1b896b1c7dac66e38 /media-tv
parent=media-plugins/vdr-touchtft-0.0.4 ; need some test more (diff)
downloadtesting-cb2cfaede38a1efe026595e55d3c0e4e20151da3.tar.gz
testing-cb2cfaede38a1efe026595e55d3c0e4e20151da3.tar.bz2
testing-cb2cfaede38a1efe026595e55d3c0e4e20151da3.zip
moved to gentoo.org
svn path=/testing/; revision=370
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/shoutcast2vdr/ChangeLog4
-rw-r--r--media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild6
2 files changed, 7 insertions, 3 deletions
diff --git a/media-tv/shoutcast2vdr/ChangeLog b/media-tv/shoutcast2vdr/ChangeLog
index c9286be..25fb135 100644
--- a/media-tv/shoutcast2vdr/ChangeLog
+++ b/media-tv/shoutcast2vdr/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jan 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+ shoutcast2vdr-0.0.8.ebuild:
+ moved to gentoo.org
+
06 Jan 2008; Joerg Bornkessel <hd_brummy@gentoo.org>
+shoutcast2vdr-0.0.8.ebuild, +metadata.xml:
initial ebuild
diff --git a/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild b/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild
index af3a1a8..53e4ddf 100644
--- a/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild
+++ b/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8.ebuild
@@ -1,11 +1,11 @@
# Copyright 2003-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-
+
DESCRIPTION="VDR script: generate shoutcast playlists"
HOMEPAGE="http://www.vdr-portal.de/board/thread.php?threadid=19478"
SRC_URI="http://www.kost.sh/vdr/${P}.gz"
-
+
KEYWORDS="~x86 ~amd64"
SLOT="0"
LICENSE="GPL-2"
@@ -22,7 +22,7 @@ PLAYLIST_DIR="/var/cache/vdr/music/playlists"
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
sed -i shoutcast2vdr-0.0.8 -e "s:outputdir=/home/volker/vdr/radio:outputdir=${PLAYLIST_DIR}:"
}