Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/zile: ChangeLog zile-2.3.5.ebuild
Date: Wed, 08 Apr 2009 22:20:57
Message-Id: E1Lrg8b-0001Dt-IM@stork.gentoo.org
1 fauli 09/04/08 22:20:53
2
3 Modified: ChangeLog
4 Added: zile-2.3.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.1.6.7/cvs/Linux i686)
8
9 Revision Changes Path
10 1.80 app-editors/zile/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.80&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.80&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.79&r2=1.80
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
19 retrieving revision 1.79
20 retrieving revision 1.80
21 diff -u -r1.79 -r1.80
22 --- ChangeLog 8 Apr 2009 17:23:24 -0000 1.79
23 +++ ChangeLog 8 Apr 2009 22:20:53 -0000 1.80
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/zile
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.79 2009/04/08 17:23:24 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.80 2009/04/08 22:20:53 fauli Exp $
29 +
30 +*zile-2.3.5 (08 Apr 2009)
31 +
32 + 08 Apr 2009; Christian Faulhammer <fauli@g.o> +zile-2.3.5.ebuild:
33 + version bump
34
35 08 Apr 2009; Tobias Klausmann <klausman@g.o> zile-2.3.4.ebuild:
36 Stable on alpha, bug #265306
37
38
39
40 1.1 app-editors/zile/zile-2.3.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: zile-2.3.5.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.5.ebuild,v 1.1 2009/04/08 22:20:53 fauli Exp $
50
51 DESCRIPTION="Zile is a small Emacs clone"
52 HOMEPAGE="http://www.gnu.org/software/zile/"
53 SRC_URI="mirror://gnu/zile/${P}.tar.gz"
54
55 LICENSE="GPL-3"
56 SLOT="0"
57 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
58 IUSE=""
59
60 RDEPEND="sys-libs/ncurses"
61 DEPEND="${RDEPEND}
62 sys-apps/help2man"
63
64 src_install() {
65 emake DESTDIR="${D}" install || die
66 dodoc AUTHORS BUGS NEWS README THANKS || die
67 }