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.2.41.ebuild ChangeLog
Date: Wed, 10 Oct 2007 07:27:32
Message-Id: E1IfVp9-0004kv-4v@stork.gentoo.org
1 ulm 07/10/10 07:17:43
2
3 Modified: zile-2.2.41.ebuild ChangeLog
4 Log:
5 Don't PROVIDE=virtual/editor as it is a new-style virtual now.
6 (Portage version: 2.1.3.12)
7
8 Revision Changes Path
9 1.7 app-editors/zile/zile-2.2.41.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild?r1=1.6&r2=1.7
14
15 Index: zile-2.2.41.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- zile-2.2.41.ebuild 22 Sep 2007 11:45:14 -0000 1.6
22 +++ zile-2.2.41.ebuild 10 Oct 2007 07:17:42 -0000 1.7
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild,v 1.6 2007/09/22 11:45:14 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.2.41.ebuild,v 1.7 2007/10/10 07:17:42 ulm Exp $
28
29 DESCRIPTION="Zile is a small Emacs clone"
30 HOMEPAGE="http://zile.sourceforge.net/"
31 @@ -13,7 +13,6 @@
32
33 DEPEND="sys-libs/ncurses
34 >=sys-apps/texinfo-4.3"
35 -PROVIDE="virtual/editor"
36
37 src_install() {
38 emake DESTDIR="${D}" install || die "emake install failed"
39
40
41
42 1.36 app-editors/zile/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.36&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?rev=1.36&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/zile/ChangeLog?r1=1.35&r2=1.36
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
51 retrieving revision 1.35
52 retrieving revision 1.36
53 diff -u -r1.35 -r1.36
54 --- ChangeLog 23 Sep 2007 07:13:00 -0000 1.35
55 +++ ChangeLog 10 Oct 2007 07:17:42 -0000 1.36
56 @@ -1,6 +1,9 @@
57 # ChangeLog for app-editors/zile
58 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.35 2007/09/23 07:13:00 opfer Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.36 2007/10/10 07:17:42 ulm Exp $
61 +
62 + 10 Oct 2007; Ulrich Mueller <ulm@g.o> zile-2.2.41.ebuild:
63 + Don't PROVIDE=virtual/editor as it is a new-style virtual now.
64
65 23 Sep 2007; Christian Faulhammer <opfer@g.o> -zile-2.2.13.ebuild,
66 -zile-2.2.24.ebuild:
67
68
69
70 --
71 gentoo-commits@g.o mailing list