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:04:31
Message-Id: 20130327180428.18DF22171E@flycatcher.gentoo.org
1 vapier 13/03/27 18:04:28
2
3 Modified: suite3270-3.3.12_p12.ebuild ChangeLog
4 Log:
5 Build/install in parallel across all subdirs.
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.5 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.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild?rev=1.5&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.4&r2=1.5
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.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- suite3270-3.3.12_p12.ebuild 22 Mar 2013 17:27:14 -0000 1.4
23 +++ suite3270-3.3.12_p12.ebuild 27 Mar 2013 18:04:27 -0000 1.5
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.4 2013/03/22 17:27:14 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/suite3270-3.3.12_p12.ebuild,v 1.5 2013/03/27 18:04:27 vapier Exp $
29
30 EAPI="4"
31
32 @@ -71,28 +71,25 @@
33 $(use_enable ssl) \
34 "${myconf[@]}"
35 done
36 + sed \
37 + -e "s:@SUBDIRS@:$(suite3270_makelist):" \
38 + -e "s:@VER@:${SUB_PV}:" \
39 + "${FILESDIR}"/Makefile.in > "${S}"/Makefile || die
40 multijob_finish
41 }
42
43 -src_compile() {
44 - local p
45 - for p in $(suite3270_makelist) ; do
46 - emake -C "${S}/${p}-${SUB_PV}"
47 - done
48 -}
49 -
50 src_install() {
51 use X && dodir "${FONTDIR}"
52 + EXTRA_TARGETS='install.man' default
53 local p
54 for p in $(suite3270_makelist) ; do
55 cd "${S}/${p}-${SUB_PV}"
56 - emake DESTDIR="${D}" install install.man
57 docinto ${p}
58 local d=$(echo README*)
59 [[ -n ${d} ]] && dodoc ${d}
60 use doc && dohtml html/*
61 done
62 - chmod a-x "${D}"/usr/share/man/*/*
63 + find "${ED}"/usr/share/man/ -type f -exec chmod a-x {} +
64
65 use X && font_src_install
66 }
67
68
69
70 1.48 net-misc/suite3270/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?rev=1.48&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?rev=1.48&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/suite3270/ChangeLog?r1=1.47&r2=1.48
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v
79 retrieving revision 1.47
80 retrieving revision 1.48
81 diff -u -r1.47 -r1.48
82 --- ChangeLog 22 Mar 2013 17:27:14 -0000 1.47
83 +++ ChangeLog 27 Mar 2013 18:04:27 -0000 1.48
84 @@ -1,6 +1,10 @@
85 # ChangeLog for net-misc/suite3270
86 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.47 2013/03/22 17:27:14 ago Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-misc/suite3270/ChangeLog,v 1.48 2013/03/27 18:04:27 vapier Exp $
89 +
90 + 27 Mar 2013; Mike Frysinger <vapier@g.o> +files/Makefile.in,
91 + suite3270-3.3.12_p12.ebuild:
92 + Build/install in parallel across all subdirs.
93
94 22 Mar 2013; Agostino Sarubbo <ago@g.o> suite3270-3.3.12_p12.ebuild:
95 Stable for ppc, wrt bug #462614