Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libirman: ChangeLog libirman-0.4.4.ebuild
Date: Sun, 03 Jan 2010 21:00:50
Message-Id: E1NRXZ9-00025D-H1@stork.gentoo.org
1 flameeyes 10/01/03 21:00:47
2
3 Modified: ChangeLog libirman-0.4.4.ebuild
4 Log:
5 Use -j1 for install (bug #299519).
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.23 media-libs/libirman/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/libirman/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 19 Oct 2006 00:01:32 -0000 1.22
22 +++ ChangeLog 3 Jan 2010 21:00:47 -0000 1.23
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/libirman
25 -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/ChangeLog,v 1.22 2006/10/19 00:01:32 jokey Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/ChangeLog,v 1.23 2010/01/03 21:00:47 flameeyes Exp $
29 +
30 + 03 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
31 + libirman-0.4.4.ebuild:
32 + Use -j1 for install (bug #299519).
33
34 19 Oct 2006; Markus Ullmann <jokey@g.o> metadata.xml:
35 Metadata update
36
37
38
39 1.3 media-libs/libirman/libirman-0.4.4.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild?r1=1.2&r2=1.3
44
45 Index: libirman-0.4.4.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- libirman-0.4.4.ebuild 25 Sep 2006 11:03:23 -0000 1.2
52 +++ libirman-0.4.4.ebuild 3 Jan 2010 21:00:47 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild,v 1.2 2006/09/25 11:03:23 jokey Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/libirman/libirman-0.4.4.ebuild,v 1.3 2010/01/03 21:00:47 flameeyes Exp $
59
60 IUSE=""
61 inherit eutils toolchain-funcs
62 @@ -32,7 +32,8 @@
63 src_install() {
64 dodir /usr/include
65
66 - make DESTDIR="${D}" \
67 + # bug #299519
68 + emake -j1 DESTDIR="${D}" \
69 LIRC_DRIVER_DEVICE="${D}/dev/lirc" \
70 install || die