Gentoo Archives: gentoo-commits

From: "Jim Ramsay (lack)" <lack@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/vim-core: ChangeLog vim-core-7.2.264.ebuild
Date: Sun, 27 Sep 2009 15:33:12
Message-Id: E1MrvkM-0007MS-8Z@stork.gentoo.org
1 lack 09/09/27 15:33:10
2
3 Modified: ChangeLog
4 Added: vim-core-7.2.264.ebuild
5 Log:
6 Version bump, plus fix for bug #285502
7 (Portage version: 2.1.6.13/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.314 app-editors/vim-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.314&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.314&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.313&r2=1.314
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
19 retrieving revision 1.313
20 retrieving revision 1.314
21 diff -u -r1.313 -r1.314
22 --- ChangeLog 26 Jul 2009 12:26:50 -0000 1.313
23 +++ ChangeLog 27 Sep 2009 15:33:09 -0000 1.314
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/vim-core
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.313 2009/07/26 12:26:50 ranger Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.314 2009/09/27 15:33:09 lack Exp $
29 +
30 +*vim-core-7.2.264 (27 Sep 2009)
31 +
32 + 27 Sep 2009; Jim Ramsay <lack@g.o> +vim-core-7.2.264.ebuild:
33 + Version bump, plus fix for bug #285502
34
35 26 Jul 2009; Brent Baude <ranger@g.o> vim-core-7.2.182.ebuild:
36 Marking vim-core-7.2.182 ppc64 for bug 257007
37
38
39
40 1.1 app-editors/vim-core/vim-core-7.2.264.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.2.264.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.2.264.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vim-core-7.2.264.ebuild
46 ===================================================================
47 # Copyright 1999-2009 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.2.264.ebuild,v 1.1 2009/09/27 15:33:09 lack Exp $
50
51 EAPI=2
52 inherit vim
53
54 VIM_VERSION="7.2"
55 VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches-r2.tar.bz2"
56 VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
57 VIMRC_FILE_SUFFIX="-r4"
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 PDEPEND="!livecd? ( app-vim/gentoo-syntax )"