From b153e8bdd5a03c2ab59a227ded8c3b325dea8f7c Mon Sep 17 00:00:00 2001 From: "Andreas K. Hüttel" Date: Sun, 26 Sep 2021 13:22:26 +0200 Subject: dev-perl/Text-VimColor: EAPI=8 bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel --- .../Text-VimColor/Text-VimColor-0.290.0-r1.ebuild | 38 ---------------------- .../Text-VimColor/Text-VimColor-0.290.0-r2.ebuild | 36 ++++++++++++++++++++ 2 files changed, 36 insertions(+), 38 deletions(-) delete mode 100644 dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild create mode 100644 dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild 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 deleted file mode 100644 index 8f55a2e725d6..000000000000 --- a/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# 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" -RESTRICT="!test? ( 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-r2.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild new file mode 100644 index 000000000000..cbdf1c24f943 --- /dev/null +++ b/dev-perl/Text-VimColor/Text-VimColor-0.290.0-r2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +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 +" +BDEPEND="${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