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