Gentoo Archives: gentoo-commits

From: "Victor Ostorga (vostorga)" <vostorga@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/gnu-smalltalk: ChangeLog gnu-smalltalk-3.2.ebuild
Date: Thu, 06 May 2010 16:11:15
Message-Id: 20100506161107.ECA222C3FD@corvid.gentoo.org
1 vostorga 10/05/06 16:11:07
2
3 Modified: ChangeLog gnu-smalltalk-3.2.ebuild
4 Log:
5 Specifying EAPI version, dropping redundant econf option, using emake install
6 (Portage version: 2.1.8.3/cvs/Linux i686)
7
8 Revision Changes Path
9 1.42 dev-lang/gnu-smalltalk/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?rev=1.42&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?rev=1.42&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog?r1=1.41&r2=1.42
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v
18 retrieving revision 1.41
19 retrieving revision 1.42
20 diff -u -r1.41 -r1.42
21 --- ChangeLog 6 May 2010 15:50:59 -0000 1.41
22 +++ ChangeLog 6 May 2010 16:11:07 -0000 1.42
23 @@ -1,6 +1,11 @@
24 # ChangeLog for dev-lang/gnu-smalltalk
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.41 2010/05/06 15:50:59 vostorga Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/ChangeLog,v 1.42 2010/05/06 16:11:07 vostorga Exp $
28 +
29 + 06 May 2010; VĂ­ctor Ostorga <vostorga@g.o>
30 + gnu-smalltalk-3.2.ebuild:
31 + Specifying EAPI version, dropping redundant econf option, using emake
32 + install
33
34 *gnu-smalltalk-3.2 (06 May 2010)
35
36
37
38
39 1.2 dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild?r1=1.1&r2=1.2
44
45 Index: gnu-smalltalk-3.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- gnu-smalltalk-3.2.ebuild 6 May 2010 15:50:59 -0000 1.1
52 +++ gnu-smalltalk-3.2.ebuild 6 May 2010 16:11:07 -0000 1.2
53 @@ -1,6 +1,8 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild,v 1.1 2010/05/06 15:50:59 vostorga Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnu-smalltalk/gnu-smalltalk-3.2.ebuild,v 1.2 2010/05/06 16:11:07 vostorga Exp $
58 +
59 +EAPI="0"
60
61 inherit elisp-common flag-o-matic eutils
62
63 @@ -30,7 +32,6 @@
64 src_compile() {
65 replace-flags '-O3' '-O2'
66 econf \
67 - --prefix=/usr \
68 --libdir=/usr/$(get_libdir) \
69 --with-system-libsigsegv \
70 --with-system-libffi \
71 @@ -46,7 +47,7 @@
72 }
73
74 src_install() {
75 - make DESTDIR="${D}" install || die
76 + emake DESTDIR="${D}" install || die
77 dodoc AUTHORS COPYING* ChangeLog NEWS README THANKS TODO
78 if use emacs; then
79 elisp-install "${PN}" *.el *.elc