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.376.ebuild
Date: Wed, 24 Feb 2010 16:55:54
Message-Id: E1NkKWe-0007OS-NQ@stork.gentoo.org
1 lack 10/02/24 16:55:52
2
3 Modified: ChangeLog
4 Added: vim-core-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.325 app-editors/vim-core/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.325&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.325&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.324&r2=1.325
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
19 retrieving revision 1.324
20 retrieving revision 1.325
21 diff -u -r1.324 -r1.325
22 --- ChangeLog 12 Feb 2010 19:26:31 -0000 1.324
23 +++ ChangeLog 24 Feb 2010 16:55:51 -0000 1.325
24 @@ -1,6 +1,11 @@
25 # ChangeLog for app-editors/vim-core
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.324 2010/02/12 19:26:31 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.325 2010/02/24 16:55:51 lack Exp $
29 +
30 +*vim-core-7.2.376 (24 Feb 2010)
31 +
32 + 24 Feb 2010; Jim Ramsay <lack@g.o> +vim-core-7.2.376.ebuild:
33 + Version bump 7.2.376, now with ruby-1.9 support! (Bug #268608)
34
35 *vim-core-7.2.359 (12 Feb 2010)
36
37
38
39
40 1.1 app-editors/vim-core/vim-core-7.2.376.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.2.376.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim-core/vim-core-7.2.376.ebuild?rev=1.1&content-type=text/plain
44
45 Index: vim-core-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-core/vim-core-7.2.376.ebuild,v 1.1 2010/02/24 16:55:51 lack Exp $
50
51 EAPI=2
52 inherit vim
53
54 VIM_VERSION="7.2"
55 VIM_CORE_GENTOO_PATCHES="vim-core-${VIM_VERSION}-gentoo-patches-r1.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_CORE_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 ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
68 IUSE=""