Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: vim.eclass
Date: Mon, 03 Mar 2008 15:09:22
Message-Id: E1JWCI3-0004rk-Ek@stork.gentoo.org
1 hawking 08/03/03 15:09:19
2
3 Modified: vim.eclass
4 Log:
5 Comment out netbeans dependency, gvim doesn't require dev-util/netbeans for netbeans external editor support, bug 184065.
6
7 Revision Changes Path
8 1.170 eclass/vim.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.170&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.170&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?r1=1.169&r2=1.170
13
14 Index: vim.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
17 retrieving revision 1.169
18 retrieving revision 1.170
19 diff -u -r1.169 -r1.170
20 --- vim.eclass 9 Jan 2008 21:13:59 -0000 1.169
21 +++ vim.eclass 3 Mar 2008 15:09:18 -0000 1.170
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2007 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.169 2008/01/09 21:13:59 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.170 2008/03/03 15:09:18 hawking Exp $
27
28 # Authors:
29 # Ryan Phillips <rphillips@g.o>
30 @@ -108,8 +108,11 @@
31 #fi
32 if [[ "${MY_PN}" == "gvim" ]] ; then
33 IUSE="${IUSE} netbeans aqua nextaw"
34 - DEPEND="${DEPEND} netbeans? ( dev-util/netbeans )"
35 - RDEPEND="${RDEPEND} netbeans? ( dev-util/netbeans )"
36 + # Vim implements netbeans external editor protocol when netbeans is
37 + # enabled and doesn't necessarily need dev-util/netbeans.
38 + # bug 184065
39 + # DEPEND="${DEPEND} netbeans? ( dev-util/netbeans )"
40 + # RDEPEND="${RDEPEND} netbeans? ( dev-util/netbeans )"
41 fi
42 if [[ "${MY_PN}" == "vim" ]] ; then
43 IUSE="${IUSE} vim-pager"
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list