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.3a.ebuild vdr-cinebars-0.0.5.ebuild
Date: Fri, 28 Jan 2011 18:09:02
Message-Id: 20110128180852.906472004E@flycatcher.gentoo.org
1 hd_brummy 11/01/28 18:08:52
2
3 Modified: ChangeLog vdr-cinebars-0.0.3a.ebuild
4 vdr-cinebars-0.0.5.ebuild
5 Log:
6 eapi=3
7
8 (Portage version: 2.1.9.25/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 media-plugins/vdr-cinebars/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 3 Feb 2008 18:36:06 -0000 1.4
24 +++ ChangeLog 28 Jan 2011 18:08:52 -0000 1.5
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-plugins/vdr-cinebars
27 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v 1.4 2008/02/03 18:36:06 hd_brummy Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/ChangeLog,v 1.5 2011/01/28 18:08:52 hd_brummy Exp $
31 +
32 + 28 Jan 2011; Joerg Bornkessel <hd_brummy@g.o>
33 + vdr-cinebars-0.0.3a.ebuild, vdr-cinebars-0.0.5.ebuild:
34 + eapi=3
35
36 *vdr-cinebars-0.0.5 (03 Feb 2008)
37
38
39
40
41 1.3 media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild?r1=1.2&r2=1.3
46
47 Index: vdr-cinebars-0.0.3a.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- vdr-cinebars-0.0.3a.ebuild 4 Jan 2007 11:45:42 -0000 1.2
54 +++ vdr-cinebars-0.0.3a.ebuild 28 Jan 2011 18:08:52 -0000 1.3
55 @@ -1,6 +1,8 @@
56 -# Copyright 1999-2007 Gentoo Foundation
57 +# Copyright 1999-2011 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild,v 1.2 2007/01/04 11:45:42 zzam Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.3a.ebuild,v 1.3 2011/01/28 18:08:52 hd_brummy Exp $
61 +
62 +EAPI="3"
63
64 inherit vdr-plugin
65
66 @@ -15,3 +17,4 @@
67 KEYWORDS="x86"
68
69 DEPEND=">=media-video/vdr-1.3.32"
70 +RDEPEND="${DEPEND}"
71 \ No newline at end of file
72
73
74
75 1.2 media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?rev=1.2&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?rev=1.2&content-type=text/plain
79 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild?r1=1.1&r2=1.2
80
81 Index: vdr-cinebars-0.0.5.ebuild
82 ===================================================================
83 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v
84 retrieving revision 1.1
85 retrieving revision 1.2
86 diff -u -r1.1 -r1.2
87 --- vdr-cinebars-0.0.5.ebuild 3 Feb 2008 18:36:06 -0000 1.1
88 +++ vdr-cinebars-0.0.5.ebuild 28 Jan 2011 18:08:52 -0000 1.2
89 @@ -1,6 +1,8 @@
90 -# Copyright 1999-2008 Gentoo Foundation
91 +# Copyright 1999-2011 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v 1.1 2008/02/03 18:36:06 hd_brummy Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-cinebars/vdr-cinebars-0.0.5.ebuild,v 1.2 2011/01/28 18:08:52 hd_brummy Exp $
95 +
96 +EAPI="3"
97
98 inherit vdr-plugin
99
100 @@ -14,3 +16,4 @@
101 IUSE=""
102
103 DEPEND=">=media-video/vdr-1.3.32"
104 +RDEPEND="${DEPEND}"
105 \ No newline at end of file