From 18b967d141859565e7eacce517b0824cb9430f39 Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Fri, 22 Dec 2017 23:29:46 +0100 Subject: [PATCH] app-vim/frawor: new ebuild. frawor is a module Vim framework. Package-Manager: Portage-2.3.13, Repoman-2.3.3 --- app-vim/frawor/Manifest | 1 + app-vim/frawor/frawor-0.2.3.ebuild | 16 ++++++++++++++++ app-vim/frawor/metadata.xml | 11 +++++++++++ 3 files changed, 28 insertions(+) create mode 100644 app-vim/frawor/Manifest create mode 100644 app-vim/frawor/frawor-0.2.3.ebuild create mode 100644 app-vim/frawor/metadata.xml diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest new file mode 100644 index 0000000000000..0e705068ec3ae --- /dev/null +++ b/app-vim/frawor/Manifest @@ -0,0 +1 @@ +DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2 diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild new file mode 100644 index 0000000000000..6a80c16a59512 --- /dev/null +++ b/app-vim/frawor/frawor-0.2.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: modular vim framework" +HOMEPAGE="https://bitbucket.org/ZyX_I/frawor" +SRC_URI="https://bitbucket.org/ZyX_I/${PN}/downloads/${P}.tar.xz" + +LICENSE="vim" +KEYWORDS="~amd64 ~x86" + +# Tests rely on zsh. No. +RESTRICT="test" diff --git a/app-vim/frawor/metadata.xml b/app-vim/frawor/metadata.xml new file mode 100644 index 0000000000000..4de8542f5d222 --- /dev/null +++ b/app-vim/frawor/metadata.xml @@ -0,0 +1,11 @@ + + + + + vim@gentoo.org + Gentoo Vim Project + + + ZyX_I/frawor + +