Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/yankring/
Date: Tue, 03 Nov 2020 09:05:30
Message-Id: 1604394323.9dc6a2a5755927333fcaf55c2e6f191857ab8040.monsieurp@gentoo
1 commit: 9dc6a2a5755927333fcaf55c2e6f191857ab8040
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 3 09:05:12 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 3 09:05:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc6a2a5
7
8 app-vim/yankring: EAPI 7 bump.
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-vim/yankring/yankring-19.0-r1.ebuild | 11 +++++++++++
14 1 file changed, 11 insertions(+)
15
16 diff --git a/app-vim/yankring/yankring-19.0-r1.ebuild b/app-vim/yankring/yankring-19.0-r1.ebuild
17 new file mode 100644
18 index 00000000000..37789791440
19 --- /dev/null
20 +++ b/app-vim/yankring/yankring-19.0-r1.ebuild
21 @@ -0,0 +1,11 @@
22 +# Copyright 1999-2020 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +inherit vim-plugin
28 +
29 +DESCRIPTION="vim plugin: maintains a history of previous yanks and deletes"
30 +HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1234"
31 +LICENSE="vim"
32 +KEYWORDS="~amd64 ~x86"