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.2.53.ebuild zile-2.2.41.ebuild
Date: Mon, 04 Feb 2008 22:23:14
Message-Id: E1JM9iZ-0006x8-ND@stork.gentoo.org
1 ulm 08/02/04 22:23:11
2
3 Modified: ChangeLog
4 Added: zile-2.2.53.ebuild
5 Removed: zile-2.2.41.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.4.1)
9
10 Revision Changes Path
11 1.44 app-editors/zile/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 22 Dec 2007 19:28:30 -0000 1.43
24 +++ ChangeLog 4 Feb 2008 22:23:11 -0000 1.44
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/zile
27 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.43 2007/12/22 19:28:30 ulm Exp $
29 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.44 2008/02/04 22:23:11 ulm Exp $
31 +
32 +*zile-2.2.53 (04 Feb 2008)
33 +
34 + 04 Feb 2008; Ulrich Mueller <ulm@g.o> -zile-2.2.41.ebuild,
35 + +zile-2.2.53.ebuild:
36 + Version bump. Remove old.
37
38 22 Dec 2007; Ulrich Mueller <ulm@g.o> zile-2.2.49.ebuild:
39 Stable on amd64, bug #202429.
40
41
42
43 1.1 app-editors/zile/zile-2.2.53.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.2.53.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.2.53.ebuild?rev=1.1&content-type=text/plain
47
48 Index: zile-2.2.53.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.53.ebuild,v 1.1 2008/02/04 22:23:11 ulm Exp $
53
54 DESCRIPTION="Zile is a small Emacs clone"
55 HOMEPAGE="http://zile.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/zile/${P}.tar.gz"
57
58 LICENSE="GPL-2"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
61 IUSE=""
62
63 DEPEND="sys-libs/ncurses
64 >=sys-apps/texinfo-4.3"
65
66 src_install() {
67 emake DESTDIR="${D}" install || die "emake install failed"
68 dodoc AUTHORS NEWS README THANKS || die "dodoc failed"
69 }
70
71
72
73 --
74 gentoo-commits@l.g.o mailing list