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.56.0.ebuild
Date: Fri, 30 Dec 2011 18:03:04
Message-Id: 20111230180254.6BCAD2004B@flycatcher.gentoo.org
1 ulm 11/12/30 18:02:54
2
3 Modified: ChangeLog
4 Added: emact-2.56.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.44/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 app-editors/emact/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 11 Jun 2009 21:13:50 -0000 1.18
24 +++ ChangeLog 30 Dec 2011 18:02:53 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/emact
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.18 2009/06/11 21:13:50 fauli Exp $
29 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/emact/ChangeLog,v 1.19 2011/12/30 18:02:53 ulm Exp $
31 +
32 +*emact-2.56.0 (30 Dec 2011)
33 +
34 + 30 Dec 2011; Ulrich Mueller <ulm@g.o> +emact-2.56.0.ebuild:
35 + Version bump.
36
37 11 Jun 2009; Christian Faulhammer <fauli@g.o> -emact-2.53.0.ebuild:
38 clean up
39
40
41
42 1.1 app-editors/emact/emact-2.56.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emact/emact-2.56.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: emact-2.56.0.ebuild
48 ===================================================================
49 # Copyright 1999-2011 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.56.0.ebuild,v 1.1 2011/12/30 18:02:53 ulm Exp $
52
53 EAPI=4
54
55 DESCRIPTION="EmACT, a fork of Conroy's MicroEmacs"
56 HOMEPAGE="http://www.eligis.com/emacs/"
57 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
58
59 LICENSE="GPL-2 BSD"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 IUSE="X"
63
64 DEPEND="sys-libs/ncurses
65 X? (
66 x11-libs/libX11
67 x11-libs/libICE
68 x11-libs/libSM
69 )"
70
71 RDEPEND="${DEPEND}"
72
73 src_prepare() {
74 # files in the tarball have all mode bits set to zero ...
75 chmod +x configure || die
76 }
77
78 src_configure() {
79 econf $(use_with X x)
80 }
81
82 src_install() {
83 emake INSTALL="${D}"/usr install
84 #dodoc README
85 }