Skip to content

Commit

Permalink
app-vim/voom: Port to python-single-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed May 27, 2017
1 parent c5793c0 commit 4b64f21
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions app-vim/voom/voom-5.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 )
inherit python-single-r1 vim-plugin

DESCRIPTION="vim plugin: emulates a two-pane text outliner"
HOMEPAGE="https://vim-voom.github.com/ http://www.vim.org/scripts/script.php?script_id=2657"

LICENSE="CC0-1.0"
KEYWORDS="~amd64 ~x86"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"

VIM_PLUGIN_HELPFILES="${PN}.txt"

RDEPEND="${PYTHON_DEPS}
|| (
app-editors/vim[python,${PYTHON_USEDEP}]
app-editors/gvim[python,${PYTHON_USEDEP}]
)"

0 comments on commit 4b64f21

Please sign in to comment.