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/exo: ChangeLog exo-0.3.102-r1.ebuild
Date: Tue, 06 Oct 2009 21:31:17
Message-Id: E1MvHcp-0005al-6W@stork.gentoo.org
1 ssuominen 09/10/06 21:31:15
2
3 Modified: ChangeLog exo-0.3.102-r1.ebuild
4 Log:
5 Don't build static libs. Remove USE doc because documentation has been prebuilt.
6 (Portage version: 2.2_rc44/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.9 xfce-base/exo/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/ChangeLog?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/ChangeLog?r1=1.8&r2=1.9
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- ChangeLog 5 Oct 2009 21:04:17 -0000 1.8
22 +++ ChangeLog 6 Oct 2009 21:31:14 -0000 1.9
23 @@ -1,6 +1,10 @@
24 # ChangeLog for xfce-base/exo
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.8 2009/10/05 21:04:17 darkside Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/ChangeLog,v 1.9 2009/10/06 21:31:14 ssuominen Exp $
28 +
29 + 06 Oct 2009; Samuli Suominen <ssuominen@g.o> exo-0.3.102-r1.ebuild:
30 + Don't build static libs. Remove USE doc because documentation has been
31 + prebuilt.
32
33 05 Oct 2009; Jeremy Olexa <darkside@g.o>
34 +files/exo-0.3.4-interix.patch, exo-0.3.102-r1.ebuild:
35
36
37
38 1.12 xfce-base/exo/exo-0.3.102-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild?r1=1.11&r2=1.12
43
44 Index: exo-0.3.102-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- exo-0.3.102-r1.ebuild 5 Oct 2009 21:04:17 -0000 1.11
51 +++ exo-0.3.102-r1.ebuild 6 Oct 2009 21:31:14 -0000 1.12
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/exo/exo-0.3.102-r1.ebuild,v 1.11 2009/10/05 21:04:17 darkside Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/exo/exo-0.3.102-r1.ebuild,v 1.12 2009/10/06 21:31:14 ssuominen Exp $
57
58 EAPI=2
59 inherit xfconf python multilib
60 @@ -13,7 +13,7 @@
61 LICENSE="GPL-2 LGPL-2"
62 SLOT="0"
63 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
64 -IUSE="debug doc hal libnotify python"
65 +IUSE="debug hal libnotify python"
66
67 RDEPEND=">=dev-lang/perl-5.6
68 dev-perl/URI
69 @@ -25,11 +25,13 @@
70 python? ( dev-python/pygtk )"
71 DEPEND="${RDEPEND}
72 dev-util/intltool
73 - doc? ( dev-util/gtk-doc )"
74 + dev-util/pkgconfig"
75
76 pkg_setup() {
77 - XFCONF="$(use_enable doc gtk-doc) $(use_enable hal)
78 - $(use_enable libnotify notifications) $(use_enable python)"
79 + XFCONF="--disable-static
80 + $(use_enable hal)
81 + $(use_enable libnotify notifications)
82 + $(use_enable python)"
83 DOCS="AUTHORS ChangeLog HACKING NEWS README THANKS TODO"
84 PATCHES=( "${FILESDIR}/exo-0.3.101-iocharset.patch"
85 "${FILESDIR}/${P}-eject.patch" )