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/tt2-syntax/
Date: Fri, 11 May 2018 22:09:16
Message-Id: 1526076538.de6b9bf15a338564944a39ac60861600ab9bd768.monsieurp@gentoo
1 commit: de6b9bf15a338564944a39ac60861600ab9bd768
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 11 22:07:43 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri May 11 22:08:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6b9bf1
7
8 app-vim/tt2-syntax: clean up old ebuild.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-vim/tt2-syntax/tt2-syntax-1.13.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
16 deleted file mode 100644
17 index cffed6d4124..00000000000
18 --- a/app-vim/tt2-syntax/tt2-syntax-1.13.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=0
25 -
26 -inherit vim-plugin
27 -
28 -DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit"
29 -HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=830"
30 -LICENSE="vim"
31 -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~x86-fbsd"
32 -IUSE=""
33 -
34 -VIM_PLUGIN_HELPTEXT=\
35 -"This plugin provides syntax highlighting for perl module Template-Toolkit"