commit: 2aff74b504e9afbf6f829800faaff374a06ef2c9
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 28 13:07:26 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Mar 28 13:07:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aff74b5
dev-perl/Font-TTF: Drop 1.60.0 (r0)
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild | 27 ---------------------------
1 file changed, 27 deletions(-)
diff --git a/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
b/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
deleted file mode 100644
index 1c75c26ecd8..00000000000
--- a/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=BHALLISSY
-DIST_VERSION=1.06
-inherit perl-module
-
-DESCRIPTION="module for compiling and altering fonts"
-
-LICENSE="Artistic-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86
~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
- virtual/perl-IO-Compress
- dev-perl/IO-String
- dev-perl/XML-Parser
-"
-DEPEND="${RDEPEND}"
-
-src_test() {
- perl_rm_files t/changes.t
- perl-module_src_test
-}