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/libxfce4util: ChangeLog libxfce4util-4.6.1.ebuild
Date: Tue, 06 Oct 2009 21:27:23
Message-Id: E1MvHYs-0005Ra-Al@stork.gentoo.org
1 ssuominen 09/10/06 21:27:10
2
3 Modified: ChangeLog libxfce4util-4.6.1.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.132 xfce-base/libxfce4util/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.132&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?rev=1.132&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/ChangeLog?r1=1.131&r2=1.132
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v
18 retrieving revision 1.131
19 retrieving revision 1.132
20 diff -u -r1.131 -r1.132
21 --- ChangeLog 5 Oct 2009 21:06:19 -0000 1.131
22 +++ ChangeLog 6 Oct 2009 21:27:09 -0000 1.132
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/libxfce4util
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.131 2009/10/05 21:06:19 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.132 2009/10/06 21:27:09 ssuominen Exp $
28 +
29 + 06 Oct 2009; Samuli Suominen <ssuominen@g.o>
30 + libxfce4util-4.6.1.ebuild:
31 + Don't build static libs.
32
33 05 Oct 2009; Jeremy Olexa <darkside@g.o> libxfce4util-4.6.1.ebuild:
34 Port Gentoo Prefix ebuild to gentoo-x86
35
36
37
38 1.13 xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild?r1=1.12&r2=1.13
43
44 Index: libxfce4util-4.6.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- libxfce4util-4.6.1.ebuild 5 Oct 2009 21:06:20 -0000 1.12
51 +++ libxfce4util-4.6.1.ebuild 6 Oct 2009 21:27:09 -0000 1.13
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/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.12 2009/10/05 21:06:20 darkside Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.13 2009/10/06 21:27:09 ssuominen Exp $
57
58 EAPI=2
59 inherit xfconf
60 @@ -20,6 +20,7 @@
61
62 pkg_setup() {
63 XFCONF="--disable-dependency-tracking
64 + --disable-static
65 $(use_enable debug)"
66 DOCS="AUTHORS ChangeLog NEWS README THANKS TODO"
67 }