summaryrefslogtreecommitdiff
path: root/dev-perl/Text-VimColor
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /dev-perl/Text-VimColor
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'dev-perl/Text-VimColor')
-rw-r--r--dev-perl/Text-VimColor/Manifest2
-rw-r--r--dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild38
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-perl/Text-VimColor/Manifest b/dev-perl/Text-VimColor/Manifest
index cd1ef095febe..34f40779f6ae 100644
--- a/dev-perl/Text-VimColor/Manifest
+++ b/dev-perl/Text-VimColor/Manifest
@@ -1,5 +1,3 @@
-DIST Text-VimColor-0.28.tar.gz 57454 BLAKE2B b2ef809d3ad03dfa3dbf382aabf8579fd08412b768b931661de25919db39554c366bfac11466a23be621b2381e1611dc36b5f7f2a7abc379d0f41163b1d42239 SHA512 aca1b35f366e71676d2f9cad1391e4d306e82370987afe760bcaf94631119994d8dbccf7d99cbb04a7416dd8ecf879448f194db9d97d1079cc557ee597408efe
DIST Text-VimColor-0.29.tar.gz 58409 BLAKE2B ddc4395083fe39a060ed77f3c8fd75f1dd3b4232445a74236390ef454cb06066675da9d77d2d5139a8dd2f8c315ecc735b246b672152e2aef1cd1ace0621d704 SHA512 6b102b293a3742532bd576a2b8e61cbc87d44595eed19d9300104d5a9c14107c19acd8c2d5d006f1e248560b00ce3ee7c438f323df9e833c0322527d0e748067
-EBUILD Text-VimColor-0.280.0.ebuild 806 BLAKE2B ac3234f15561e3a6d89ba4bd513805da981ceb732e6916c828eeb913f17dcf4797f7e595d36a74747fa1595cda9f190f9eaf9103361cea4bb159885ace5297dc SHA512 43d99df74d3e9bd6d6823affb46363192e439997efbcb53b8f7cfbcbe809bb18fa832b8afac86a4b94dffecb8ea41a2f3e08901a83f7bc4d66da011f813a0561
EBUILD Text-VimColor-0.290.0-r1.ebuild 806 BLAKE2B 01a65934dbd3a087b84e3dc867ef704f4af03280ad9eb75bdc0c16a4b0a7609d20d585f4a2a69219dccbdd12a9f195f3a08d72bcc79ba821f19b7cbdddd17555 SHA512 9cf7d87cc95cda0fa6ef078543c9f6d64a314425501bbb03d513131a749188c2f4032b68a83a588e4c01dd6ad41dc875f6beb519b64c3825bc69cabe8677c737
MISC metadata.xml 548 BLAKE2B f5cb50e2ad75c7cc4fcf183444dcdb49baa6941facf568722becde9e56da6b1f94172b46b80ace17df71f35ec4b522766975b023654976651727279204a03dd4 SHA512 6cdb2cc83fcd795296d625a23fe718bed876226c20f54cef2ea6bdf540e8ef5cb448a48667b38d28ba7c5a0dc9517abc23a3e217e60d63734dba58ea3cc4c4a7
diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.280.0.ebuild
deleted file mode 100644
index 004eaf8b8b62..000000000000
--- a/dev-perl/Text-VimColor/Text-VimColor-0.280.0.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.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"
-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
- )
-"