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/unite: ChangeLog unite-4.0.ebuild
Date: Sun, 02 Sep 2012 05:17:04
Message-Id: 20120902051654.7E74C20F75@flycatcher.gentoo.org
1 radhermit 12/09/02 05:16:54
2
3 Modified: ChangeLog
4 Added: unite-4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-vim/unite/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/unite/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/unite/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/unite/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 22 May 2011 03:09:02 -0000 1.1
24 +++ ChangeLog 2 Sep 2012 05:16:54 -0000 1.2
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-vim/unite
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v 1.1 2011/05/22 03:09:02 radhermit Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-vim/unite/ChangeLog,v 1.2 2012/09/02 05:16:54 radhermit Exp $
31 +
32 +*unite-4.0 (02 Sep 2012)
33 +
34 + 02 Sep 2012; Tim Harder <radhermit@g.o> +unite-4.0.ebuild:
35 + Version bump.
36
37 *unite-2.0 (22 May 2011)
38
39
40
41
42 1.1 app-vim/unite/unite-4.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/unite/unite-4.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/unite/unite-4.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: unite-4.0.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-vim/unite/unite-4.0.ebuild,v 1.1 2012/09/02 05:16:54 radhermit Exp $
52
53 EAPI=4
54
55 inherit vim-plugin
56
57 DESCRIPTION="vim plugin: unite all sources"
58 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=3396"
59 LICENSE="MIT"
60 KEYWORDS="~amd64 ~x86"
61 IUSE=""
62
63 VIM_PLUGIN_HELPFILES="${PN}.txt"