Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/ghdl: ghdl-0.27.ebuild ChangeLog
Date: Mon, 28 Dec 2009 16:22:43
Message-Id: E1NPIMj-00067d-3S@stork.gentoo.org
1 flameeyes 09/12/28 16:22:41
2
3 Modified: ghdl-0.27.ebuild ChangeLog
4 Log:
5 Use emake -j1 for install, as per bug #277644.
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 sci-electronics/ghdl/ghdl-0.27.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild?r1=1.2&r2=1.3
14
15 Index: ghdl-0.27.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ghdl-0.27.ebuild 20 Jun 2009 03:36:43 -0000 1.2
22 +++ ghdl-0.27.ebuild 28 Dec 2009 16:22:40 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild,v 1.2 2009/06/20 03:36:43 calchan Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ghdl-0.27.ebuild,v 1.3 2009/12/28 16:22:40 flameeyes Exp $
28
29 EAPI="2"
30
31 @@ -60,6 +60,7 @@
32 }
33
34 src_install() {
35 + # bug #277644
36 PATH="${GNATGCC_PATH}:${PATH}" emake DESTDIR="${D}" install || die "Installation failed"
37
38 cd "${D}"/usr/bin ; rm `ls --ignore=ghdl`
39
40
41
42 1.10 sci-electronics/ghdl/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ChangeLog?rev=1.10&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ChangeLog?rev=1.10&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-electronics/ghdl/ChangeLog?r1=1.9&r2=1.10
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v
51 retrieving revision 1.9
52 retrieving revision 1.10
53 diff -u -r1.9 -r1.10
54 --- ChangeLog 20 Jun 2009 03:56:42 -0000 1.9
55 +++ ChangeLog 28 Dec 2009 16:22:40 -0000 1.10
56 @@ -1,6 +1,9 @@
57 # ChangeLog for sci-electronics/ghdl
58 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.9 2009/06/20 03:56:42 calchan Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/ghdl/ChangeLog,v 1.10 2009/12/28 16:22:40 flameeyes Exp $
61 +
62 + 28 Dec 2009; Diego E. Pettenò <flameeyes@g.o> ghdl-0.27.ebuild:
63 + Use emake -j1 for install, as per bug #277644.
64
65 20 Jun 2009; Denis Dupeyron <calchan@g.o> -ghdl-0.26.ebuild:
66 Removed old ebuild.