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/zile: zile-2.3.13.ebuild ChangeLog
Date: Thu, 29 Oct 2009 09:45:42
Message-Id: E1N3RZb-0000Lu-Kv@stork.gentoo.org
1 ulm 09/10/29 09:45:39
2
3 Modified: ChangeLog
4 Added: zile-2.3.13.ebuild
5 Log:
6 Version bump. Remove old.
7 (Portage version: 2.2_rc46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.104 app-editors/zile/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.104&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.104&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.103&r2=1.104
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
19 retrieving revision 1.103
20 retrieving revision 1.104
21 diff -u -r1.103 -r1.104
22 --- ChangeLog 23 Sep 2009 17:02:29 -0000 1.103
23 +++ ChangeLog 29 Oct 2009 09:45:39 -0000 1.104
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/zile
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.103 2009/09/23 17:02:29 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.104 2009/10/29 09:45:39 ulm Exp $
29 +
30 +*zile-2.3.13 (29 Oct 2009)
31 +
32 + 29 Oct 2009; Ulrich Mueller <ulm@g.o> +zile-2.3.13.ebuild:
33 + Version bump. Remove old.
34
35 *zile-2.3.12 (23 Sep 2009)
36
37
38
39
40 1.1 app-editors/zile/zile-2.3.13.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild?rev=1.1&content-type=text/plain
44
45 Index: zile-2.3.13.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.13.ebuild,v 1.1 2009/10/29 09:45:39 ulm Exp $
50
51 EAPI=2
52
53 DESCRIPTION="Zile is a small Emacs clone"
54 HOMEPAGE="http://www.gnu.org/software/zile/"
55 SRC_URI="mirror://gnu/zile/${P}.tar.gz"
56
57 LICENSE="GPL-3"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
60 IUSE="test valgrind"
61
62 RDEPEND="sys-libs/ncurses"
63 DEPEND="${RDEPEND}
64 sys-apps/help2man
65 test? ( valgrind? ( dev-util/valgrind ) )"
66
67 src_configure() {
68 econf $(use test && use_with valgrind || echo "--without-valgrind")
69 }
70
71 src_install() {
72 emake DESTDIR="${D}" install || die
73 # FAQ is installed by the build system in /usr/share/zile
74 dodoc AUTHORS BUGS NEWS README THANKS || die
75 }