summaryrefslogtreecommitdiff
path: root/app-vim/frawor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-27 06:06:27 +0000
commit8d5dbd847cbc704a6a06405856e94b461011afe3 (patch)
tree4d26462d027b14926335894749d2e01d982234d0 /app-vim/frawor
parent5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (diff)
gentoo resync : 27.03.2021
Diffstat (limited to 'app-vim/frawor')
-rw-r--r--app-vim/frawor/Manifest2
-rw-r--r--app-vim/frawor/frawor-0.2.3-r1.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index fb8e942653e3..849f2a7ec073 100644
--- a/app-vim/frawor/Manifest
+++ b/app-vim/frawor/Manifest
@@ -1,3 +1,5 @@
+DIST frawor-0.2.3.tar.gz 125909 BLAKE2B d82ddea09bba7a8b0e70b5fedbc54b40357003fb5652cc6cd94d70e50467775deb204d3c40e369675d87acaac5c3ecaf09281d90566f1d545a55c9091116d9ab SHA512 230adb0442a8c488eb3560f4d0b2ca4f70116ca30308e2ab4621b266f90eb975b10b449e3c4bdfdacb71988ba2df5191b220ff69c40499f9fc28737973cd2017
DIST frawor-0.2.3.tar.xz 257268 BLAKE2B 4409de0fb392841676eac2d794e0e44f64e3978dea1b72b807b7660a9feb1da3850a1ba651287f624830da4d1529daea60da2b76db37e422b6a4827e73dcf8d6 SHA512 ad8c6939875b5783b3faa0a3194e187161ba10f662a896f06ea86aebf12b172bd8d419b14a95c0d14aedfb38ebc5de73895d6d472db64dc15f567509e55188b2
+EBUILD frawor-0.2.3-r1.ebuild 448 BLAKE2B e93d1cc406f4d4f5c9c1dc632d9a7836705f082be7db6cd0d691682517100b857e6e726d130227b8b73bc542bf500938d04645bbd7603335403fdff5b11559b8 SHA512 bbb9ace3b98f7f37dae38955efbd084afe00605184e426ed27582cc687e234f2b67c81e7c8ed9b664ff47889aedbb6515d527be84c97b5b59bf9db7d26284d39
EBUILD frawor-0.2.3.ebuild 371 BLAKE2B 52bdb7fd2757213727dc3cb650035c5464fc0c4fc7f915370c182cf1cbb6d08ad59b42d273417f280241a9496cf3988f61ff43fd0f7718f2077edd1271a3442a SHA512 d9076e61edafee2e63f6fe20a119aeb88847723c95e2204210eec19e3ad8299002e94778a9cccf992fecb25168b2c7d7b1de096f592e06044bcc92a44eb07434
MISC metadata.xml 329 BLAKE2B 17d5e9ce9b31695f1b5086d74864de622a4f36fd842f4abda1970ff98ed438f36edaaa96a4bf990a5b5cd54f59ea2bbfaa3b7da472ab570c2621ebb3cdc6d3cb SHA512 586688ee9f3cd9697e9236e9377691f5ac8c0e4ea3910020b1616a6454342021ae971ab734fb2e2ccf33d8a08fc44fea848d72f47a6acdf3b9999d3aa280ae24
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"