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/surround: ChangeLog surround-1.90.ebuild
Date: Tue, 27 Nov 2012 22:39:11
Message-Id: 20121127223856.C380620C65@flycatcher.gentoo.org
1 ulm 12/11/27 22:38:56
2
3 Modified: ChangeLog surround-1.90.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.9 app-vim/surround/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/ChangeLog?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/ChangeLog?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/ChangeLog?r1=1.8&r2=1.9
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-vim/surround/ChangeLog,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- ChangeLog 7 Oct 2012 10:25:12 -0000 1.8
23 +++ ChangeLog 27 Nov 2012 22:38:56 -0000 1.9
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-vim/surround
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-vim/surround/ChangeLog,v 1.8 2012/10/07 10:25:12 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-vim/surround/ChangeLog,v 1.9 2012/11/27 22:38:56 ulm Exp $
29 +
30 + 27 Nov 2012; Ulrich Müller <ulm@g.o> surround-1.90.ebuild:
31 + Fix LICENSE, distributed under the same terms as Vim itself, bug 444968.
32
33 07 Oct 2012; Pacho Ramos <pacho@g.o> metadata.xml:
34 Drop maintainer due retirement, #274113
35
36
37
38 1.4 app-vim/surround/surround-1.90.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/surround-1.90.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/surround-1.90.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/surround/surround-1.90.ebuild?r1=1.3&r2=1.4
43
44 Index: surround-1.90.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-vim/surround/surround-1.90.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- surround-1.90.ebuild 16 Nov 2010 13:19:02 -0000 1.3
51 +++ surround-1.90.ebuild 27 Nov 2012 22:38:56 -0000 1.4
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2010 Gentoo Foundation
54 +# Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/app-vim/surround/surround-1.90.ebuild,v 1.3 2010/11/16 13:19:02 fauli Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/app-vim/surround/surround-1.90.ebuild,v 1.4 2012/11/27 22:38:56 ulm Exp $
58
59 EAPI="2"
60
61 @@ -10,7 +10,7 @@
62 DESCRIPTION="vim plugin: Delete/change/add parentheses/quotes/XML-tags/much more"
63 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1697"
64 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=8283 -> ${P}.zip"
65 -LICENSE="as-is"
66 +LICENSE="vim"
67 KEYWORDS="amd64 x86"
68 IUSE=""