Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/pam-syntax: ChangeLog pam-syntax-20060424.ebuild
Date: Tue, 27 Nov 2012 22:36:58
Message-Id: 20121127223647.44BA920C65@flycatcher.gentoo.org
1 ulm 12/11/27 22:36:47
2
3 Modified: ChangeLog pam-syntax-20060424.ebuild
4 Log:
5 Fix LICENSE, distributed under the same terms as Vim itself, bug 444968.
6
7 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25)
8
9 Revision Changes Path
10 1.24 app-vim/pam-syntax/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/ChangeLog?rev=1.24&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/ChangeLog?rev=1.24&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/ChangeLog?r1=1.23&r2=1.24
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/ChangeLog,v
19 retrieving revision 1.23
20 retrieving revision 1.24
21 diff -u -r1.23 -r1.24
22 --- ChangeLog 26 Apr 2012 16:58:23 -0000 1.23
23 +++ ChangeLog 27 Nov 2012 22:36:47 -0000 1.24
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-vim/pam-syntax
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/ChangeLog,v 1.23 2012/04/26 16:58:23 aballier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/ChangeLog,v 1.24 2012/11/27 22:36:47 ulm Exp $
29 +
30 + 27 Nov 2012; Ulrich Müller <ulm@g.o> pam-syntax-20060424.ebuild:
31 + Fix LICENSE, distributed under the same terms as Vim itself, bug 444968.
32
33 26 Apr 2012; Alexis Ballier <aballier@g.o> pam-syntax-20060424.ebuild:
34 keyword ~amd64-fbsd
35
36
37
38 1.13 app-vim/pam-syntax/pam-syntax-20060424.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild?rev=1.13&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild?rev=1.13&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild?r1=1.12&r2=1.13
43
44 Index: pam-syntax-20060424.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild,v
47 retrieving revision 1.12
48 retrieving revision 1.13
49 diff -u -r1.12 -r1.13
50 --- pam-syntax-20060424.ebuild 26 Apr 2012 16:58:23 -0000 1.12
51 +++ pam-syntax-20060424.ebuild 27 Nov 2012 22:36:47 -0000 1.13
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild,v 1.12 2012/04/26 16:58:23 aballier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-vim/pam-syntax/pam-syntax-20060424.ebuild,v 1.13 2012/11/27 22:36:47 ulm Exp $
57
58 inherit vim-plugin
59
60 DESCRIPTION="vim plugin: PAM configuration syntax highlighting"
61 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=735"
62
63 -LICENSE="as-is"
64 +LICENSE="vim"
65 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
66 IUSE=""