Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/suite3270: suite3270-3.3.12_p12.ebuild ChangeLog
Date: Wed, 27 Mar 2013 18:41:32
Message-Id: 20130327184128.0A6712171D@flycatcher.gentoo.org
1 vapier 13/03/27 18:41:27
2
3 Modified: suite3270-3.3.12_p12.ebuild ChangeLog
4 Log:
5 Avoid use of xmkmf/imake #462699 by Agostino Sarubbo.
6
7 (Portage version: 2.2.0_alpha169/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
8
9 Revision Changes Path
10 1.7 net-misc/suite3270/suite3270-3.3.12_p12.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild?r1=1.6&r2=1.7
15
16 Index: suite3270-3.3.12_p12.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- suite3270-3.3.12_p12.ebuild 27 Mar 2013 18:35:26 -0000 1.6
23 +++ suite3270-3.3.12_p12.ebuild 27 Mar 2013 18:41:27 -0000 1.7
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild,v 1.6 2013/03/27 18:35:26 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild,v 1.7 2013/03/27 18:41:27 vapier Exp $
29
30 EAPI="4"
31
32 @@ -36,7 +36,6 @@
33 tcl? ( dev-lang/tcl )"
34 DEPEND="${RDEPEND}
35 X? (
36 - x11-misc/imake
37 x11-misc/xbitmaps
38 x11-proto/xproto
39 app-text/rman
40 @@ -75,6 +74,7 @@
41 cd "${S}/${p}-${SUB_PV}"
42 if [[ ${p} == "x3270" ]] ; then
43 myconf=(
44 + --without-xmkmf
45 $(use_with X x)
46 $(use_with X fontdir "${FONTDIR}")
47 )
48
49
50
51 1.50 net-misc/suite3270/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?rev=1.50&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?rev=1.50&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?r1=1.49&r2=1.50
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v
60 retrieving revision 1.49
61 retrieving revision 1.50
62 diff -u -r1.49 -r1.50
63 --- ChangeLog 27 Mar 2013 18:35:26 -0000 1.49
64 +++ ChangeLog 27 Mar 2013 18:41:27 -0000 1.50
65 @@ -1,6 +1,9 @@
66 # ChangeLog for net-misc/suite3270
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.49 2013/03/27 18:35:26 vapier Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.50 2013/03/27 18:41:27 vapier Exp $
70 +
71 + 27 Mar 2013; Mike Frysinger <vapier@g.o> suite3270-3.3.12_p12.ebuild:
72 + Avoid use of xmkmf/imake #462699 by Agostino Sarubbo.
73
74 27 Mar 2013; Mike Frysinger <vapier@g.o> suite3270-3.3.12_p12.ebuild:
75 Fix random parallel install errors.