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-infosatepg: ChangeLog vdr-infosatepg-0.0.11.ebuild vdr-infosatepg-0.0.10.ebuild
Date: Sun, 23 Feb 2014 20:00:29
Message-Id: 20140223200023.14D452004C@flycatcher.gentoo.org
1 hd_brummy 14/02/23 20:00:23
2
3 Modified: ChangeLog vdr-infosatepg-0.0.11.ebuild
4 Removed: vdr-infosatepg-0.0.10.ebuild
5 Log:
6 cleanup old; converted to vdr-plugin-2.eclass
7
8 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 34C2808A)
9
10 Revision Changes Path
11 1.7 media-plugins/vdr-infosatepg/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?rev=1.7&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?rev=1.7&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?r1=1.6&r2=1.7
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v
20 retrieving revision 1.6
21 retrieving revision 1.7
22 diff -u -r1.6 -r1.7
23 --- ChangeLog 26 Nov 2013 20:36:23 -0000 1.6
24 +++ ChangeLog 23 Feb 2014 20:00:22 -0000 1.7
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-plugins/vdr-infosatepg
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.6 2013/11/26 20:36:23 hd_brummy Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.7 2014/02/23 20:00:22 hd_brummy Exp $
31 +
32 + 23 Feb 2014; Joerg Bornkessel <hd_brummy@g.o>
33 + -vdr-infosatepg-0.0.10.ebuild, vdr-infosatepg-0.0.11.ebuild:
34 + cleanup old; converted to vdr-plugin-2.eclass
35
36 *vdr-infosatepg-0.0.12 (26 Nov 2013)
37
38
39
40
41 1.4 media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild?rev=1.4&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild?rev=1.4&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild?r1=1.3&r2=1.4
46
47 Index: vdr-infosatepg-0.0.11.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild,v
50 retrieving revision 1.3
51 retrieving revision 1.4
52 diff -u -r1.3 -r1.4
53 --- vdr-infosatepg-0.0.11.ebuild 24 Apr 2012 10:30:31 -0000 1.3
54 +++ vdr-infosatepg-0.0.11.ebuild 23 Feb 2014 20:00:22 -0000 1.4
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2012 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild,v 1.3 2012/04/24 10:30:31 mgorny Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild,v 1.4 2014/02/23 20:00:22 hd_brummy Exp $
61
62 -EAPI="3"
63 +EAPI=5
64
65 -inherit vdr-plugin
66 +inherit vdr-plugin-2
67
68 VERSION="342" # every bump, new version!
69
70 @@ -21,7 +21,7 @@
71 RDEPEND="${DEPEND}"
72
73 src_prepare() {
74 - vdr-plugin_src_prepare
75 + vdr-plugin-2_src_prepare
76
77 sed '2a\
78 #include <cctype>' -i global.cpp