Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/e3: ChangeLog e3-2.7.1.ebuild
Date: Sun, 16 Dec 2007 11:24:17
Message-Id: E1J3rbQ-0005tX-I0@stork.gentoo.org
1 ulm 07/12/16 11:24:12
2
3 Modified: ChangeLog
4 Added: e3-2.7.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc9)
8
9 Revision Changes Path
10 1.26 app-editors/e3/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/e3/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/e3/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/e3/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 10 Oct 2007 06:08:55 -0000 1.25
23 +++ ChangeLog 16 Dec 2007 11:24:11 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/e3
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.25 2007/10/10 06:08:55 opfer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/e3/ChangeLog,v 1.26 2007/12/16 11:24:11 ulm Exp $
29 +
30 +*e3-2.7.1 (16 Dec 2007)
31 +
32 + 16 Dec 2007; Ulrich Mueller <ulm@g.o> +e3-2.7.1.ebuild:
33 + Version bump: yasm is now properly supported for amd64.
34
35 10 Oct 2007; Christian Faulhammer <opfer@g.o> e3-2.7.0.ebuild:
36 remove PROVIDE=virtual/editor as we have now a new-style virtual
37
38
39
40 1.1 app-editors/e3/e3-2.7.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: e3-2.7.1.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/e3/e3-2.7.1.ebuild,v 1.1 2007/12/16 11:24:11 ulm Exp $
50
51 DESCRIPTION="Very tiny editor in ASM with emacs, pico, wordstar, and vi keybindings"
52 HOMEPAGE="http://freshmeat.net/projects/e3/"
53 SRC_URI="http://mitglied.lycos.de/albkleine/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="-* ~amd64 ~x86"
58 IUSE=""
59 RESTRICT="strip"
60
61 DEPEND="x86? ( >=dev-lang/nasm-0.98.39-r3 )
62 amd64? ( >=dev-lang/yasm-0.6.1 )"
63 RDEPEND=""
64
65 src_compile() {
66 local target=""
67 use amd64 && target="yasm64"
68 emake ${target} || die "emake failed"
69 }
70
71 src_install() {
72 dobin e3 || die "dobin failed"
73 dosym e3 /usr/bin/e3em
74 dosym e3 /usr/bin/e3ne
75 dosym e3 /usr/bin/e3pi
76 dosym e3 /usr/bin/e3vi
77 dosym e3 /usr/bin/e3ws
78 newman e3.man e3.1
79 }
80
81
82
83 --
84 gentoo-commits@g.o mailing list