Gentoo Archives: gentoo-commits

From: "Ali Polatel (hawking)" <hawking@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/vim-core: ChangeLog vim-core-7.1.213.ebuild
Date: Wed, 09 Jan 2008 21:25:38
Message-Id: E1JCiQZ-00056S-P0@stork.gentoo.org
1 hawking 08/01/09 21:25:35
2
3 Modified: ChangeLog
4 Added: vim-core-7.1.213.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.278 app-editors/vim-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.278&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.278&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.277&r2=1.278
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
19 retrieving revision 1.277
20 retrieving revision 1.278
21 diff -u -r1.277 -r1.278
22 --- ChangeLog 30 Nov 2007 06:15:03 -0000 1.277
23 +++ ChangeLog 9 Jan 2008 21:25:35 -0000 1.278
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/vim-core
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.277 2007/11/30 06:15:03 hawking Exp $
28 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.278 2008/01/09 21:25:35 hawking Exp $
30 +
31 +*vim-core-7.1.213 (09 Jan 2008)
32 +
33 + 09 Jan 2008; Ali Polatel <hawking@g.o> +vim-core-7.1.213.ebuild:
34 + Version bump.
35
36 *vim-core-7.1.164 (30 Nov 2007)
37
38
39
40
41 1.1 app-editors/vim-core/vim-core-7.1.213.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.1.213.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.1.213.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vim-core-7.1.213.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.1.213.ebuild,v 1.1 2008/01/09 21:25:35 hawking Exp $
51
52 inherit vim
53
54 VIM_VERSION="7.1"
55 VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
56 VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
57 VIMRC_FILE_SUFFIX="-r3"
58
59 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
60 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
61 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
62 mirror://gentoo/${VIM_GENTOO_PATCHES}
63 mirror://gentoo/${VIM_ORG_PATCHES}"
64
65 S="${WORKDIR}/vim${VIM_VERSION/.}"
66 DESCRIPTION="vim and gvim shared files"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
68 IUSE=""
69 DEPEND="${DEPEND}"
70 PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list