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.1.330.ebuild ChangeLog vim-7.0.243.ebuild
Date: Fri, 20 Feb 2009 15:48:42
Message-Id: E1LaXcG-000679-40@stork.gentoo.org
1 lack 09/02/20 15:48:40
2
3 Modified: ChangeLog
4 Added: vim-7.1.330.ebuild vim-7.0.243.ebuild
5 Log:
6 Added latest patchlevels of 7.0 and 7.1
7 (Portage version: 2.2_rc23/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.323 app-editors/vim/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?rev=1.323&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?rev=1.323&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/ChangeLog?r1=1.322&r2=1.323
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v
19 retrieving revision 1.322
20 retrieving revision 1.323
21 diff -u -r1.322 -r1.323
22 --- ChangeLog 19 Feb 2009 19:29:44 -0000 1.322
23 +++ ChangeLog 20 Feb 2009 15:48:40 -0000 1.323
24 @@ -1,6 +1,13 @@
25 # ChangeLog for app-editors/vim
26 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.322 2009/02/19 19:29:44 lack Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/vim/ChangeLog,v 1.323 2009/02/20 15:48:40 lack Exp $
29 +
30 +*vim-7.1.330 (20 Feb 2009)
31 +*vim-7.0.243 (20 Feb 2009)
32 +
33 + 20 Feb 2009; Jim Ramsay <lack@g.o> +vim-7.0.243.ebuild,
34 + +vim-7.1.330.ebuild:
35 + Added latest patchlevels of 7.0 and 7.1
36
37 *vim-7.2.108 (19 Feb 2009)
38
39
40
41
42 1.1 app-editors/vim/vim-7.1.330.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.1.330.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.1.330.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vim-7.1.330.ebuild
48 ===================================================================
49 # Copyright 1999-2009 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.1.330.ebuild,v 1.1 2009/02/20 15:48:40 lack Exp $
52
53 inherit vim
54
55 VIM_VERSION="7.1"
56 VIM_GENTOO_PATCHES="vim-${VIM_VERSION}-gentoo-patches.tar.bz2"
57 VIM_ORG_PATCHES="vim-patches-${PV}.tar"
58
59 SRC_URI="mirror://gentoo/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_GENTOO_PATCHES}
63 mirror://gentoo/${VIM_ORG_PATCHES}"
64
65 S="${WORKDIR}/vim${VIM_VERSION/.}"
66 DESCRIPTION="Vim, an improved vi-style text editor"
67 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
68 IUSE=""
69 DEPEND="${DEPEND}
70 !minimal? ( ~app-editors/vim-core-${PV} )"
71 RDEPEND="${RDEPEND}
72 !<app-editors/nvi-1.81.5-r4
73 !minimal? ( ~app-editors/vim-core-${PV} )"
74
75
76
77 1.1 app-editors/vim/vim-7.0.243.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild?rev=1.1&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild?rev=1.1&content-type=text/plain
81
82 Index: vim-7.0.243.ebuild
83 ===================================================================
84 # Copyright 1999-2009 Gentoo Foundation
85 # Distributed under the terms of the GNU General Public License v2
86 # $Header: /var/cvsroot/gentoo-x86/app-editors/vim/vim-7.0.243.ebuild,v 1.1 2009/02/20 15:48:40 lack Exp $
87
88 inherit vim
89
90 VIM_VERSION="7.0"
91 VIM_SNAPSHOT="vim-7.0-r1.tar.bz2"
92 VIM_GENTOO_PATCHES="vim-7.0-gentoo-patches-r1.tar.bz2"
93 VIM_ORG_PATCHES="vim-patches-${PV}.tar"
94
95 SRC_URI="${SRC_URI}
96 mirror://gentoo/${VIM_SNAPSHOT}
97 mirror://gentoo/${VIM_GENTOO_PATCHES}
98 mirror://gentoo/${VIM_ORG_PATCHES}"
99
100 S=${WORKDIR}/vim${VIM_VERSION/.*}
101 DESCRIPTION="Vim, an improved vi-style text editor"
102 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
103 IUSE=""
104 DEPEND="${DEPEND}
105 !minimal? ( ~app-editors/vim-core-${PV} )"
106 RDEPEND="${RDEPEND}
107 !<app-editors/nvi-1.81.5-r4
108 !minimal? ( ~app-editors/vim-core-${PV} )"