app-vim/conque: Switch to PYTHON_SINGLE_USEDEP
[gentoo.git] / app-vim / pathogen / pathogen-2.4-r1.ebuild
1 # Copyright 1999-2018 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 inherit vim-plugin
7
8 DESCRIPTION="vim plugin: manage your runtimepath"
9 HOMEPAGE="https://github.com/tpope/vim-pathogen/ https://www.vim.org/scripts/script.php?script_id=2332"
10 SRC_URI="https://github.com/tpope/vim-pathogen/archive/v${PV}.tar.gz -> ${P}.tar.gz"
11 LICENSE="vim"
12 KEYWORDS="amd64 x86 ~x64-macos"
13
14 S="${WORKDIR}/vim-${P}"