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-cinebars: ChangeLog vdr-cinebars-0.0.5.ebuild vdr-cinebars-0.0.3a.ebuild
Date: Sat, 30 Jun 2012 16:37:01
Message-Id: 20120630163651.93ED92004B@flycatcher.gentoo.org
1 hd_brummy 12/06/30 16:36:51
2
3 Modified: ChangeLog vdr-cinebars-0.0.5.ebuild
4 Removed: vdr-cinebars-0.0.3a.ebuild
5 Log:
6 fixed patch failure, bug 423451; vdr-plugin-2.eclass
7
8 (Portage version: 2.1.10.11/cvs/Linux i686)
9
10 Revision Changes Path
11 1.7 media-plugins/vdr-cinebars/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 7 Feb 2012 22:09:17 -0000 1.6
24 +++ ChangeLog 30 Jun 2012 16:36:51 -0000 1.7
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-plugins/vdr-cinebars
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v 1.6 2012/02/07 22:09:17 hd_brummy Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v 1.7 2012/06/30 16:36:51 hd_brummy Exp $
30 +
31 + 30 Jun 2012; Joerg Bornkessel <hd_brummy@g.o>
32 + -vdr-cinebars-0.0.3a.ebuild, vdr-cinebars-0.0.5.ebuild,
33 + files/vdr-cinebars-0.0.5_makefile.diff:
34 + fixed patch failure, bug 423451; vdr-plugin-2.eclass
35
36 07 Feb 2012; Joerg Bornkessel <hd_brummy@g.o>
37 vdr-cinebars-0.0.5.ebuild, +files/vdr-cinebars-0.0.5_makefile.diff:
38
39
40
41 1.5 media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?r1=1.4&r2=1.5
46
47 Index: vdr-cinebars-0.0.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- vdr-cinebars-0.0.5.ebuild 7 Feb 2012 22:09:17 -0000 1.4
54 +++ vdr-cinebars-0.0.5.ebuild 30 Jun 2012 16:36:51 -0000 1.5
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v 1.4 2012/02/07 22:09:17 hd_brummy Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v 1.5 2012/06/30 16:36:51 hd_brummy Exp $
60
61 EAPI="4"
62
63 -inherit vdr-plugin
64 +inherit vdr-plugin-2
65
66 DESCRIPTION="VDR Plugin: Show black bars to hide station logo"
67 HOMEPAGE="http://www.egal-vdr.de/plugins/"
68 @@ -15,7 +15,7 @@
69 KEYWORDS="amd64 x86"
70 IUSE=""
71
72 -DEPEND=">=media-video/vdr-1.3.32"
73 +DEPEND=">=media-video/vdr-1.6.0"
74 RDEPEND="${DEPEND}"
75
76 PATCHES=("${FILESDIR}/${P}_makefile.diff")