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: vim-7.3.393.ebuild ChangeLog
Date: Thu, 05 Jan 2012 18:17:13
Message-Id: 20120105181658.6A9712004B@flycatcher.gentoo.org
1 lack 12/01/05 18:16:58
2
3 Modified: ChangeLog
4 Added: vim-7.3.393.ebuild
5 Log:
6 Version bump: 7.3.393 is released
7
8 (Portage version: 2.1.10.41/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.396 app-editors/vim/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.396&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?rev=1.396&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/ChangeLog?r1=1.395&r2=1.396
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
20 retrieving revision 1.395
21 retrieving revision 1.396
22 diff -u -r1.395 -r1.396
23 --- ChangeLog 5 Jan 2012 18:00:44 -0000 1.395
24 +++ ChangeLog 5 Jan 2012 18:16:58 -0000 1.396
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-editors/vim
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.395 2012/01/05 18:00:44 lack Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.396 2012/01/05 18:16:58 lack Exp $
31 +
32 +*vim-7.3.393 (05 Jan 2012)
33 +
34 + 05 Jan 2012; Jim Ramsay <jim_ramsay@g.o> +vim-7.3.393.ebuild:
35 + Version bump: 7.3.393 is released
36
37 *vim-7.3.372 (09 Dec 2011)
38
39
40
41
42 1.1 app-editors/vim/vim-7.3.393.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.3.393.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/vim/vim-7.3.393.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vim-7.3.393.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.3.393.ebuild,v 1.1 2012/01/05 18:16:58 lack Exp $
52
53 EAPI=3
54 VIM_VERSION="7.3"
55 inherit vim
56
57 VIM_ORG_PATCHES="vim-patches-${PV}.patch.bz2"
58
59 SRC_URI="ftp://ftp.vim.org/pub/vim/unix/vim-${VIM_VERSION}.tar.bz2
60 http://dev.gentoo.org/~lack/vim/${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 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
65 IUSE=""
66
67 src_prepare() {
68 vim_src_prepare
69
70 if [[ ${CHOST} == *-interix* ]]; then
71 epatch "${FILESDIR}"/${PN}-7.3-interix-link.patch
72 fi
73 epatch "${FILESDIR}"/${PN}-7.1.285-darwin-x11link.patch
74 }