Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pathogen/
Date: Mon, 31 Dec 2018 15:55:50
Message-Id: 1546271738.ff92e2855e58fbdf81401481a0023d24ccf0d4d9.monsieurp@gentoo
1 commit: ff92e2855e58fbdf81401481a0023d24ccf0d4d9
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 31 15:47:49 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 31 15:55:38 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff92e285
7
8 app-vim/pathogen: EAPI 6 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --force
13
14 app-vim/pathogen/pathogen-2.4-r1.ebuild | 14 ++++++++++++++
15 1 file changed, 14 insertions(+)
16
17 diff --git a/app-vim/pathogen/pathogen-2.4-r1.ebuild b/app-vim/pathogen/pathogen-2.4-r1.ebuild
18 new file mode 100644
19 index 00000000000..94ac011cc1c
20 --- /dev/null
21 +++ b/app-vim/pathogen/pathogen-2.4-r1.ebuild
22 @@ -0,0 +1,14 @@
23 +# Copyright 1999-2018 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit vim-plugin
29 +
30 +DESCRIPTION="vim plugin: manage your runtimepath"
31 +HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
32 +SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
33 +LICENSE="vim"
34 +KEYWORDS="amd64 x86 ~x64-macos"
35 +
36 +S="${WORKDIR}/vim-${P}"