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/txtfmt/
Date: Sun, 25 Sep 2016 19:06:44
Message-Id: 1474830397.f0d5ceffc32b827cc43d4b7d9d3d8ab1226b2424.monsieurp@gentoo
1 commit: f0d5ceffc32b827cc43d4b7d9d3d8ab1226b2424
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 25 10:19:09 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 25 19:06:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d5ceff
7
8 app-vim/txtfmt: EAPI 6 bump.
9
10 Package-Manager: portage-2.2.28
11
12 app-vim/txtfmt/txtfmt-2.4-r1.ebuild | 24 ++++++++++++++++++++++++
13 1 file changed, 24 insertions(+)
14
15 diff --git a/app-vim/txtfmt/txtfmt-2.4-r1.ebuild b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
16 new file mode 100644
17 index 00000000..22eca92
18 --- /dev/null
19 +++ b/app-vim/txtfmt/txtfmt-2.4-r1.ebuild
20 @@ -0,0 +1,24 @@
21 +# Copyright 1999-2016 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=6
26 +
27 +VIM_PLUGIN_VIM_VERSION="7.2"
28 +
29 +inherit vim-plugin
30 +
31 +DESCRIPTION="vim plugin: rich text highlighting in vim"
32 +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=2208"
33 +SRC_URI="http://www.vim.org/scripts/download_script.php?src_id=13856 -> ${P}.tar.gz"
34 +LICENSE="public-domain"
35 +KEYWORDS="~amd64 ~x86"
36 +IUSE=""
37 +
38 +VIM_PLUGIN_HELPFILES="txtfmt.txt"
39 +
40 +S="${WORKDIR}"
41 +
42 +src_prepare() {
43 + rm indent_patch.txt || die
44 +}