summaryrefslogtreecommitdiff
path: root/app-vim/frawor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-06-29 12:04:12 +0100
commit0f558761aa2dee1017b4751e4017205e015a9560 (patch)
tree037df795519468a25d9362b4e95cdaeb84eb1cf9 /app-vim/frawor
parent752d6256e5204b958b0ef7905675a940b5e9172f (diff)
gentoo resync : 29.12.2022
Diffstat (limited to 'app-vim/frawor')
-rw-r--r--app-vim/frawor/Manifest4
-rw-r--r--app-vim/frawor/frawor-0.2.3-r1.ebuild4
-rw-r--r--app-vim/frawor/frawor-0.2.3.ebuild16
3 files changed, 3 insertions, 21 deletions
diff --git a/app-vim/frawor/Manifest b/app-vim/frawor/Manifest
index 666819eb484d..98999b1ed97b 100644
--- a/app-vim/frawor/Manifest
+++ b/app-vim/frawor/Manifest
@@ -1,5 +1,3 @@
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
+EBUILD frawor-0.2.3-r1.ebuild 446 BLAKE2B 137fdfa7d75b31ce55a2123497a16a104e01b6dedc012671d2bde040750218a2d703e164c99cc1c235f34a7fbe974e9f37d56fe04182684034e149775d3f1b6e SHA512 1f32f94228cd0ce18b11bc31d27da676470e5816fe5316e8c4acd8e3bc174227223567fce29c4c167f5bb072959cfced73f03462611078fed2feaea2c6ae0ccf
MISC metadata.xml 330 BLAKE2B 5bd0ef4dc85dc6c12c5154bf79fa0a47430cfcf55ed9624794e7beac4cd3953e5ee0b9443b5a306295a755f05eabb6b7fa1ef3824443c71f853b647a83b41879 SHA512 e5018636c7bc848d417f200a241b00df4e0745afa3d54e5158d8f8780251883d4f1ded524604173cd6a4884d07308c36d6e0657e7517ecd7ef0220768e69f153
diff --git a/app-vim/frawor/frawor-0.2.3-r1.ebuild b/app-vim/frawor/frawor-0.2.3-r1.ebuild
index 066e06f56fc9..6d275565501d 100644
--- a/app-vim/frawor/frawor-0.2.3-r1.ebuild
+++ b/app-vim/frawor/frawor-0.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=3631 https://github.c
SRC_URI="https://github.com/vim-scripts/frawor/archive/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="vim"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
# Tests rely on zsh. No.
RESTRICT="test"
diff --git a/app-vim/frawor/frawor-0.2.3.ebuild b/app-vim/frawor/frawor-0.2.3.ebuild
deleted file mode 100644
index 1f54b2217232..000000000000
--- a/app-vim/frawor/frawor-0.2.3.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# 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"