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/fugitive: ChangeLog fugitive-9999.ebuild fugitive-2.1.ebuild
Date: Wed, 25 Jun 2014 00:34:27
Message-Id: 20140625003416.262A52004E@flycatcher.gentoo.org
1 radhermit 14/06/25 00:34:16
2
3 Modified: ChangeLog fugitive-9999.ebuild
4 Added: fugitive-2.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.8 app-vim/fugitive/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 19 Jun 2014 05:32:13 -0000 1.7
24 +++ ChangeLog 25 Jun 2014 00:34:15 -0000 1.8
25 @@ -1,6 +1,12 @@
26 # ChangeLog for app-vim/fugitive
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.7 2014/06/19 05:32:13 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/ChangeLog,v 1.8 2014/06/25 00:34:15 radhermit Exp $
30 +
31 +*fugitive-2.1 (25 Jun 2014)
32 +
33 + 25 Jun 2014; Tim Harder <radhermit@g.o> +fugitive-2.1.ebuild,
34 + fugitive-9999.ebuild:
35 + Version bump.
36
37 *fugitive-9999 (19 Jun 2014)
38 *fugitive-2.0_beta (19 Jun 2014)
39
40
41
42 1.2 app-vim/fugitive/fugitive-9999.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild?r1=1.1&r2=1.2
47
48 Index: fugitive-9999.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- fugitive-9999.ebuild 19 Jun 2014 05:32:13 -0000 1.1
55 +++ fugitive-9999.ebuild 25 Jun 2014 00:34:15 -0000 1.2
56 @@ -1,12 +1,18 @@
57 # Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v 1.1 2014/06/19 05:32:13 radhermit Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-9999.ebuild,v 1.2 2014/06/25 00:34:15 radhermit Exp $
61
62 EAPI=5
63 +inherit vim-plugin
64
65 -inherit vim-plugin git-r3
66 -
67 -EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
68 +if [[ ${PV} == 9999 ]]; then
69 + inherit git-r3
70 + EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
71 +else
72 + inherit vcs-snapshot
73 + SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
74 + KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
75 +fi
76
77 DESCRIPTION="vim plugin: a git wrapper for vim"
78 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/"
79
80
81
82 1.1 app-vim/fugitive/fugitive-2.1.ebuild
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.1&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild?rev=1.1&content-type=text/plain
86
87 Index: fugitive-2.1.ebuild
88 ===================================================================
89 # Copyright 1999-2014 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 # $Header: /var/cvsroot/gentoo-x86/app-vim/fugitive/fugitive-2.1.ebuild,v 1.1 2014/06/25 00:34:15 radhermit Exp $
92
93 EAPI=5
94 inherit vim-plugin
95
96 if [[ ${PV} == 9999 ]]; then
97 inherit git-r3
98 EGIT_REPO_URI="git://github.com/tpope/vim-fugitive.git"
99 else
100 inherit vcs-snapshot
101 SRC_URI="https://github.com/tpope/vim-fugitive/archive/v${PV}.tar.gz -> ${P}.tar.gz"
102 KEYWORDS="~amd64 ~x86 ~ppc-macos ~x64-macos"
103 fi
104
105 DESCRIPTION="vim plugin: a git wrapper for vim"
106 HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2975 https://github.com/tpope/vim-fugitive/"
107 LICENSE="vim"
108
109 VIM_PLUGIN_HELPFILES="${PN}.txt"
110
111 RDEPEND="dev-vcs/git"