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-compat: openmotif-compat-2.2.3.ebuild ChangeLog
Date: Thu, 08 May 2008 10:32:23
Message-Id: E1Ju3QB-0004Pn-Fz@stork.gentoo.org
1 ulm 08/05/08 10:32:19
2
3 Modified: openmotif-compat-2.2.3.ebuild ChangeLog
4 Log:
5 No need for libXaw at run time.
6 (Portage version: 2.1.5_rc7)
7
8 Revision Changes Path
9 1.5 x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild?r1=1.4&r2=1.5
14
15 Index: openmotif-compat-2.2.3.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- openmotif-compat-2.2.3.ebuild 8 May 2008 09:59:52 -0000 1.4
22 +++ openmotif-compat-2.2.3.ebuild 8 May 2008 10:32:19 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.4 2008/05/08 09:59:52 ulm Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/openmotif-compat-2.2.3.ebuild,v 1.5 2008/05/08 10:32:19 ulm Exp $
28
29 WANT_AUTOCONF="latest"
30 WANT_AUTOMAKE="1.6"
31 @@ -22,10 +22,10 @@
32 !x11-libs/lesstif
33 !=x11-libs/openmotif-2.2*
34 x11-libs/libXmu
35 - x11-libs/libXaw
36 x11-libs/libXp"
37
38 DEPEND="${RDEPEND}
39 + x11-libs/libXaw
40 x11-misc/xbitmaps"
41
42 S=${WORKDIR}/${MY_P}
43
44
45
46 1.4 x11-libs/openmotif-compat/ChangeLog
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/ChangeLog?rev=1.4&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/ChangeLog?rev=1.4&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/openmotif-compat/ChangeLog?r1=1.3&r2=1.4
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v
55 retrieving revision 1.3
56 retrieving revision 1.4
57 diff -u -r1.3 -r1.4
58 --- ChangeLog 8 May 2008 09:59:52 -0000 1.3
59 +++ ChangeLog 8 May 2008 10:32:19 -0000 1.4
60 @@ -1,10 +1,10 @@
61 # ChangeLog for x11-libs/openmotif-compat
62 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.3 2008/05/08 09:59:52 ulm Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/openmotif-compat/ChangeLog,v 1.4 2008/05/08 10:32:19 ulm Exp $
65
66 08 May 2008; Ulrich Mueller <ulm@g.o>
67 openmotif-compat-2.2.3.ebuild:
68 - Remove redundant dependency on printproto.
69 + Remove redundant dependency on printproto. No need for libXaw at run time.
70
71 27 Apr 2008; Markus Meier <maekke@g.o>
72 openmotif-compat-2.2.3.ebuild:
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list