From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8CBE1138335 for ; Sat, 8 Dec 2018 22:17:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6DFE4E093A; Sat, 8 Dec 2018 22:17:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 46F45E093A for ; Sat, 8 Dec 2018 22:17:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E89EE335C9F for ; Sat, 8 Dec 2018 22:17:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FC9E44B for ; Sat, 8 Dec 2018 22:17:45 +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: <1544307397.f1e53b51bd755c30f90db2bd4c7eb40bdaa533b1.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Text-VimColor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild X-VCS-Directories: dev-perl/Text-VimColor/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: f1e53b51bd755c30f90db2bd4c7eb40bdaa533b1 X-VCS-Branch: master Date: Sat, 8 Dec 2018 22:17:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4767a9e8-abdd-4c6c-81e4-b8b711443825 X-Archives-Hash: d7248f55a45979366da9fa3ae9421585 commit: f1e53b51bd755c30f90db2bd4c7eb40bdaa533b1 Author: Patrice Clement gentoo org> AuthorDate: Thu Dec 6 20:54:26 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Dec 8 22:16:37 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e53b51 dev-perl/Text-VimColor: version bump. Signed-off-by: Patrice Clement gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../Text-VimColor/Text-VimColor-0.290.0.ebuild | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild new file mode 100644 index 00000000000..65b1651bc50 --- /dev/null +++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_VERSION=0.28 +DIST_AUTHOR=RWSTAUNER + +inherit perl-module + +DESCRIPTION="Syntax highlighting using vim" +HOMEPAGE="https://github.com/rwstauner/Text-VimColor" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND="app-editors/vim[-minimal] + virtual/perl-Carp + dev-perl/File-ShareDir + virtual/perl-File-Temp + virtual/perl-Getopt-Long + virtual/perl-IO + >=dev-perl/Path-Class-0.40.0 + >=virtual/perl-Term-ANSIColor-1.30.0 +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + >=dev-perl/File-ShareDir-Install-0.60.0 + test? ( + virtual/perl-Exporter + virtual/perl-File-Spec + dev-perl/Test-File-ShareDir + >=virtual/perl-Test-Simple-0.880.0 + dev-perl/XML-Parser + ) +"