Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/dinero: ChangeLog dinero-4.7.ebuild
Date: Tue, 30 Dec 2008 18:53:53
Message-Id: E1LHjix-0002k9-N5@stork.gentoo.org
1 angelos 08/12/30 18:53:51
2
3 Modified: ChangeLog dinero-4.7.ebuild
4 Log:
5 QA: Respect AR/CC/RANLIB (bug 243576)
6 (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
7
8 Revision Changes Path
9 1.10 app-emulation/dinero/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 13 May 2007 18:25:56 -0000 1.9
22 +++ ChangeLog 30 Dec 2008 18:53:51 -0000 1.10
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-emulation/dinero
25 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.9 2007/05/13 18:25:56 bangert Exp $
27 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/ChangeLog,v 1.10 2008/12/30 18:53:51 angelos Exp $
29 +
30 + 30 Dec 2008; Christoph Mende <angelos@g.o> dinero-4.7.ebuild:
31 + QA: Respect AR/CC/RANLIB (bug 243576)
32
33 13 May 2007; Thilo Bangert <bangert@g.o> metadata.xml:
34 add <herd>no-herd</herd>
35
36
37
38 1.9 app-emulation/dinero/dinero-4.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild?r1=1.8&r2=1.9
43
44 Index: dinero-4.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- dinero-4.7.ebuild 24 Apr 2005 03:07:04 -0000 1.8
51 +++ dinero-4.7.ebuild 30 Dec 2008 18:53:51 -0000 1.9
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2005 Gentoo Foundation
54 +# Copyright 1999-2008 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild,v 1.8 2005/04/24 03:07:04 hansmi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dinero/dinero-4.7.ebuild,v 1.9 2008/12/30 18:53:51 angelos Exp $
58 +
59 +inherit toolchain-funcs
60
61 MY_P="d${PV/./-}"
62 S="${WORKDIR}/${MY_P}"
63 @@ -13,6 +15,12 @@
64 LICENSE="as-is"
65 IUSE=""
66
67 +src_compile() {
68 + tc-export AR CC RANLIB
69 + econf
70 + emake || die "emake failed"
71 +}
72 +
73 src_install() {
74 dobin dineroIV || die "dobin failed"
75 dodoc CHANGES COPYRIGHT NOTES README TODO || die "dodoc failed"