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 vdr-infosatepg-0.0.8.ebuild
Date: Sat, 29 Jan 2011 23:29:50
Message-Id: 20110129232934.CC4BE20054@flycatcher.gentoo.org
1 hd_brummy 11/01/29 23:29:34
2
3 Modified: ChangeLog vdr-infosatepg-0.0.10.ebuild
4 Added: vdr-infosatepg-0.0.11.ebuild
5 Removed: vdr-infosatepg-0.0.8.ebuild
6 Log:
7 eapi=3; cleanup; version bump
8
9 (Portage version: 2.1.9.25/cvs/Linux i686)
10
11 Revision Changes Path
12 1.3 media-plugins/vdr-infosatepg/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 6 Jun 2010 11:07:08 -0000 1.2
25 +++ ChangeLog 29 Jan 2011 23:29:34 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-plugins/vdr-infosatepg
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.2 2010/06/06 11:07:08 hd_brummy Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/ChangeLog,v 1.3 2011/01/29 23:29:34 hd_brummy Exp $
32 +
33 +*vdr-infosatepg-0.0.11 (29 Jan 2011)
34 +
35 + 29 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
36 + -vdr-infosatepg-0.0.8.ebuild, vdr-infosatepg-0.0.10.ebuild,
37 + +vdr-infosatepg-0.0.11.ebuild:
38 + eapi=3; cleanup; version bump
39
40 *vdr-infosatepg-0.0.10 (06 Jun 2010)
41
42
43
44
45 1.2 media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild?r1=1.1&r2=1.2
50
51 Index: vdr-infosatepg-0.0.10.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- vdr-infosatepg-0.0.10.ebuild 6 Jun 2010 11:07:08 -0000 1.1
58 +++ vdr-infosatepg-0.0.10.ebuild 29 Jan 2011 23:29:34 -0000 1.2
59 @@ -1,14 +1,16 @@
60 -# Copyright 1999-2010 Gentoo Foundation
61 +# Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v 1.1 2010/06/06 11:07:08 hd_brummy Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.10.ebuild,v 1.2 2011/01/29 23:29:34 hd_brummy Exp $
65
66 -EAPI="2"
67 +EAPI="3"
68
69 inherit vdr-plugin
70
71 +VERSION="163" # every bump, new version!
72 +
73 DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG."
74 HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
75 -SRC_URI="http://projects.vdr-developer.org/attachments/download/163/${P}.tgz"
76 +SRC_URI="http://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz"
77
78 SLOT="0"
79 LICENSE="GPL-2"
80 @@ -16,3 +18,4 @@
81 IUSE=""
82
83 DEPEND=">=media-video/vdr-1.6.0"
84 +RDEPEND="${DEPEND}"
85
86
87
88 1.1 media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild
89
90 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild?rev=1.1&view=markup
91 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild?rev=1.1&content-type=text/plain
92
93 Index: vdr-infosatepg-0.0.11.ebuild
94 ===================================================================
95 # Copyright 1999-2011 Gentoo Foundation
96 # Distributed under the terms of the GNU General Public License v2
97 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-infosatepg/vdr-infosatepg-0.0.11.ebuild,v 1.1 2011/01/29 23:29:34 hd_brummy Exp $
98
99 EAPI="3"
100
101 inherit vdr-plugin
102
103 VERSION="324" # every bump, new version!
104
105 DESCRIPTION="VDR Plugin: Reads the contents of infosat and writes the data into the EPG."
106 HOMEPAGE="http://projects.vdr-developer.org/projects/show/plg-infosatepg"
107 SRC_URI="http://projects.vdr-developer.org/attachments/download/${VERSION}/${P}.tgz"
108
109 SLOT="0"
110 LICENSE="GPL-2"
111 KEYWORDS="~x86 ~amd64"
112 IUSE=""
113
114 DEPEND=">=media-video/vdr-1.6.0"
115 RDEPEND="${DEPEND}"
116
117 src_prepare() {
118 vdr-plugin_src_prepare
119
120 sed '2a\
121 #include <cctype>' -i global.cpp
122 }