Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dialup/mgetty: ChangeLog mgetty-1.1.36-r3.ebuild
Date: Fri, 31 Jul 2009 11:14:45
Message-Id: E1MWq4R-0001Ia-N3@stork.gentoo.org
1 flameeyes 09/07/31 11:14:43
2
3 Modified: ChangeLog mgetty-1.1.36-r3.ebuild
4 Log:
5 Don't use parallel make for now (bug #279783).
6 (Portage version: 2.2_rc33/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.96 net-dialup/mgetty/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.96&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/ChangeLog?rev=1.96&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/ChangeLog?r1=1.95&r2=1.96
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v
18 retrieving revision 1.95
19 retrieving revision 1.96
20 diff -u -r1.95 -r1.96
21 --- ChangeLog 9 Dec 2008 23:18:11 -0000 1.95
22 +++ ChangeLog 31 Jul 2009 11:14:43 -0000 1.96
23 @@ -1,6 +1,10 @@
24 # ChangeLog for net-dialup/mgetty
25 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.95 2008/12/09 23:18:11 mrness Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/ChangeLog,v 1.96 2009/07/31 11:14:43 flameeyes Exp $
29 +
30 + 31 Jul 2009; Diego E. Pettenò <flameeyes@g.o>
31 + mgetty-1.1.36-r3.ebuild:
32 + Don't use parallel make for now (bug #279783).
33
34 *mgetty-1.1.36-r3 (09 Dec 2008)
35
36
37
38
39 1.2 net-dialup/mgetty/mgetty-1.1.36-r3.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild?r1=1.1&r2=1.2
44
45 Index: mgetty-1.1.36-r3.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- mgetty-1.1.36-r3.ebuild 9 Dec 2008 23:18:11 -0000 1.1
52 +++ mgetty-1.1.36-r3.ebuild 31 Jul 2009 11:14:43 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.1 2008/12/09 23:18:11 mrness Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/mgetty/mgetty-1.1.36-r3.ebuild,v 1.2 2009/07/31 11:14:43 flameeyes Exp $
59
60 inherit toolchain-funcs flag-o-matic eutils
61
62 @@ -60,8 +60,8 @@
63 use fidonet && append-flags "-DFIDO"
64 append-flags "-DAUTO_PPP"
65
66 - # parallel make fix later - 'sedscript' issue
67 - VARTEXFONTS="${T}"/fonts make prefix=/usr \
68 + # bug #279783
69 + VARTEXFONTS="${T}"/fonts emake -j1 prefix=/usr \
70 CC="$(tc-getCC)" \
71 CONFDIR=/etc/mgetty+sendfax \
72 CFLAGS="${CFLAGS}" \
73 @@ -74,7 +74,7 @@
74 keepdir /var/log/mgetty
75 dodir /usr/share/info
76
77 - make prefix="${D}/usr" \
78 + emake -j1 prefix="${D}/usr" \
79 INFODIR="${D}/usr/share/info" \
80 CONFDIR="${D}/etc/mgetty+sendfax" \
81 MAN1DIR="${D}/usr/share/man/man1" \
82 @@ -112,20 +112,20 @@
83 dodoc voice/doc/*
84
85 if use fax; then
86 - mv samples/new_fax.all samples_new_fax.all || die "move failed."
87 - docinto samples
88 - dodoc samples/*
89 + mv samples/new_fax.all samples_new_fax.all || die "move failed."
90 + docinto samples
91 + dodoc samples/*
92
93 - docinto samples/new_fax
94 - dodoc samples_new_fax.all/*
95 + docinto samples/new_fax
96 + dodoc samples_new_fax.all/*
97 fi
98
99 if ! use fax; then
100 - insinto /usr/share/${PN}/frontends
101 - doins -r frontends/{voice,network}
102 + insinto /usr/share/${PN}/frontends
103 + doins -r frontends/{voice,network}
104 else
105 - insinto /usr/share/${PN}
106 - doins -r frontends
107 + insinto /usr/share/${PN}
108 + doins -r frontends
109 fi
110 insinto /usr/share/${PN}
111 doins -r patches