Gentoo Archives: gentoo-commits

From: "Dror Levin (spatz)" <spatz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/colorschemes: ChangeLog colorschemes-20100218.ebuild colorschemes-20070707.ebuild
Date: Fri, 19 Feb 2010 18:51:24
Message-Id: E1NiXwg-0006wN-Kn@stork.gentoo.org
1 spatz 10/02/19 18:51:22
2
3 Modified: ChangeLog
4 Added: colorschemes-20100218.ebuild
5 Removed: colorschemes-20070707.ebuild
6 Log:
7 Version bump, remove old.
8 (Portage version: 2.2_rc62/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.42 app-vim/colorschemes/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/colorschemes/ChangeLog?rev=1.42&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/colorschemes/ChangeLog?rev=1.42&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/colorschemes/ChangeLog?r1=1.41&r2=1.42
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v
20 retrieving revision 1.41
21 retrieving revision 1.42
22 diff -u -r1.41 -r1.42
23 --- ChangeLog 17 Dec 2009 10:20:35 -0000 1.41
24 +++ ChangeLog 19 Feb 2010 18:51:21 -0000 1.42
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-vim/colorschemes
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.41 2009/12/17 10:20:35 fauli Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.42 2010/02/19 18:51:21 spatz Exp $
31 +
32 +*colorschemes-20100218 (19 Feb 2010)
33 +
34 + 19 Feb 2010; Dror Levin <spatz@g.o> -colorschemes-20070707.ebuild,
35 + +colorschemes-20100218.ebuild:
36 + Version bump, remove old.
37
38 17 Dec 2009; Christian Faulhammer <fauli@g.o>
39 colorschemes-20070707.ebuild, colorschemes-20090118.ebuild:
40
41
42
43 1.1 app-vim/colorschemes/colorschemes-20100218.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/colorschemes/colorschemes-20100218.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-vim/colorschemes/colorschemes-20100218.ebuild?rev=1.1&content-type=text/plain
47
48 Index: colorschemes-20100218.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/colorschemes-20100218.ebuild,v 1.1 2010/02/19 18:51:21 spatz Exp $
53
54 EAPI="2"
55
56 inherit vim-plugin eutils
57
58 DESCRIPTION="vim plugin: a collection of color schemes from vim.org"
59 HOMEPAGE="http://www.vim.org/"
60 SRC_URI="mirror://gentoo/${P}.tar.bz2"
61
62 LICENSE="vim GPL-2 public-domain as-is"
63 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
64 IUSE=""
65
66 VIM_PLUGIN_HELPTEXT=\
67 "This plugin provides a collection of color schemes for vim. To switch
68 color schemes, use :colorscheme schemename (tab completion is available
69 for scheme names). To automatically set a scheme at startup, please see
70 :help vimrc ."
71
72 src_prepare() {
73 EPATCH_SOURCE="${S}/patches" \
74 EPATCH_SUFFIX="patch" \
75 EPATCH_FORCE="yes" \
76 epatch
77 rm -rf patches/
78
79 einfo "Fixing line endings"
80 find . -name '*.vim' -exec sed -i -e 's,\r,\n,g' {} \;
81 }