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: ChangeLog vim-7.2.376.ebuild
Date: Wed, 24 Feb 2010 16:56:16
Message-Id: E1NkKX0-0007R2-P7@stork.gentoo.org
1 lack 10/02/24 16:56:14
2
3 Modified: ChangeLog
4 Added: vim-7.2.376.ebuild
5 Log:
6 Version bump 7.2.376, now with ruby-1.9 support! (Bug #268608)
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.343 app-editors/vim/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?rev=1.343&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?rev=1.343&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?r1=1.342&r2=1.343
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
19 retrieving revision 1.342
20 retrieving revision 1.343
21 diff -u -r1.342 -r1.343
22 --- ChangeLog 12 Feb 2010 19:26:57 -0000 1.342
23 +++ ChangeLog 24 Feb 2010 16:56:13 -0000 1.343
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/vim
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.342 2010/02/12 19:26:57 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.343 2010/02/24 16:56:13 lack Exp $
29 +
30 +*vim-7.2.376 (24 Feb 2010)
31 +
32 + 24 Feb 2010; Jim Ramsay <lack@g.o> +vim-7.2.376.ebuild:
33 + Version bump 7.2.376, now with ruby-1.9 support! (Bug #268608)
34
35 *vim-7.2.359 (12 Feb 2010)
36
37
38
39
40 1.1 app-editors/vim/vim-7.2.376.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.2.376.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.2.376.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vim-7.2.376.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.2.376.ebuild,v 1.1 2010/02/24 16:56:14 lack Exp $
50
51 EAPI=2
52 inherit vim
53
54 VIM_VERSION="7.2"
55 VIM_ORG_PATCHES="vim-patches-${PV}.tar.gz"
56
57 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
58 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-lang.tar.gz
59 ftp://ftp.vim.org/pub/vim/extra/vim-${VIM_VERSION}-extra.tar.gz
60 mirror://gentoo/${VIM_ORG_PATCHES}"
61
62 S="${WORKDIR}/vim${VIM_VERSION/.}"
63 DESCRIPTION="Vim, an improved vi-style text editor"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
65 IUSE=""