Gentoo Archives: gentoo-commits

From: "Agostino Sarubbo (ago)" <ago@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/genindent: genindent-1.1.ebuild ChangeLog
Date: Fri, 03 Feb 2012 14:44:58
Message-Id: 20120203144447.7A6B42004B@flycatcher.gentoo.org
1 ago 12/02/03 14:44:47
2
3 Modified: genindent-1.1.ebuild ChangeLog
4 Log:
5 Stable for amd64, wrt bug #396851
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 app-vim/genindent/genindent-1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild?r1=1.1&r2=1.2
15
16 Index: genindent-1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- genindent-1.1.ebuild 14 Nov 2010 07:09:24 -0000 1.1
23 +++ genindent-1.1.ebuild 3 Feb 2012 14:44:47 -0000 1.2
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2010 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v 1.1 2010/11/14 07:09:24 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/genindent-1.1.ebuild,v 1.2 2012/02/03 14:44:47 ago Exp $
30
31 inherit vim-plugin
32
33 DESCRIPTION="vim plugin: library for simplifying indent files"
34 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=678"
35 LICENSE="as-is"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
37 +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
38 IUSE=""
39
40 VIM_PLUGIN_HELPTEXT=\
41
42
43
44 1.19 app-vim/genindent/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/ChangeLog?rev=1.19&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/ChangeLog?rev=1.19&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/genindent/ChangeLog?r1=1.18&r2=1.19
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v
53 retrieving revision 1.18
54 retrieving revision 1.19
55 diff -u -r1.18 -r1.19
56 --- ChangeLog 14 Nov 2010 07:09:25 -0000 1.18
57 +++ ChangeLog 3 Feb 2012 14:44:47 -0000 1.19
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-vim/genindent
60 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.18 2010/11/14 07:09:25 radhermit Exp $
62 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 +# $Header: /var/cvsroot/gentoo-x86/app-vim/genindent/ChangeLog,v 1.19 2012/02/03 14:44:47 ago Exp $
64 +
65 + 03 Feb 2012; Agostino Sarubbo <ago@g.o> genindent-1.1.ebuild:
66 + Stable for amd64, wrt bug #396851
67
68 *genindent-1.1 (14 Nov 2010)