summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2021-03-01 09:18:05 +0100
committerPatrice Clement <monsieurp@gentoo.org>2021-03-21 20:50:04 +0100
commit787374eba7eca483dfde9f35dbecc88184197e72 (patch)
tree549b417e26b88a9905d046a5402d62c3bb5554b0 /app-vim/frawor
parentapp-vim/splice: update HOMEPAGE and SRC_URI. (diff)
downloadgentoo-787374eba7eca483dfde9f35dbecc88184197e72.tar.gz
gentoo-787374eba7eca483dfde9f35dbecc88184197e72.tar.bz2
gentoo-787374eba7eca483dfde9f35dbecc88184197e72.zip
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@pogatzki.net> Closes: https://bugs.gentoo.org/739788 Closes: https://github.com/gentoo/gentoo/pull/19718 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/frawor')
-rw-r--r--app-vim/frawor/Manifest1
-rw-r--r--app-vim/frawor/frawor-0.2.3-r1.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index 0e705068ec3a..a8f4b7fe7ef2 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 000000000000..066e06f56fc9
--- /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"