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 ChangeLog
Date: Mon, 25 Feb 2008 16:35:17
Message-Id: E1JTgIM-0008By-PD@stork.gentoo.org
1 drac 08/02/25 16:35:14
2
3 Modified: amlc-0.5.1.ebuild ChangeLog
4 Log:
5 amd64 stable
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.5 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.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild?r1=1.4&r2=1.5
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.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- amlc-0.5.1.ebuild 21 Nov 2007 15:01:22 -0000 1.4
22 +++ amlc-0.5.1.ebuild 25 Feb 2008 16:35:13 -0000 1.5
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.4 2007/11/21 15:01:22 drac Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/amlc-0.5.1.ebuild,v 1.5 2008/02/25 16:35:13 drac Exp $
29
30 inherit toolchain-funcs
31
32 @@ -10,19 +10,19 @@
33
34 LICENSE="GPL-2"
35 SLOT="0"
36 -KEYWORDS="~amd64 x86"
37 +KEYWORDS="amd64 x86"
38 IUSE=""
39
40 -S="${WORKDIR}"
41 +S=${WORKDIR}
42
43 src_unpack() {
44 - cp "${DISTDIR}"/${P}.cpp "${S}"
45 + cp ${DISTDIR}/${P}.cpp "${S}"
46 }
47
48 src_compile() {
49 - $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} "${S}"/${P}.cpp -o amlc || die "build failed."
50 + $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${P}.cpp -o ${PN} || die "build failed."
51 }
52
53 src_install() {
54 - dobin amlc
55 + dobin ${PN}
56 }
57
58
59
60 1.5 x11-apps/amlc/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/ChangeLog?rev=1.5&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/ChangeLog?rev=1.5&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/amlc/ChangeLog?r1=1.4&r2=1.5
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v
69 retrieving revision 1.4
70 retrieving revision 1.5
71 diff -u -r1.4 -r1.5
72 --- ChangeLog 21 Nov 2007 15:01:22 -0000 1.4
73 +++ ChangeLog 25 Feb 2008 16:35:13 -0000 1.5
74 @@ -1,6 +1,9 @@
75 # ChangeLog for x11-apps/amlc
76 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.4 2007/11/21 15:01:22 drac Exp $
78 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
79 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/amlc/ChangeLog,v 1.5 2008/02/25 16:35:13 drac Exp $
80 +
81 + 25 Feb 2008; Samuli Suominen <drac@g.o> amlc-0.5.1.ebuild:
82 + amd64 stable
83
84 21 Nov 2007; Samuli Suominen <drac@g.o> amlc-0.5.1.ebuild:
85 Keyword ~amd64.
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list