summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:40 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:36 -0400
commitb5c92153922e88627b68e5888c78134d6fdf2728 (patch)
treee45629758c7f5ca73e2aa90ffbb27234118f511a /dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild
parentdev-perl/MIME-tools: Drop old versions (diff)
downloadgentoo-b5c92153922e88627b68e5888c78134d6fdf2728.tar.gz
gentoo-b5c92153922e88627b68e5888c78134d6fdf2728.tar.bz2
gentoo-b5c92153922e88627b68e5888c78134d6fdf2728.zip
dev-perl/MIME-Types: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild')
-rw-r--r--dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild b/dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild
deleted file mode 100644
index 01d4f1514c18..000000000000
--- a/dev-perl/MIME-Types/MIME-Types-2.220.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=MARKOV
-DIST_VERSION=2.22
-inherit perl-module
-
-DESCRIPTION="Definition of MIME types"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
- virtual/perl-File-Spec
- virtual/perl-Scalar-List-Utils
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( >=virtual/perl-Test-Simple-0.470.0 )
-"