Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-mount: vdr-mount-0.0.2.ebuild ChangeLog
Date: Tue, 24 Feb 2015 22:42:14
Message-Id: 20150224224208.82516127B1@oystercatcher.gentoo.org
1 hd_brummy 15/02/24 22:42:08
2
3 Modified: vdr-mount-0.0.2.ebuild ChangeLog
4 Log:
5 compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.6 media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild?r1=1.5&r2=1.6
15
16 Index: vdr-mount-0.0.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- vdr-mount-0.0.2.ebuild 23 Feb 2014 20:21:56 -0000 1.5
23 +++ vdr-mount-0.0.2.ebuild 24 Feb 2015 22:42:08 -0000 1.6
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.5 2014/02/23 20:21:56 hd_brummy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/vdr-mount-0.0.2.ebuild,v 1.6 2015/02/24 22:42:08 hd_brummy Exp $
30
31 EAPI=5
32
33 @@ -18,3 +18,12 @@
34 DEPEND=">=media-video/vdr-1.2.6"
35
36 PATCHES=("${FILESDIR}/${P}-makefile-fix.diff")
37 +
38 +src_prepare() {
39 + vdr-plugin-2_src_prepare
40 +
41 + if has_version ">=media-video/vdr-2.1.2"; then
42 + sed -e "s#VideoDirectory#cVideoDirectory::Name\(\)#" \
43 + -i MediumItem.C
44 + fi
45 +}
46
47
48
49 1.6 media-plugins/vdr-mount/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?rev=1.6&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-mount/ChangeLog?r1=1.5&r2=1.6
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v
58 retrieving revision 1.5
59 retrieving revision 1.6
60 diff -u -r1.5 -r1.6
61 --- ChangeLog 23 Feb 2014 20:21:56 -0000 1.5
62 +++ ChangeLog 24 Feb 2015 22:42:08 -0000 1.6
63 @@ -1,6 +1,9 @@
64 # ChangeLog for media-plugins/vdr-mount
65 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.5 2014/02/23 20:21:56 hd_brummy Exp $
67 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-mount/ChangeLog,v 1.6 2015/02/24 22:42:08 hd_brummy Exp $
69 +
70 + 24 Feb 2015; Joerg Bornkessel <hd_brummy@g.o> vdr-mount-0.0.2.ebuild:
71 + compile fix vdr-2.1.2, wrt bug 541018, thx to T.Foerster for reporting this
72
73 23 Feb 2014; Joerg Bornkessel <hd_brummy@g.o> vdr-mount-0.0.2.ebuild:
74 eapi=5; converted to vdr-plugin-2.eclass