From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id ACED959CAF for ; Sat, 9 Apr 2016 11:04:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CC5521C10C; Sat, 9 Apr 2016 11:04:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E021621C10C for ; Sat, 9 Apr 2016 11:04:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55DDC340C77 for ; Sat, 9 Apr 2016 11:04:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ECCE845 for ; Sat, 9 Apr 2016 11:04:05 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1460198850.633a85d23332b3dcca81ef71b568a5f6f0496b99.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/tt2-syntax/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild X-VCS-Directories: app-vim/tt2-syntax/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 633a85d23332b3dcca81ef71b568a5f6f0496b99 X-VCS-Branch: master Date: Sat, 9 Apr 2016 11:04:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 79e3d222-130a-4988-9084-11cae68090a1 X-Archives-Hash: f003f2b74af11f95d9485e483ea43f6a commit: 633a85d23332b3dcca81ef71b568a5f6f0496b99 Author: Patrice Clement gentoo org> AuthorDate: Sat Apr 9 10:40:20 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 9 10:47:30 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633a85d2 app-vim/tt2-syntax: EAPI 6 bump. Package-Manager: portage-2.2.26 app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild new file mode 100644 index 0000000..1df0a98 --- /dev/null +++ b/app-vim/tt2-syntax/tt2-syntax-1.13-r1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit vim-plugin + +DESCRIPTION="vim plugin: syntax highlighting for perl module Template-Toolkit" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=830" +LICENSE="vim" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides syntax highlighting for perl module Template-Toolkit" + +src_compile() { + default +}