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: openmotif-2.3.3.ebuild ChangeLog openmotif-2.2.3-r11.ebuild
Date: Sat, 29 Jan 2011 10:58:57
Message-Id: 20110129105847.587B520054@flycatcher.gentoo.org
1 ulm 11/01/29 10:58:47
2
3 Modified: openmotif-2.3.3.ebuild ChangeLog
4 openmotif-2.2.3-r11.ebuild
5 Log:
6 By default, disable building of static libs. Fix automake call in 2.2.3.
7
8 (Portage version: 2.1.9.35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 x11-libs/openmotif/openmotif-2.3.3.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild?r1=1.14&r2=1.15
16
17 Index: openmotif-2.3.3.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- openmotif-2.3.3.ebuild 15 Jan 2011 19:44:24 -0000 1.14
24 +++ openmotif-2.3.3.ebuild 29 Jan 2011 10:58:47 -0000 1.15
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.14 2011/01/15 19:44:24 xarthisius Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.3.3.ebuild,v 1.15 2011/01/29 10:58:47 ulm Exp $
30
31 EAPI="3"
32
33 @@ -13,7 +13,7 @@
34 LICENSE="MOTIF MIT"
35 SLOT="0"
36 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~ppc-aix ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
37 -IUSE="doc examples jpeg png unicode xft"
38 +IUSE="doc examples jpeg png static-libs unicode xft"
39 # license allows distribution only for "open source operating systems"
40 RESTRICT="!kernel_linux? (
41 !kernel_FreeBSD? (
42 @@ -116,6 +116,7 @@
43 fi
44
45 econf --with-x \
46 + $(use_enable static-libs static) \
47 $(use_enable unicode utf8) \
48 $(use_enable xft) \
49 $(use_enable jpeg) \
50
51
52
53 1.259 x11-libs/openmotif/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.259&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.259&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.258&r2=1.259
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
62 retrieving revision 1.258
63 retrieving revision 1.259
64 diff -u -r1.258 -r1.259
65 --- ChangeLog 15 Jan 2011 19:44:24 -0000 1.258
66 +++ ChangeLog 29 Jan 2011 10:58:47 -0000 1.259
67 @@ -1,6 +1,10 @@
68 # ChangeLog for x11-libs/openmotif
69 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.258 2011/01/15 19:44:24 xarthisius Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.259 2011/01/29 10:58:47 ulm Exp $
72 +
73 + 29 Jan 2011; Ulrich Mueller <ulm@g.o> openmotif-2.2.3-r11.ebuild,
74 + openmotif-2.3.3.ebuild:
75 + By default, disable building of static libs. Fix automake call in 2.2.3.
76
77 15 Jan 2011; Kacper Kowalik <xarthisius@g.o>
78 openmotif-2.3.3.ebuild:
79
80
81
82 1.4 x11-libs/openmotif/openmotif-2.2.3-r11.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild?rev=1.4&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild?rev=1.4&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild?r1=1.3&r2=1.4
87
88 Index: openmotif-2.2.3-r11.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild,v
91 retrieving revision 1.3
92 retrieving revision 1.4
93 diff -u -r1.3 -r1.4
94 --- openmotif-2.2.3-r11.ebuild 1 Jan 2011 21:22:58 -0000 1.3
95 +++ openmotif-2.2.3-r11.ebuild 29 Jan 2011 10:58:47 -0000 1.4
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2011 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild,v 1.3 2011/01/01 21:22:58 hwoarang Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r11.ebuild,v 1.4 2011/01/29 10:58:47 ulm Exp $
101
102 EAPI=3
103
104 @@ -40,7 +40,7 @@
105 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/=.*/= lib clients/;}' Makefile.am
106 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/=.*/= uil/;}' clients/Makefile.am
107
108 - eautoreconf
109 + AM_OPTS="--force-missing" eautoreconf
110 }
111
112 src_configure() {
113 @@ -56,7 +56,7 @@
114 # feel free to fix properly if you care
115 append-flags -fno-strict-aliasing
116
117 - econf --with-x
118 + econf --with-x --disable-static
119 }
120
121 src_compile() {