summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 18:35:37 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:52 +0200
commitf12e899b2d8069f624d0190dd4c3b18ef79ab7bc (patch)
treedfb957480f498773719127e887513ed33005a3dd /app-vim
parentapp-vim/xsl-syntax: EAPI8 bump (diff)
downloadgentoo-f12e899b2d8069f624d0190dd4c3b18ef79ab7bc.tar.gz
gentoo-f12e899b2d8069f624d0190dd4c3b18ef79ab7bc.tar.bz2
gentoo-f12e899b2d8069f624d0190dd4c3b18ef79ab7bc.zip
app-vim/zenburn: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/zenburn/zenburn-2.25-r1.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/zenburn/zenburn-2.25-r1.ebuild b/app-vim/zenburn/zenburn-2.25-r1.ebuild
new file mode 100644
index 000000000000..9d9803a96546
--- /dev/null
+++ b/app-vim/zenburn/zenburn-2.25-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+MY_PN="Zenburn"
+
+DESCRIPTION="vim plugin: Low-contrast color scheme for Vim"
+HOMEPAGE="https://github.com/jnurmine/Zenburn"
+SRC_URI="https://github.com/jnurmine/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"