Gentoo Archives: gentoo-commits

From: "David Shakaryan (omp)" <omp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/fbdesk: fbdesk-1.4.1.ebuild ChangeLog
Date: Thu, 24 Apr 2008 08:50:38
Message-Id: E1JoxA3-00077m-HY@stork.gentoo.org
1 omp 08/04/24 08:50:35
2
3 Modified: fbdesk-1.4.1.ebuild ChangeLog
4 Log:
5 Compile with GCC 4.3; patch by Peter Alfredsen. (bug #218336)
6 (Portage version: 2.1.5_rc3)
7
8 Revision Changes Path
9 1.3 x11-misc/fbdesk/fbdesk-1.4.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild?r1=1.2&r2=1.3
14
15 Index: fbdesk-1.4.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- fbdesk-1.4.1.ebuild 5 Dec 2007 19:54:47 -0000 1.2
22 +++ fbdesk-1.4.1.ebuild 24 Apr 2008 08:50:34 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 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/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.2 2007/12/05 19:54:47 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.4.1.ebuild,v 1.3 2008/04/24 08:50:34 omp Exp $
29
30 inherit eutils
31
32 @@ -20,6 +20,13 @@
33 DEPEND="${RDEPEND}
34 x11-proto/xextproto"
35
36 +src_unpack() {
37 + unpack ${A}
38 + cd "${S}"
39 +
40 + epatch "${FILESDIR}/${P}-gcc-4.3.patch"
41 +}
42 +
43 src_compile() {
44 econf \
45 $(use_enable imlib2) \
46
47
48
49 1.25 x11-misc/fbdesk/ChangeLog
50
51 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?rev=1.25&view=markup
52 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?rev=1.25&content-type=text/plain
53 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-misc/fbdesk/ChangeLog?r1=1.24&r2=1.25
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v
58 retrieving revision 1.24
59 retrieving revision 1.25
60 diff -u -r1.24 -r1.25
61 --- ChangeLog 5 Dec 2007 19:54:47 -0000 1.24
62 +++ ChangeLog 24 Apr 2008 08:50:34 -0000 1.25
63 @@ -1,6 +1,10 @@
64 # ChangeLog for x11-misc/fbdesk
65 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.24 2007/12/05 19:54:47 lack Exp $
67 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.25 2008/04/24 08:50:34 omp Exp $
69 +
70 + 24 Apr 2008; David Shakaryan <omp@g.o>
71 + +files/fbdesk-1.4.1-gcc-4.3.patch, fbdesk-1.4.1.ebuild:
72 + Compile with GCC 4.3; patch by Peter Alfredsen. (bug #218336)
73
74 05 Dec 2007; Jim Ramsay <lack@g.o> fbdesk-1.2.1.ebuild,
75 fbdesk-1.4.1.ebuild:
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list