Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-base/libxfcegui4: ChangeLog libxfcegui4-4.6.1-r1.ebuild
Date: Tue, 06 Oct 2009 21:35:52
Message-Id: E1MvHhG-0005rg-8j@stork.gentoo.org
1 ssuominen 09/10/06 21:35:50
2
3 Modified: ChangeLog libxfcegui4-4.6.1-r1.ebuild
4 Log:
5 Don't build static libs.
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.138 xfce-base/libxfcegui4/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.138&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?rev=1.138&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/ChangeLog?r1=1.137&r2=1.138
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v
18 retrieving revision 1.137
19 retrieving revision 1.138
20 diff -u -r1.137 -r1.138
21 --- ChangeLog 1 Aug 2009 20:50:49 -0000 1.137
22 +++ ChangeLog 6 Oct 2009 21:35:49 -0000 1.138
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/libxfcegui4
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.137 2009/08/01 20:50:49 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/ChangeLog,v 1.138 2009/10/06 21:35:49 ssuominen Exp $
28 +
29 + 06 Oct 2009; Samuli Suominen <ssuominen@g.o>
30 + libxfcegui4-4.6.1-r1.ebuild:
31 + Don't build static libs.
32
33 01 Aug 2009; Samuli Suominen <ssuominen@g.o>
34 libxfcegui4-4.6.1-r1.ebuild:
35
36
37
38 1.4 xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: libxfcegui4-4.6.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- libxfcegui4-4.6.1-r1.ebuild 23 Aug 2009 16:17:16 -0000 1.3
51 +++ libxfcegui4-4.6.1-r1.ebuild 6 Oct 2009 21:35:49 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.3 2009/08/23 16:17:16 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfcegui4/libxfcegui4-4.6.1-r1.ebuild,v 1.4 2009/10/06 21:35:49 ssuominen Exp $
57
58 EAPI=2
59 inherit xfconf
60 @@ -28,6 +28,7 @@
61
62 pkg_setup() {
63 XFCONF="--disable-dependency-tracking
64 + --disable-static
65 $(use_enable startup-notification)
66 $(use_enable glade gladeui)
67 $(use_enable debug)"