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