Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-fs/autorun: autorun-3.17.ebuild ChangeLog
Date: Mon, 22 Dec 2008 06:14:00
Message-Id: E1LEe3C-00062M-2d@stork.gentoo.org
1 vapier 08/12/22 06:13:58
2
3 Modified: autorun-3.17.ebuild ChangeLog
4 Log:
5 Fix building with gcc-4.3 #251684 by Diego E. Pettenò.
6 (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)
7
8 Revision Changes Path
9 1.3 sys-fs/autorun/autorun-3.17.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild?r1=1.2&r2=1.3
14
15 Index: autorun-3.17.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- autorun-3.17.ebuild 5 Sep 2006 07:11:02 -0000 1.2
22 +++ autorun-3.17.ebuild 22 Dec 2008 06:13:57 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2006 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.2 2006/09/05 07:11:02 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/autorun-3.17.ebuild,v 1.3 2008/12/22 06:13:57 vapier Exp $
29
30 inherit kde-functions eutils
31
32 @@ -19,7 +19,13 @@
33 =app-text/docbook-xml-dtd-4.1.2*"
34 RDEPEND=""
35
36 +src_unpack() {
37 + unpack ${A}
38 + cd "${S}"
39 + epatch "${FILESDIR}"/${P}-headers.patch #251684
40 +}
41 +
42 src_install() {
43 - make install DESTDIR="${D}" || die
44 + emake install DESTDIR="${D}" || die
45 dodoc AUTHORS ChangeLog NEWS README
46 }
47
48
49
50 1.4 sys-fs/autorun/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?rev=1.4&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?rev=1.4&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/autorun/ChangeLog?r1=1.3&r2=1.4
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v
59 retrieving revision 1.3
60 retrieving revision 1.4
61 diff -u -r1.3 -r1.4
62 --- ChangeLog 2 Sep 2006 01:12:50 -0000 1.3
63 +++ ChangeLog 22 Dec 2008 06:13:57 -0000 1.4
64 @@ -1,6 +1,10 @@
65 # ChangeLog for sys-fs/autorun
66 -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.3 2006/09/02 01:12:50 vapier Exp $
68 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
69 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/autorun/ChangeLog,v 1.4 2008/12/22 06:13:57 vapier Exp $
70 +
71 + 22 Dec 2008; Mike Frysinger <vapier@g.o>
72 + +files/autorun-3.17-headers.patch, autorun-3.17.ebuild:
73 + Fix building with gcc-4.3 #251684 by Diego E. Pettenò.
74
75 *autorun-3.17 (02 Sep 2006)