Gentoo Archives: gentoo-commits

From: "Remi Cardona (remi)" <remi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: ChangeLog libXaw-1.0.6.ebuild
Date: Thu, 06 Aug 2009 10:09:19
Message-Id: E1MYzuO-0006fv-Ki@stork.gentoo.org
1 remi 09/08/06 10:09:16
2
3 Modified: ChangeLog
4 Added: libXaw-1.0.6.ebuild
5 Log:
6 x11-libs/libXaw: bump to 1.0.6
7 (Portage version: 2.2_rc36/cvs/Linux i686)
8
9 Revision Changes Path
10 1.60 x11-libs/libXaw/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.60&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.60&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.59&r2=1.60
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
19 retrieving revision 1.59
20 retrieving revision 1.60
21 diff -u -r1.59 -r1.60
22 --- ChangeLog 15 May 2009 15:14:18 -0000 1.59
23 +++ ChangeLog 6 Aug 2009 10:09:16 -0000 1.60
24 @@ -1,6 +1,11 @@
25 # ChangeLog for x11-libs/libXaw
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.59 2009/05/15 15:14:18 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.60 2009/08/06 10:09:16 remi Exp $
29 +
30 +*libXaw-1.0.6 (06 Aug 2009)
31 +
32 + 06 Aug 2009; Rémi Cardona <remi@g.o> +libXaw-1.0.6.ebuild:
33 + bump to 1.0.6
34
35 15 May 2009; Raúl Porcel <armin76@g.o> libXaw-1.0.5.ebuild:
36 arm/s390 stable
37
38
39
40 1.1 x11-libs/libXaw/libXaw-1.0.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libXaw/libXaw-1.0.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: libXaw-1.0.6.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/libXaw-1.0.6.ebuild,v 1.1 2009/08/06 10:09:16 remi Exp $
50
51 # Must be before x-modular eclass is inherited
52 #SNAPSHOT="yes"
53
54 inherit x-modular
55
56 DESCRIPTION="X.Org Xaw library"
57 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
58 IUSE=""
59
60 RDEPEND="x11-libs/libX11
61 x11-libs/libXt
62 x11-libs/libXmu
63 x11-libs/libXpm
64 x11-proto/xproto"
65 DEPEND="${RDEPEND}"
66
67 pkg_setup() {
68 # No such function yet
69 # x-modular_pkg_setup
70
71 # (#125465) Broken with Bdirect support
72 filter-flags -Wl,-Bdirect
73 filter-ldflags -Bdirect
74 filter-ldflags -Wl,-Bdirect
75 }