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-xxvautotimer: vdr-xxvautotimer-0.1.2.ebuild ChangeLog
Date: Sat, 24 Jan 2009 13:35:40
Message-Id: E1LQifi-0001zi-3T@stork.gentoo.org
1 hd_brummy 09/01/24 13:35:38
2
3 Modified: vdr-xxvautotimer-0.1.2.ebuild ChangeLog
4 Log:
5 gcc-4.3.x compile fix added; thx to Arrtu Valo on bug 255873
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.21-xen-main-r1 i686)
7
8 Revision Changes Path
9 1.2 media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild?r1=1.1&r2=1.2
14
15 Index: vdr-xxvautotimer-0.1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- vdr-xxvautotimer-0.1.2.ebuild 22 Mar 2008 18:27:10 -0000 1.1
22 +++ vdr-xxvautotimer-0.1.2.ebuild 24 Jan 2009 13:35:38 -0000 1.2
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2008 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild,v 1.1 2008/03/22 18:27:10 hd_brummy Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/vdr-xxvautotimer-0.1.2.ebuild,v 1.2 2009/01/24 13:35:38 hd_brummy Exp $
29
30 inherit vdr-plugin
31
32 @@ -17,6 +17,9 @@
33
34 RDEPEND=">=net-www/xxv-0.30"
35
36 +PATCHES=("${FILESDIR}/${P}_gcc-4.3.x.diff"
37 + "${FILESDIR}/${P}_compile-warn.diff")
38 +
39 src_unpack() {
40 vdr-plugin_src_unpack
41
42
43
44
45 1.2 media-plugins/vdr-xxvautotimer/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 22 Mar 2008 18:27:10 -0000 1.1
58 +++ ChangeLog 24 Jan 2009 13:35:38 -0000 1.2
59 @@ -1,6 +1,12 @@
60 # ChangeLog for media-plugins/vdr-xxvautotimer
61 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog,v 1.1 2008/03/22 18:27:10 hd_brummy Exp $
63 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-xxvautotimer/ChangeLog,v 1.2 2009/01/24 13:35:38 hd_brummy Exp $
65 +
66 + 24 Jan 2009; Joerg Bornkessel <hd_brummy@g.o>
67 + +files/vdr-xxvautotimer-0.1.2_compile-warn.diff,
68 + +files/vdr-xxvautotimer-0.1.2_gcc-4.3.x.diff,
69 + vdr-xxvautotimer-0.1.2.ebuild:
70 + gcc-4.3.x compile fix added; thx to Arrtu Valo on bug 255873
71
72 *vdr-xxvautotimer-0.1.2 (22 Mar 2008)