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: vim-core-7.3.244.ebuild ChangeLog
Date: Wed, 13 Jul 2011 11:12:04
Message-Id: 20110713111154.C97E62004B@flycatcher.gentoo.org
1 lack 11/07/13 11:11:54
2
3 Modified: ChangeLog
4 Added: vim-core-7.3.244.ebuild
5 Log:
6 Version bump: 7.3.244 is released, plus the ebuild now includes updated runtime files
7
8 (Portage version: 2.1.9.49/cvs/Linux i686)
9
10 Revision Changes Path
11 1.371 app-editors/vim-core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.371&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.371&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.370&r2=1.371
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
20 retrieving revision 1.370
21 retrieving revision 1.371
22 diff -u -r1.370 -r1.371
23 --- ChangeLog 24 Jun 2011 15:28:40 -0000 1.370
24 +++ ChangeLog 13 Jul 2011 11:11:54 -0000 1.371
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-editors/vim-core
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.370 2011/06/24 15:28:40 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.371 2011/07/13 11:11:54 lack Exp $
30 +
31 +*vim-core-7.3.244 (13 Jul 2011)
32 +
33 + 13 Jul 2011; Jim Ramsay <lack@g.o> +vim-core-7.3.244.ebuild:
34 + Version bump: 7.3.244 is released, plus the ebuild now includes updated
35 + runtime files
36
37 24 Jun 2011; Raúl Porcel <armin76@g.o> vim-core-7.3.189.ebuild:
38 alpha/ia64/m68k/s390/sh/sparc stable wrt #371977
39
40
41
42 1.1 app-editors/vim-core/vim-core-7.3.244.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.244.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.244.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vim-core-7.3.244.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.244.ebuild,v 1.1 2011/07/13 11:11:54 lack Exp $
52
53 EAPI=3
54 VIM_VERSION="7.3"
55 inherit vim
56
57 VIM_CORE_GENTOO_PATCHES="vim-core-${VIM_VERSION}-gentoo-patches.tar.bz2"
58 VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
59 VIMRC_FILE_SUFFIX="-r4"
60
61 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
62 http://dev.gentoo.org/~lack/vim/${VIM_CORE_GENTOO_PATCHES}
63 http://dev.gentoo.org/~lack/vim/${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 ~mips ~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=""