summaryrefslogtreecommitdiff
path: root/app-vim/genutils
diff options
context:
space:
mode:
Diffstat (limited to 'app-vim/genutils')
-rw-r--r--app-vim/genutils/Manifest3
-rw-r--r--app-vim/genutils/genutils-2.5-r1.ebuild5
-rw-r--r--app-vim/genutils/genutils-2.5.ebuild20
3 files changed, 4 insertions, 24 deletions
diff --git a/app-vim/genutils/Manifest b/app-vim/genutils/Manifest
index ea0f29419664..527cd02e7f7f 100644
--- a/app-vim/genutils/Manifest
+++ b/app-vim/genutils/Manifest
@@ -1,4 +1,3 @@
DIST genutils-2.5.zip 30510 BLAKE2B 4e9466844efc0cc607b22ed6aca4cb49f1b65ce569e631a2a0c7f4534e433ac70a3b57b18b8de930eb2604169f71e35c4fbca26b4a521a2ee34a48471a6c6240 SHA512 80a751038f629d58ce962a6be7d806cf2b7c35ad28f9d90e58cad32e1e462083629f2069ac23281683db026510d7e3d96d6883027d424fae3de63352b80fc5db
-EBUILD genutils-2.5-r1.ebuild 575 BLAKE2B 4d6b2df7ccb4507a477277da8f274d56770fbfbfe06edcaecb5d30b5dfd8ef5789e089a02e94d8d2ea92b0b699bc38b4950f0203831c5eae2e999de3c0dee31f SHA512 7e62d6852e6deec0b15e0fe34b7fc763f29f1862c6c0d35bc78eadd5187dc742b6062693907da5a58e2a67eb2cf1e581439a75e17933a1e46431c2290bcb7268
-EBUILD genutils-2.5.ebuild 566 BLAKE2B 2db5a4aea8fc9e6d44076200bc8978f3ed3011b2c26abd5791456cc677235765221bda12828c77ac5b48410f847ef27d4d38c0cc000aabf8c703c812948a9155 SHA512 4bb01bc5f1ac5130afaf3158b25a089e88a79341fa9fc18d268c1889f594770a2d2bb14ae62bca43719a95319dc8a26b49c791c3aea4f033af5cdc0978ef2711
+EBUILD genutils-2.5-r1.ebuild 569 BLAKE2B fe1a6f05048c98482437be078fdea6b9c01b8716949e169accd3e44e3d9cf88e54412cabb46fdd84b6f6577ddc116b90b9edbd9d6637666d146aa9d751f233f7 SHA512 238315ea42e5aab7aa9c05a5b7093762efddca524c25956594926c15f27c339c7a09a97149da55c94c7d4c129e63f70157623679207c06b2977eb874426f40ba
MISC metadata.xml 249 BLAKE2B 7ae6eac3ca23edbcbaa6aee682bb4aec155e3166f169eef8e4400e59fa56113ecc3593680d55cc57f08a4a718963dd3d0bb804bd1e8771ed60a4bebaae9db281 SHA512 4051dd059d975d2e1799125f7defbf5a62a168241d8b83d83710592efd60808800951c4fd6da1294044d7e7ec6b757b8d50593fd076696f826dec761e99645c7
diff --git a/app-vim/genutils/genutils-2.5-r1.ebuild b/app-vim/genutils/genutils-2.5-r1.ebuild
index 57fc9d0c385a..1d1770abc285 100644
--- a/app-vim/genutils/genutils-2.5-r1.ebuild
+++ b/app-vim/genutils/genutils-2.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,9 +7,10 @@ inherit vim-plugin
DESCRIPTION="vim plugin: library with various useful functions"
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
+
SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
LICENSE="GPL-3"
-KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
VIM_PLUGIN_HELPTEXT=\
"This plugin provides library functions and is not intended to be used
diff --git a/app-vim/genutils/genutils-2.5.ebuild b/app-vim/genutils/genutils-2.5.ebuild
deleted file mode 100644
index 8cac5cf0724e..000000000000
--- a/app-vim/genutils/genutils-2.5.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: library with various useful functions"
-HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=197"
-SRC_URI="https://www.vim.org/scripts/download_script.php?src_id=11399 -> ${P}.zip"
-LICENSE="GPL-3"
-KEYWORDS="~alpha amd64 ~ia64 ~mips ppc sparc x86"
-
-VIM_PLUGIN_HELPTEXT=\
-"This plugin provides library functions and is not intended to be used
-directly by the user."
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}