diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 17:51:02 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:44 +0200 |
commit | bc01f5ee8cabfa43c298d8631e28fdf8d427177c (patch) | |
tree | 98b11a978aefde3d1dd35805cade85d3c9452c41 /app-vim/rainbow_parentheses | |
parent | app-vim/pytest: EAPI8 bump (diff) | |
download | gentoo-bc01f5ee8cabfa43c298d8631e28fdf8d427177c.tar.gz gentoo-bc01f5ee8cabfa43c298d8631e28fdf8d427177c.tar.bz2 gentoo-bc01f5ee8cabfa43c298d8631e28fdf8d427177c.zip |
app-vim/rainbow_parentheses: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim/rainbow_parentheses')
-rw-r--r-- | app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild new file mode 100644 index 000000000000..88b4d3611f30 --- /dev/null +++ b/app-vim/rainbow_parentheses/rainbow_parentheses-1.0-r1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: Colour parentheses to differentiate nest levels" +HOMEPAGE="https://github.com/kien/rainbow_parentheses.vim" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.zip" +S="${WORKDIR}/${PN}.vim-master" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND="app-arch/unzip" +RDEPEND="${DEPEND}" + +DOCS=( readme.md ) |