From c8db1a411dc7e077879daa67ca08eb2486e3a71e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=2E=20H=C3=BCttel?= Date: Fri, 21 May 2021 22:09:08 +0200 Subject: [PATCH] dev-perl/GDTextUtil: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel --- .../GDTextUtil/GDTextUtil-0.860.0-r1.ebuild | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild diff --git a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild b/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild deleted file mode 100644 index a56abe7875276..0000000000000 --- a/dev-perl/GDTextUtil/GDTextUtil-0.860.0-r1.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -MODULE_AUTHOR=MVERB -MODULE_VERSION=0.86 -inherit perl-module - -DESCRIPTION="Text utilities for use with GD" - -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-solaris" -IUSE="" - -RDEPEND="dev-perl/GD" -DEPEND="${RDEPEND}"