Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libXaw3d: libXaw3d-1.6.2.ebuild ChangeLog
Date: Sun, 27 May 2012 18:00:45
Message-Id: 20120527180031.6FE2C2004B@flycatcher.gentoo.org
1 mattst88 12/05/27 18:00:31
2
3 Modified: libXaw3d-1.6.2.ebuild ChangeLog
4 Log:
5 Add --enable-arrow-scrollbars and --enable-gray-stipples to configure to stay consistent with libXaw3d-1.5, bug 417635.
6
7 (Portage version: 2.1.10.49/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild?r1=1.4&r2=1.5
15
16 Index: libXaw3d-1.6.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- libXaw3d-1.6.2.ebuild 25 May 2012 11:36:42 -0000 1.4
23 +++ libXaw3d-1.6.2.ebuild 27 May 2012 18:00:31 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 1.4 2012/05/25 11:36:42 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/libXaw3d-1.6.2.ebuild,v 1.5 2012/05/27 18:00:31 mattst88 Exp $
29
30 EAPI=4
31 inherit xorg-2
32 @@ -23,6 +23,8 @@
33 pkg_setup() {
34 XORG_CONFIGURE_OPTIONS=(
35 $(use_enable unicode internationalization)
36 + --enable-arrow-scrollbars
37 + --enable-gray-stipples
38 )
39
40 xorg-2_pkg_setup
41
42
43
44 1.14 x11-libs/libXaw3d/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXaw3d/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 25 May 2012 11:36:42 -0000 1.13
57 +++ ChangeLog 27 May 2012 18:00:31 -0000 1.14
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-libs/libXaw3d
60 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.13 2012/05/25 11:36:42 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXaw3d/ChangeLog,v 1.14 2012/05/27 18:00:31 mattst88 Exp $
63 +
64 + 27 May 2012; Matt Turner <mattst88@g.o> libXaw3d-1.6.2.ebuild:
65 + Add --enable-arrow-scrollbars and --enable-gray-stipples to configure to stay
66 + consistent with libXaw3d-1.5, bug 417635.
67
68 25 May 2012; Agostino Sarubbo <ago@g.o> libXaw3d-1.6.2.ebuild:
69 Stable for amd64, wrt bug #417317