From 7f4ec7071836a26373a6f0a9ecab08b61d6ae732 Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Tue, 10 Dec 2019 18:32:10 +0100 Subject: dev-perl/Text-VimColor: Version bump, this time for real MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.78, Repoman-2.3.17 Signed-off-by: Andreas K. Hüttel --- dev-perl/Text-VimColor/Manifest | 1 + .../Text-VimColor/Text-VimColor-0.290.0-r1.ebuild | 37 ++++++++++++++++++++++ .../Text-VimColor/Text-VimColor-0.290.0.ebuild | 37 ---------------------- 3 files changed, 38 insertions(+), 37 deletions(-) create mode 100644 dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild delete mode 100644 dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild (limited to 'dev-perl/Text-VimColor') diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest index 40a551eae692..b49b7b0862af 100644 --- a/dev-perl/Text-VimColor/Manifest +++ b/dev-perl/Text-VimColor/Manifest @@ -1 +1,2 @@ DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe +DIST Text-VimColor-0.29.tar.gz 58409 BLAKE2B ddc4395083fe39a060ed77f3c8fd75f1dd3b4232445a74236390ef454cb06066675da9d77d2d5139a8dd2f8c315ecc735b246b672152e2aef1cd1ace0621d704 SHA512 6b102b293a3742532bd576a2b8e61cbc87d44595eed19d9300104d5a9c14107c19acd8c2d5d006f1e248560b00ce3ee7c438f323df9e833c0322527d0e748067 diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild new file mode 100644 index 000000000000..8b68600ced98 --- /dev/null +++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_VERSION=0.29 +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 + ) +" diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild deleted file mode 100644 index 65b1651bc504..000000000000 --- a/dev-perl/Text-VimColor/Text-VimColor-0.290.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# 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 - ) -" -- cgit v1.2.3-65-gdbad