Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/openmotif: ChangeLog openmotif-2.3.1.ebuild
Date: Tue, 01 Jul 2008 19:30:45
Message-Id: E1KDlYl-0008N6-Nr@stork.gentoo.org
1 ulm 08/07/01 19:30:39
2
3 Modified: ChangeLog openmotif-2.3.1.ebuild
4 Log:
5 Support utf8 and depend on libiconv if (and only if) USE=unicode.
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-gentoo-r4 i686)
7
8 Revision Changes Path
9 1.191 x11-libs/openmotif/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.191&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.191&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.190&r2=1.191
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
18 retrieving revision 1.190
19 retrieving revision 1.191
20 diff -u -r1.190 -r1.191
21 --- ChangeLog 29 Jun 2008 12:39:13 -0000 1.190
22 +++ ChangeLog 1 Jul 2008 19:30:39 -0000 1.191
23 @@ -1,6 +1,10 @@
24 # ChangeLog for x11-libs/openmotif
25 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.190 2008/06/29 12:39:13 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.191 2008/07/01 19:30:39 ulm Exp $
28 +
29 + 01 Jul 2008; Ulrich Mueller <ulm@g.o>
30 + files/openmotif-2.3.0-freebsd-libiconv.patch, openmotif-2.3.1.ebuild:
31 + Support utf8 and depend on libiconv if (and only if) USE=unicode.
32
33 29 Jun 2008; Ulrich Mueller <ulm@g.o> openmotif-2.3.0-r1.ebuild,
34 openmotif-2.3.0-r3.ebuild:
35
36
37
38 1.3 x11-libs/openmotif/openmotif-2.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild?rev=1.3&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild?rev=1.3&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild?r1=1.2&r2=1.3
43
44 Index: openmotif-2.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild,v
47 retrieving revision 1.2
48 retrieving revision 1.3
49 diff -u -r1.2 -r1.3
50 --- openmotif-2.3.1.ebuild 28 Jun 2008 08:46:27 -0000 1.2
51 +++ openmotif-2.3.1.ebuild 1 Jul 2008 19:30:39 -0000 1.3
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2008 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild,v 1.2 2008/06/28 08:46:27 ulm Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.1.ebuild,v 1.3 2008/07/01 19:30:39 ulm Exp $
57
58 inherit eutils flag-o-matic multilib autotools
59
60 @@ -13,7 +13,7 @@
61 LICENSE="MOTIF libXpm doc? ( OPL )"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
64 -IUSE="doc examples jpeg png xft"
65 +IUSE="doc examples jpeg png unicode xft"
66
67 # make people unmerge motif-config and all previous slots
68 # since the slotting is finally gone now
69 @@ -22,7 +22,7 @@
70 !<=x11-libs/openmotif-2.3.0
71 x11-libs/libXmu
72 x11-libs/libXp
73 - virtual/libiconv
74 + unicode? ( virtual/libiconv )
75 xft? ( x11-libs/libXft )
76 jpeg? ( media-libs/jpeg )
77 png? ( media-libs/libpng )"
78 @@ -93,6 +93,7 @@
79 append-flags -fno-strict-aliasing
80
81 econf --with-x \
82 + $(use_enable unicode utf8) \
83 $(use_enable xft) \
84 $(use_enable jpeg) \
85 $(use_enable png)
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list