hd_brummy 14/09/25 15:18:24 Modified: ChangeLog Added: shoutcast2vdr-0.0.8-r1.ebuild Log: wrt bug 520624 fixed; eapi=5 (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Revision Changes Path 1.4 media-tv/shoutcast2vdr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 2 Mar 2014 09:38:19 -0000 1.3 +++ ChangeLog 25 Sep 2014 15:18:24 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for media-tv/shoutcast2vdr # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v 1.3 2014/03/02 09:38:19 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/ChangeLog,v 1.4 2014/09/25 15:18:24 hd_brummy Exp $ + +*shoutcast2vdr-0.0.8-r1 (25 Sep 2014) + + 25 Sep 2014; Joerg Bornkessel <[email protected]> + +shoutcast2vdr-0.0.8-r1.ebuild: + wrt bug 520624 fixed; eapi=5 02 Mar 2014; Pacho Ramos <[email protected]> shoutcast2vdr-0.0.8.ebuild: amd64 stable, bug #287141 1.1 media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild?rev=1.1&content-type=text/plain Index: shoutcast2vdr-0.0.8-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-tv/shoutcast2vdr/shoutcast2vdr-0.0.8-r1.ebuild,v 1.1 2014/09/25 15:18:24 hd_brummy Exp $ EAPI=5 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="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" DEPEND="media-video/vdr" RDEPEND="" S="${WORKDIR}" PLAYLIST_DIR="/var/cache/vdr/music/playlists" src_prepare() { sed -i shoutcast2vdr-0.0.8 -e "s:outputdir=/home/volker/vdr/radio:outputdir=${PLAYLIST_DIR}:" # wrt bug 520624 sed -i shoutcast2vdr-0.0.8 -e "s:mkdir:mkdir -p:" } src_install() { exeinto /usr/share/vdr/shoutcast2vdr newexe shoutcast2vdr-0.0.8 shoutcast2vdr }
