Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: ChangeLog libXaw-1.0.5.ebuild
Date: Tue, 13 Jan 2009 02:38:46
Message-Id: E1LMZAy-0007d1-9L@stork.gentoo.org
1 dberkholz 09/01/13 02:38:44
2
3 Modified: ChangeLog
4 Added: libXaw-1.0.5.ebuild
5 Log:
6 Bump. Removes XPrint support entirely (libXaw8). Also drops build-time dep on ed.
7 (Portage version: 2.1.6.4/cvs/Linux 2.6.28 x86_64)
8
9 Revision Changes Path
10 1.50 x11-libs/libXaw/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.50&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.50&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.49&r2=1.50
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
19 retrieving revision 1.49
20 retrieving revision 1.50
21 diff -u -r1.49 -r1.50
22 --- ChangeLog 19 Dec 2007 23:44:36 -0000 1.49
23 +++ ChangeLog 13 Jan 2009 02:38:44 -0000 1.50
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libXaw
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.49 2007/12/19 23:44:36 cla Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.50 2009/01/13 02:38:44 dberkholz Exp $
30 +
31 +*libXaw-1.0.5 (13 Jan 2009)
32 +
33 + 13 Jan 2009; Donnie Berkholz <dberkholz@g.o>; +libXaw-1.0.5.ebuild:
34 + Bump. Removes XPrint support entirely (libXaw8). Also drops build-time dep
35 + on ed.
36
37 19 Dec 2007; Dawid Węgliński <cla@g.o> libXaw-1.0.4.ebuild:
38 Stable on x86 (bug #202087)
39
40
41
42 1.1 x11-libs/libXaw/libXaw-1.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXaw-1.0.5.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.5.ebuild,v 1.1 2009/01/13 02:38:44 dberkholz Exp $
52
53 # Must be before x-modular eclass is inherited
54 #SNAPSHOT="yes"
55
56 inherit x-modular
57
58 DESCRIPTION="X.Org Xaw library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
61
62 RDEPEND="x11-libs/libX11
63 x11-libs/libXt
64 x11-libs/libXmu
65 x11-libs/libXpm
66 x11-proto/xproto"
67 DEPEND="${RDEPEND}"
68
69 pkg_setup() {
70 # No such function yet
71 # x-modular_pkg_setup
72
73 # (#125465) Broken with Bdirect support
74 filter-flags -Wl,-Bdirect
75 filter-ldflags -Bdirect
76 filter-ldflags -Wl,-Bdirect
77 }