Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/amlc: amlc-0.5.1.ebuild
Date: Mon, 25 Feb 2008 16:36:39
Message-Id: E1JTgJg-0008Dd-Kd@stork.gentoo.org
1 drac 08/02/25 16:36:36
2
3 Modified: amlc-0.5.1.ebuild
4 Log:
5 quote distdir..
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.6 x11-apps/amlc/amlc-0.5.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?r1=1.5&r2=1.6
14
15 Index: amlc-0.5.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- amlc-0.5.1.ebuild 25 Feb 2008 16:35:13 -0000 1.5
22 +++ amlc-0.5.1.ebuild 25 Feb 2008 16:36:36 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.5 2008/02/25 16:35:13 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.6 2008/02/25 16:36:36 drac Exp $
28
29 inherit toolchain-funcs
30
31 @@ -16,7 +16,7 @@
32 S=${WORKDIR}
33
34 src_unpack() {
35 - cp ${DISTDIR}/${P}.cpp "${S}"
36 + cp "${DISTDIR}"/${P}.cpp "${S}"
37 }
38
39 src_compile() {
40
41
42
43 --
44 gentoo-commits@l.g.o mailing list