summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-03-28 15:07:26 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2021-03-28 15:07:26 +0200
commit2aff74b504e9afbf6f829800faaff374a06ef2c9 (patch)
tree1b972c326875b52fdc76e6d754160f818c618b17 /dev-perl/Font-TTF
parentgnome-extra/gnome-shell-extension-bing-wallpaper: Drop old (diff)
downloadgentoo-2aff74b504e9afbf6f829800faaff374a06ef2c9.tar.gz
gentoo-2aff74b504e9afbf6f829800faaff374a06ef2c9.tar.bz2
gentoo-2aff74b504e9afbf6f829800faaff374a06ef2c9.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl/Font-TTF')
-rw-r--r--dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild27
1 files changed, 0 insertions, 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 1c75c26ecd85..000000000000
--- 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
-}