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.9.ebuild zile-2.3.8.ebuild
Date: Thu, 09 Jul 2009 13:19:51
Message-Id: E1MOtXR-0003Ua-UA@stork.gentoo.org
1 ulm 09/07/09 13:19:49
2
3 Modified: ChangeLog
4 Added: zile-2.3.9.ebuild
5 Removed: zile-2.3.8.ebuild
6 Log:
7 Version bump. Remove intermediate version.
8 (Portage version: 2.2_rc33/cvs/Linux i686)
9
10 Revision Changes Path
11 1.91 app-editors/zile/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.91&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.91&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.90&r2=1.91
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
20 retrieving revision 1.90
21 retrieving revision 1.91
22 diff -u -r1.90 -r1.91
23 --- ChangeLog 5 Jul 2009 20:42:00 -0000 1.90
24 +++ ChangeLog 9 Jul 2009 13:19:49 -0000 1.91
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/zile
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.90 2009/07/05 20:42:00 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.91 2009/07/09 13:19:49 ulm Exp $
30 +
31 +*zile-2.3.9 (09 Jul 2009)
32 +
33 + 09 Jul 2009; Ulrich Mueller <ulm@g.o> -zile-2.3.8.ebuild,
34 + +zile-2.3.9.ebuild:
35 + Version bump. Remove intermediate version.
36
37 *zile-2.3.8 (05 Jul 2009)
38
39
40
41
42 1.1 app-editors/zile/zile-2.3.9.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild?rev=1.1&content-type=text/plain
46
47 Index: zile-2.3.9.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.3.9.ebuild,v 1.1 2009/07/09 13:19:49 ulm Exp $
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 ~x86 ~sparc-fbsd ~x86-fbsd"
60 IUSE=""
61
62 RDEPEND="sys-libs/ncurses"
63 DEPEND="${RDEPEND}
64 sys-apps/help2man"
65
66 src_install() {
67 emake DESTDIR="${D}" install || die
68 # FAQ is installed by the build system in /usr/share/zile
69 dodoc AUTHORS BUGS NEWS README THANKS || die
70 }