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.4.7.ebuild ChangeLog zile-2.4.6.ebuild
Date: Mon, 02 Apr 2012 07:58:03
Message-Id: 20120402075746.5F3242004B@flycatcher.gentoo.org
1 ulm 12/04/02 07:57:46
2
3 Modified: zile-2.4.7.ebuild ChangeLog zile-2.4.6.ebuild
4 Log:
5 Add perl to DEPEND because tests need it.
6
7 (Portage version: 2.1.10.54/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-editors/zile/zile-2.4.7.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild?r1=1.1&r2=1.2
15
16 Index: zile-2.4.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- zile-2.4.7.ebuild 1 Apr 2012 15:34:15 -0000 1.1
23 +++ zile-2.4.7.ebuild 2 Apr 2012 07:57:46 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.1 2012/04/01 15:34:15 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.7.ebuild,v 1.2 2012/04/02 07:57:46 ulm Exp $
29
30 EAPI=4
31
32 @@ -17,7 +17,8 @@
33 sys-libs/ncurses
34 acl? ( virtual/acl )"
35
36 -DEPEND="${RDEPEND}"
37 +DEPEND="${RDEPEND}
38 + test? ( dev-lang/perl )"
39
40 src_configure() {
41 econf \
42
43
44
45 1.174 app-editors/zile/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.174&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?rev=1.174&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/ChangeLog?r1=1.173&r2=1.174
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v
54 retrieving revision 1.173
55 retrieving revision 1.174
56 diff -u -r1.173 -r1.174
57 --- ChangeLog 1 Apr 2012 16:15:50 -0000 1.173
58 +++ ChangeLog 2 Apr 2012 07:57:46 -0000 1.174
59 @@ -1,6 +1,10 @@
60 # ChangeLog for app-editors/zile
61 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.173 2012/04/01 16:15:50 ulm Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/ChangeLog,v 1.174 2012/04/02 07:57:46 ulm Exp $
64 +
65 + 02 Apr 2012; Ulrich Müller <ulm@g.o> zile-2.4.6.ebuild,
66 + zile-2.4.7.ebuild:
67 + Add perl to DEPEND because tests need it.
68
69 01 Apr 2012; Ulrich Müller <ulm@g.o> -zile-2.4.2.ebuild:
70 Remove old.
71
72
73
74 1.6 app-editors/zile/zile-2.4.6.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild?rev=1.6&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild?rev=1.6&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild?r1=1.5&r2=1.6
79
80 Index: zile-2.4.6.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild,v
83 retrieving revision 1.5
84 retrieving revision 1.6
85 diff -u -r1.5 -r1.6
86 --- zile-2.4.6.ebuild 1 Apr 2012 16:01:52 -0000 1.5
87 +++ zile-2.4.6.ebuild 2 Apr 2012 07:57:46 -0000 1.6
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild,v 1.5 2012/04/01 16:01:52 armin76 Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/app-editors/zile/zile-2.4.6.ebuild,v 1.6 2012/04/02 07:57:46 ulm Exp $
93
94 EAPI=4
95
96 @@ -17,7 +17,8 @@
97 sys-libs/ncurses
98 acl? ( virtual/acl )"
99
100 -DEPEND="${RDEPEND}"
101 +DEPEND="${RDEPEND}
102 + test? ( dev-lang/perl )"
103
104 src_configure() {
105 econf \