From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 573C91382C5 for ; Sun, 28 Mar 2021 13:11:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6855EE08A8; Sun, 28 Mar 2021 13:11:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4E415E08A8 for ; Sun, 28 Mar 2021 13:11:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2DDF833BDE1 for ; Sun, 28 Mar 2021 13:11:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 682DE5CF for ; Sun, 28 Mar 2021 13:11:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1616936846.2aff74b504e9afbf6f829800faaff374a06ef2c9.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Font-TTF/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild X-VCS-Directories: dev-perl/Font-TTF/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2aff74b504e9afbf6f829800faaff374a06ef2c9 X-VCS-Branch: master Date: Sun, 28 Mar 2021 13:11:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f41558f7-749c-41fe-95ed-55cd7c07c6d2 X-Archives-Hash: f66abd00114e73d83a1ec34f1a0c2782 commit: 2aff74b504e9afbf6f829800faaff374a06ef2c9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 28 13:07:26 2021 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}