Gentoo Archives: gentoo-commits

From: "Chi-Thanh Christopher Nguyen (chithanh)" <chithanh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw: libXaw-1.0.11.ebuild ChangeLog
Date: Sat, 02 Jun 2012 10:55:04
Message-Id: 20120602105455.01C8D2004B@flycatcher.gentoo.org
1 chithanh 12/06/02 10:54:54
2
3 Modified: ChangeLog
4 Added: libXaw-1.0.11.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.98 x11-libs/libXaw/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.98&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?rev=1.98&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/ChangeLog?r1=1.97&r2=1.98
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v
20 retrieving revision 1.97
21 retrieving revision 1.98
22 diff -u -r1.97 -r1.98
23 --- ChangeLog 26 Apr 2012 19:10:55 -0000 1.97
24 +++ ChangeLog 2 Jun 2012 10:54:54 -0000 1.98
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/libXaw
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.97 2012/04/26 19:10:55 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw/ChangeLog,v 1.98 2012/06/02 10:54:54 chithanh Exp $
30 +
31 +*libXaw-1.0.11 (02 Jun 2012)
32 +
33 + 02 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@g.o>
34 + +libXaw-1.0.11.ebuild:
35 + Version bump.
36
37 26 Apr 2012; Alexis Ballier <aballier@g.o> libXaw-1.0.10.ebuild:
38 keyword ~amd64-fbsd
39
40
41
42 1.1 x11-libs/libXaw/libXaw-1.0.11.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/libXaw-1.0.11.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw/libXaw-1.0.11.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libXaw-1.0.11.ebuild
48 ===================================================================
49 # Copyright 1999-2012 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.11.ebuild,v 1.1 2012/06/02 10:54:54 chithanh Exp $
52
53 EAPI=4
54
55 XORG_DOC=doc
56 inherit xorg-2
57
58 DESCRIPTION="X.Org Xaw library"
59
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
61 IUSE=""
62
63 RDEPEND="x11-libs/libX11
64 x11-libs/libXext
65 x11-libs/libXt
66 x11-libs/libXmu
67 x11-libs/libXpm
68 x11-proto/xproto
69 x11-proto/xextproto"
70 DEPEND="${RDEPEND}"
71
72 pkg_setup() {
73 xorg-2_pkg_setup
74
75 XORG_CONFIGURE_OPTIONS=(
76 $(use_enable doc specs)
77 $(use_with doc xmlto)
78 --without-fop
79 )
80 }