Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: libxfcegui4-4.4.3.ebuild ChangeLog
Date: Thu, 06 Nov 2008 13:43:59
Message-Id: E1Ky59P-0004WP-SN@stork.gentoo.org
1 angelos 08/11/06 13:43:55
2
3 Modified: libxfcegui4-4.4.3.ebuild ChangeLog
4 Log:
5 Fix a warning that would otherwise make the build fail with USE=debug, bug 245142
6 (Portage version: 2.2_rc13/cvs/Linux 2.6.28-rc3 x86_64)
7
8 Revision Changes Path
9 1.2 xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild?r1=1.1&r2=1.2
14
15 Index: libxfcegui4-4.4.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- libxfcegui4-4.4.3.ebuild 30 Oct 2008 22:01:32 -0000 1.1
22 +++ libxfcegui4-4.4.3.ebuild 6 Nov 2008 13:43:55 -0000 1.2
23 @@ -1,8 +1,8 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v 1.1 2008/10/30 22:01:32 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.4.3.ebuild,v 1.2 2008/11/06 13:43:55 angelos Exp $
28
29 -inherit xfce44
30 +inherit eutils xfce44
31
32 XFCE_VERSION=4.4.3
33
34 @@ -22,9 +22,11 @@
35 DEPEND="${RDEPEND}
36 doc? ( dev-util/gtk-doc )"
37
38 -#src_unpack() {
39 -# unpack ${A}
40 -# sed -i -e "s:-Werror::g" "${S}"/configure || die "sed failed"
41 -#}
42 +src_unpack() {
43 + unpack ${A}
44 + cd "${S}"
45 +
46 + epatch "${FILESDIR}"/${P}-64bit-warning.patch
47 +}
48
49 DOCS="AUTHORS ChangeLog NEWS README TODO"
50
51
52
53 1.115 xfce-base/libxfcegui4/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.115&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.115&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.114&r2=1.115
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
62 retrieving revision 1.114
63 retrieving revision 1.115
64 diff -u -r1.114 -r1.115
65 --- ChangeLog 30 Oct 2008 22:01:32 -0000 1.114
66 +++ ChangeLog 6 Nov 2008 13:43:55 -0000 1.115
67 @@ -1,6 +1,11 @@
68 # ChangeLog for xfce-base/libxfcegui4
69 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.114 2008/10/30 22:01:32 angelos Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.115 2008/11/06 13:43:55 angelos Exp $
72 +
73 + 06 Nov 2008; Christoph Mende <angelos@g.o>
74 + +files/libxfcegui4-4.4.3-64bit-warning.patch, libxfcegui4-4.4.3.ebuild:
75 + Fix a warning that would otherwise make the build fail with USE=debug, bug
76 + 245142
77
78 *libxfcegui4-4.4.3 (30 Oct 2008)