diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-03-19 18:13:04 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-09-14 23:22:48 +0200 |
commit | 70cac0b20569ca60c6c6a9d497284a02c7806da9 (patch) | |
tree | 3c93a599df2ec208e73299e448d4d8c77fcfd9a7 /app-vim | |
parent | app-vim/unite: EAPI8 bump (diff) | |
download | gentoo-70cac0b20569ca60c6c6a9d497284a02c7806da9.tar.gz gentoo-70cac0b20569ca60c6c6a9d497284a02c7806da9.tar.bz2 gentoo-70cac0b20569ca60c6c6a9d497284a02c7806da9.zip |
app-vim/uptime: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r-- | app-vim/uptime/uptime-1.3-r2.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-vim/uptime/uptime-1.3-r2.ebuild b/app-vim/uptime/uptime-1.3-r2.ebuild new file mode 100644 index 000000000000..790476e3b0c7 --- /dev/null +++ b/app-vim/uptime/uptime-1.3-r2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit vim-plugin + +DESCRIPTION="vim plugin: display vim uptimes" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=965" + +LICENSE="vim" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86" + +VIM_PLUGIN_HELPFILES="uptime" |