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/zoomwin/
Date: Tue, 12 Mar 2019 23:25:06
Message-Id: 1552429742.253486680fd725b5eacbe6c216fb0678039b3f9b.monsieurp@gentoo
1 commit: 253486680fd725b5eacbe6c216fb0678039b3f9b
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 12 22:25:29 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 12 22:29:02 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25348668
7
8 app-vim/zoomwin: EAPI 6 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 RepoMan-Options: --force
13
14 app-vim/zoomwin/zoomwin-24-r1.ebuild | 13 +++++++++++++
15 1 file changed, 13 insertions(+)
16
17 diff --git a/app-vim/zoomwin/zoomwin-24-r1.ebuild b/app-vim/zoomwin/zoomwin-24-r1.ebuild
18 new file mode 100644
19 index 00000000000..81a1be2d4cb
20 --- /dev/null
21 +++ b/app-vim/zoomwin/zoomwin-24-r1.ebuild
22 @@ -0,0 +1,13 @@
23 +# Copyright 1999-2019 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit vim-plugin
29 +
30 +DESCRIPTION="vim plugin: brief-style window zooming"
31 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=508"
32 +LICENSE="vim"
33 +KEYWORDS="alpha amd64 ia64 ~mips ppc sparc x86"
34 +
35 +VIM_PLUGIN_HELPFILES="zoomwin"