Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/multiplesearch: multiplesearch-1.3.ebuild ChangeLog
Date: Fri, 01 Oct 2010 07:38:45
Message-Id: 20101001073835.DAC7420051@flycatcher.gentoo.org
1 radhermit 10/10/01 07:38:35
2
3 Modified: ChangeLog
4 Added: multiplesearch-1.3.ebuild
5 Log:
6 Version bump. Update to EAPI=3 and remove custom help doc generation since documentation has been included upstream.
7
8 (Portage version: 2.2_rc87/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.15 app-vim/multiplesearch/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/multiplesearch/ChangeLog?rev=1.15&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/multiplesearch/ChangeLog?rev=1.15&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/multiplesearch/ChangeLog?r1=1.14&r2=1.15
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v
20 retrieving revision 1.14
21 retrieving revision 1.15
22 diff -u -r1.14 -r1.15
23 --- ChangeLog 25 Mar 2008 23:46:37 -0000 1.14
24 +++ ChangeLog 1 Oct 2010 07:38:35 -0000 1.15
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-vim/multiplesearch
27 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.14 2008/03/25 23:46:37 coldwind Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/multiplesearch/ChangeLog,v 1.15 2010/10/01 07:38:35 radhermit Exp $
31 +
32 +*multiplesearch-1.3 (01 Oct 2010)
33 +
34 + 01 Oct 2010; Tim Harder <radhermit@g.o> +multiplesearch-1.3.ebuild:
35 + Version bump. Update to EAPI=3 and remove custom help doc generation since
36 + documentation has been included upstream.
37
38 25 Mar 2008; Santiago M. Mola <coldwind@g.o>
39 multiplesearch-1.2.1-r1.ebuild:
40
41
42
43 1.1 app-vim/multiplesearch/multiplesearch-1.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/multiplesearch/multiplesearch-1.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: multiplesearch-1.3.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/multiplesearch/multiplesearch-1.3.ebuild,v 1.1 2010/10/01 07:38:35 radhermit Exp $
53
54 EAPI=3
55
56 inherit vim-plugin
57
58 DESCRIPTION="vim plugin: allows multiple highlighted searches"
59 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=479"
60 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=9276 -> ${P}.zip"
61 LICENSE="vim"
62 KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
63 IUSE=""
64
65 VIM_PLUGIN_HELPFILES="MultipleSearch"
66
67 DEPEND="app-arch/unzip"
68 RDEPEND=""
69
70 S="${WORKDIR}"