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.164.ebuild
Date: Fri, 30 Nov 2007 06:15:10
Message-Id: E1Ixz9U-0008I7-H2@stork.gentoo.org
1 hawking 07/11/30 06:15:04
2
3 Modified: ChangeLog
4 Added: vim-core-7.1.164.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.4_rc4)
8
9 Revision Changes Path
10 1.277 app-editors/vim-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.277&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.277&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.276&r2=1.277
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
19 retrieving revision 1.276
20 retrieving revision 1.277
21 diff -u -r1.276 -r1.277
22 --- ChangeLog 10 Nov 2007 22:01:33 -0000 1.276
23 +++ ChangeLog 30 Nov 2007 06:15:03 -0000 1.277
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.276 2007/11/10 22:01:33 corsair Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.277 2007/11/30 06:15:03 hawking Exp $
29 +
30 +*vim-core-7.1.164 (30 Nov 2007)
31 +
32 + 30 Nov 2007; Ali Polatel <hawking@g.o> +vim-core-7.1.164.ebuild:
33 + Version bump.
34
35 10 Nov 2007; Markus Rothe <corsair@g.o> vim-core-7.1.123.ebuild:
36 Stable on ppc64; bug #198574
37
38
39
40 1.1 app-editors/vim-core/vim-core-7.1.164.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.1.164.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.1.164.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vim-core-7.1.164.ebuild
46 ===================================================================
47 # Copyright 1999-2007 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.1.164.ebuild,v 1.1 2007/11/30 06:15:03 hawking Exp $
50
51 inherit vim
52
53 VIM_VERSION="7.1"
54 VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
55 VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
56 VIMRC_FILE_SUFFIX="-r3"
57
58 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
59 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
60 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
61 mirror://gentoo/${VIM_GENTOO_PATCHES}
62 mirror://gentoo/${VIM_ORG_PATCHES}"
63
64 S="${WORKDIR}/vim${VIM_VERSION/.}"
65 DESCRIPTION="vim and gvim shared files"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
67 IUSE=""
68 DEPEND="${DEPEND}"
69 PDEPEND="!livecd? ( app-vim/gentoo-syntax )"
70
71
72
73 --
74 gentoo-commits@g.o mailing list