Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-vim/fugitive: fugitive-1.2.ebuild ChangeLog
Date: Wed, 29 Aug 2012 16:52:46
Message-Id: 20120829165233.EBFD720B73@flycatcher.gentoo.org
1 grobian 12/08/29 16:52:33
2
3 Modified: fugitive-1.2.ebuild ChangeLog
4 Log:
5 Marked ~ppc-macos, thanks Konstantin Tokarev, bug #432762
6
7 (Portage version: 2.2.01.20894-prefix/cvs/Darwin i386)
8
9 Revision Changes Path
10 1.2 app-vim/fugitive/fugitive-1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild?r1=1.1&r2=1.2
15
16 Index: fugitive-1.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- fugitive-1.2.ebuild 29 Apr 2011 04:12:55 -0000 1.1
23 +++ fugitive-1.2.ebuild 29 Aug 2012 16:52:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 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/fugitive/fugitive-1.2.ebuild,v 1.1 2011/04/29 04:12:55 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-1.2.ebuild,v 1.2 2012/08/29 16:52:33 grobian Exp $
30
31 EAPI="4"
32 VIM_PLUGIN_VIM_VERSION="7.2"
33 @@ -11,7 +11,7 @@
34 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975"
35 SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=15542 -> ${P}.zip"
36 LICENSE="as-is"
37 -KEYWORDS="~amd64 ~x86"
38 +KEYWORDS="~amd64 ~x86 ~ppc-macos"
39 IUSE=""
40
41 VIM_PLUGIN_HELPFILES="fugitive.txt"
42
43
44
45 1.2 app-vim/fugitive/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.1&r2=1.2
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- ChangeLog 29 Apr 2011 04:12:55 -0000 1.1
58 +++ ChangeLog 29 Aug 2012 16:52:33 -0000 1.2
59 @@ -1,10 +1,12 @@
60 # ChangeLog for app-vim/fugitive
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.1 2011/04/29 04:12:55 radhermit Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.2 2012/08/29 16:52:33 grobian Exp $
65 +
66 + 29 Aug 2012; Fabian Groffen <grobian@g.o> fugitive-1.2.ebuild:
67 + Marked ~ppc-macos, thanks Konstantin Tokarev, bug #432762
68
69 *fugitive-1.2 (29 Apr 2011)
70
71 29 Apr 2011; Tim Harder <radhermit@g.o> +fugitive-1.2.ebuild,
72 +metadata.xml:
73 Initial import.
74 -