commit:     787374eba7eca483dfde9f35dbecc88184197e72
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Mar  1 08:18:05 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 21 19:50:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=787374eb

app-vim/frawor: SRC_URI, HOMEPAGE, EAPI 7.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://bugs.gentoo.org/739788
Closes: https://github.com/gentoo/gentoo/pull/19718
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-vim/frawor/Manifest               |  1 +
 app-vim/frawor/frawor-0.2.3-r1.ebuild | 16 ++++++++++++++++
 2 files changed, 17 insertions(+)

diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index 0e705068ec3..a8f4b7fe7ef 100644
--- a/app-vim/frawor/Manifest
+++ b/app-vim/frawor/Manifest
@@ -1 +1,2 @@
+DIST frawor-0.2.3.tar.gz 125909 BLAKE2B 
d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab
 SHA512 
230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017
 DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 
4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6
 SHA512 
ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2

diff --git a/app-vim/frawor/frawor-0.2.3-r1.ebuild 
b/app-vim/frawor/frawor-0.2.3-r1.ebuild
new file mode 100644
index 00000000000..066e06f56fc
--- /dev/null
+++ b/app-vim/frawor/frawor-0.2.3-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: modular vim framework"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 
https://github.com/vim-scripts/frawor";
+SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="vim"
+KEYWORDS="~amd64 ~x86"
+
+# Tests rely on zsh. No.
+RESTRICT="test"

Reply via email to