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/emact: ChangeLog emact-2.53.0.ebuild emact-2.50.0.ebuild
Date: Wed, 30 Jul 2008 10:28:15
Message-Id: E1KO8ui-0004in-3D@stork.gentoo.org
1 ulm 08/07/30 10:28:12
2
3 Modified: ChangeLog
4 Added: emact-2.53.0.ebuild
5 Removed: emact-2.50.0.ebuild
6 Log:
7 Version bump. Remove old.
8 (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
9
10 Revision Changes Path
11 1.11 app-editors/emact/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/ChangeLog?r1=1.10&r2=1.11
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ChangeLog 1 May 2008 08:49:04 -0000 1.10
24 +++ ChangeLog 30 Jul 2008 10:28:09 -0000 1.11
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/emact
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.10 2008/05/01 08:49:04 opfer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.11 2008/07/30 10:28:09 ulm Exp $
30 +
31 +*emact-2.53.0 (30 Jul 2008)
32 +
33 + 30 Jul 2008; Ulrich Mueller <ulm@g.o> -emact-2.50.0.ebuild,
34 + +emact-2.53.0.ebuild:
35 + Version bump. Remove old.
36
37 01 May 2008; Christian Faulhammer <opfer@g.o> emact-2.52.0.ebuild:
38 stable x86/amd64, bug 217943
39
40
41
42 1.1 app-editors/emact/emact-2.53.0.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: emact-2.53.0.ebuild
48 ===================================================================
49 # Copyright 1999-2008 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/emact/emact-2.53.0.ebuild,v 1.1 2008/07/30 10:28:09 ulm Exp $
52
53 DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs"
54 HOMEPAGE="http://www.eligis.com/emacs/"
55 SRC_URI="http://www.eligis.com/emacs/${P}.tar.gz"
56
57 LICENSE="GPL-2"
58 SLOT="0"
59 KEYWORDS="~amd64 ~x86"
60 IUSE="X"
61
62 DEPEND="sys-libs/ncurses
63 X? (
64 x11-libs/libX11
65 x11-libs/libICE
66 x11-libs/libSM
67 )"
68
69 RDEPEND="${DEPEND}"
70
71 src_compile() {
72 econf $(use_with X x) || die "econf failed"
73 emake || die "emake failed"
74 }
75
76 src_install() {
77 emake INSTALL="${D}"/usr install || die "emake install failed"
78 dodoc README || die "dodoc failed"
79 }