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: ChangeLog zile-2.3.11.ebuild
Date: Sun, 06 Sep 2009 22:02:08
Message-Id: E1MkPo7-00079j-0r@stork.gentoo.org
1 ulm 09/09/06 22:01:59
2
3 Modified: ChangeLog
4 Added: zile-2.3.11.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc40/cvs/Linux i686)
8
9 Revision Changes Path
10 1.102 app-editors/zile/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.102&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.102&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.101&r2=1.102
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
19 retrieving revision 1.101
20 retrieving revision 1.102
21 diff -u -r1.101 -r1.102
22 --- ChangeLog 31 Aug 2009 13:17:37 -0000 1.101
23 +++ ChangeLog 6 Sep 2009 22:01:58 -0000 1.102
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.101 2009/08/31 13:17:37 fauli Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.102 2009/09/06 22:01:58 ulm Exp $
29 +
30 +*zile-2.3.11 (06 Sep 2009)
31 +
32 + 06 Sep 2009; Ulrich Mueller <ulm@g.o> +zile-2.3.11.ebuild:
33 + Version bump.
34
35 31 Aug 2009; Christian Faulhammer <fauli@g.o> -zile-2.3.7.ebuild:
36 clean up
37
38
39
40 1.1 app-editors/zile/zile-2.3.11.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.11.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.11.ebuild?rev=1.1&content-type=text/plain
44
45 Index: zile-2.3.11.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.11.ebuild,v 1.1 2009/09/06 22:01:58 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 }