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.2.3-r10.ebuild ChangeLog
Date: Sun, 10 Oct 2010 06:03:56
Message-Id: 20101010053800.87B702004C@flycatcher.gentoo.org
1 ulm 10/10/10 05:38:00
2
3 Modified: ChangeLog
4 Added: openmotif-2.2.3-r10.ebuild
5 Log:
6 Move x11-libs/openmotif-compat-2.2.3-r1 to openmotif-2.2.3-r10 in SLOT 2.2.
7
8 (Portage version: 2.1.9.14/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.247 x11-libs/openmotif/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.247&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?rev=1.247&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/ChangeLog?r1=1.246&r2=1.247
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v
20 retrieving revision 1.246
21 retrieving revision 1.247
22 diff -u -r1.246 -r1.247
23 --- ChangeLog 6 Oct 2010 15:16:32 -0000 1.246
24 +++ ChangeLog 10 Oct 2010 05:38:00 -0000 1.247
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/openmotif
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.246 2010/10/06 15:16:32 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/ChangeLog,v 1.247 2010/10/10 05:38:00 ulm Exp $
30 +
31 +*openmotif-2.2.3-r10 (10 Oct 2010)
32 +
33 + 10 Oct 2010; Ulrich Mueller <ulm@g.o> +openmotif-2.2.3-r10.ebuild:
34 + Move x11-libs/openmotif-compat-2.2.3-r1 to openmotif-2.2.3-r10 in SLOT 2.2.
35
36 06 Oct 2010; Jeroen Roovers <jer@g.o> openmotif-2.3.3.ebuild:
37 Stable for HPPA (bug #338208).
38
39
40
41 1.1 x11-libs/openmotif/openmotif-2.2.3-r10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: openmotif-2.2.3-r10.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif/openmotif-2.2.3-r10.ebuild,v 1.1 2010/10/10 05:38:00 ulm Exp $
51
52 WANT_AUTOMAKE="1.6"
53
54 inherit eutils flag-o-matic multilib autotools
55
56 MY_P=openMotif-${PV}
57 DESCRIPTION="Legacy Open Motif libraries for old binaries"
58 HOMEPAGE="http://www.motifzone.net/"
59 SRC_URI="ftp://ftp.ics.com/openmotif/2.2/${PV}/src/${MY_P}.tar.gz
60 mirror://gentoo/${P}-patches-4.tar.bz2"
61
62 LICENSE="MOTIF MIT"
63 SLOT="2.2"
64 KEYWORDS="~amd64 ~x86"
65 IUSE=""
66
67 RDEPEND="!x11-libs/motif-config
68 !x11-libs/lesstif
69 x11-libs/libXmu
70 x11-libs/libXp"
71
72 DEPEND="${RDEPEND}
73 x11-libs/libXaw
74 x11-misc/xbitmaps"
75
76 S=${WORKDIR}/${MY_P}
77
78 src_unpack() {
79 unpack ${A}
80 cd "${S}"
81
82 EPATCH_SUFFIX=patch epatch
83
84 # This replaces deprecated, obsoleted and now invalid AC_DEFINE
85 # with their proper alternatives.
86 sed -i -e 's:AC_DEFINE(\([^)]*\)):AC_DEFINE(\1, [], [\1]):g' \
87 configure.in acinclude.m4
88
89 # Build only the libraries
90 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/=.*/= lib clients/;}' Makefile.am
91 sed -i -e '/^SUBDIRS/{:x;/\\$/{N;bx;};s/=.*/= uil/;}' clients/Makefile.am
92
93 eautoreconf
94 }
95
96 src_compile() {
97 # get around some LANG problems in make (#15119)
98 unset LANG
99
100 # bug #80421
101 filter-flags -ftracer
102
103 # multilib includes don't work right in this package...
104 has_multilib_profile && append-flags "-I$(get_ml_incdir)"
105
106 # feel free to fix properly if you care
107 append-flags -fno-strict-aliasing
108
109 econf --with-x || die "econf failed"
110 emake -j1 || die "emake failed"
111 }
112
113 src_install() {
114 emake -j1 DESTDIR="${D}" install-exec || die "emake install failed"
115
116 # cleanups
117 rm -Rf "${D}"/usr/bin
118 rm -f "${D}"/usr/$(get_libdir)/*.{so,la,a}
119
120 dodoc README RELEASE RELNOTES BUGREPORT TODO
121 }