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.456.ebuild ChangeLog
Date: Tue, 28 Feb 2012 21:13:45
Message-Id: 20120228211333.448752004B@flycatcher.gentoo.org
1 lack 12/02/28 21:13:33
2
3 Modified: ChangeLog
4 Added: vim-core-7.3.456.ebuild
5 Log:
6 Version bump: 7.3.456 is released
7
8 (Portage version: 2.1.10.49/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.385 app-editors/vim-core/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.385&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?rev=1.385&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/ChangeLog?r1=1.384&r2=1.385
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v
20 retrieving revision 1.384
21 retrieving revision 1.385
22 diff -u -r1.384 -r1.385
23 --- ChangeLog 13 Feb 2012 16:37:03 -0000 1.384
24 +++ ChangeLog 28 Feb 2012 21:13:33 -0000 1.385
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/vim-core
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.384 2012/02/13 16:37:03 lack Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/ChangeLog,v 1.385 2012/02/28 21:13:33 lack Exp $
30 +
31 +*vim-core-7.3.456 (28 Feb 2012)
32 +
33 + 28 Feb 2012; Jim Ramsay <jim_ramsay@g.o> +vim-core-7.3.456.ebuild:
34 + Version bump: 7.3.456 is released
35
36 *vim-core-7.3.444 (13 Feb 2012)
37
38
39
40
41 1.1 app-editors/vim-core/vim-core-7.3.456.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.456.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim-core/vim-core-7.3.456.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vim-core-7.3.456.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/vim-core-7.3.456.ebuild,v 1.1 2012/02/28 21:13:33 lack Exp $
51
52 EAPI=3
53 VIM_VERSION="7.3"
54 inherit vim
55
56 VIM_CORE_GENTOO_PATCHES="vim-core-${VIM_VERSION}-gentoo-patches-r1.tar.bz2"
57 VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
58 VIMRC_FILE_SUFFIX="-r4"
59
60 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
61 http://dev.gentoo.org/~lack/vim/${VIM_CORE_GENTOO_PATCHES}
62 http://dev.gentoo.org/~lack/vim/${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 ~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"
67 IUSE=""