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: Thu, 27 Sep 2007 09:41:20
Message-Id: E1IapjJ-0000zR-PM@stork.gentoo.org
1 hawking 07/09/27 09:32:21
2
3 Modified: vim.eclass
4 Log:
5 respect GVIM_DESKTOP_SUFFIX, so gvim.desktop file can be updated.
6
7 Revision Changes Path
8 1.167 eclass/vim.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.167&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?rev=1.167&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/vim.eclass?r1=1.166&r2=1.167
13
14 Index: vim.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v
17 retrieving revision 1.166
18 retrieving revision 1.167
19 diff -u -r1.166 -r1.167
20 --- vim.eclass 5 Sep 2007 21:22:23 -0000 1.166
21 +++ vim.eclass 27 Sep 2007 09:32:21 -0000 1.167
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.166 2007/09/05 21:22:23 hawking Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.167 2007/09/27 09:32:21 hawking Exp $
27
28 # Authors:
29 # Ryan Phillips <rphillips@g.o>
30 @@ -582,7 +582,7 @@
31 # as of 6.3-r1, we install a desktop entry. bug #44633, and bug #68622
32 # for the nicer updated version.
33 insinto /usr/share/applications
34 - doins ${FILESDIR}/gvim.desktop
35 + newins ${FILESDIR}/gvim.desktop${GVIM_DESKTOP_SUFFIX} gvim.desktop
36 insinto /usr/share/pixmaps
37 doins ${FILESDIR}/gvim.xpm
38
39
40
41
42 --
43 gentoo-commits@g.o mailing list