diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2020-11-03 10:05:12 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2020-11-03 10:05:23 +0100 |
commit | 9dc6a2a5755927333fcaf55c2e6f191857ab8040 (patch) | |
tree | 2748595f917b13bd636d1b11bc241c70294adde1 /app-vim/yankring | |
parent | app-vim/vimtex: clean up old. (diff) | |
download | gentoo-9dc6a2a5755927333fcaf55c2e6f191857ab8040.tar.gz gentoo-9dc6a2a5755927333fcaf55c2e6f191857ab8040.tar.bz2 gentoo-9dc6a2a5755927333fcaf55c2e6f191857ab8040.zip |
app-vim/yankring: EAPI 7 bump.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-vim/yankring')
-rw-r--r-- | app-vim/yankring/yankring-19.0-r1.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-vim/yankring/yankring-19.0-r1.ebuild b/app-vim/yankring/yankring-19.0-r1.ebuild new file mode 100644 index 000000000000..37789791440c --- /dev/null +++ b/app-vim/yankring/yankring-19.0-r1.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit vim-plugin + +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes" +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1234" +LICENSE="vim" +KEYWORDS="~amd64 ~x86" |