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 9735D138359 for ; Thu, 17 Sep 2020 12:05:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C60EE07F1; Thu, 17 Sep 2020 12:05:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 13122E07F1 for ; Thu, 17 Sep 2020 12:05:03 +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 8B93A335D28 for ; Thu, 17 Sep 2020 12:05:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 016FF32C for ; Thu, 17 Sep 2020 12:05:01 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1600344289.aa9630a482352a76aebda344fb5754c4f6232d07.kentnl@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-r1.ebuild X-VCS-Directories: dev-perl/Font-TTF/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: aa9630a482352a76aebda344fb5754c4f6232d07 X-VCS-Branch: master Date: Thu, 17 Sep 2020 12:05:01 +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: 272256e8-df96-47f3-8654-05a372f0185d X-Archives-Hash: 4bee43815177ca1f29eec11e936e8cb1 commit: aa9630a482352a76aebda344fb5754c4f6232d07 Author: Kent Fredric gentoo org> AuthorDate: Thu Sep 17 12:03:56 2020 +0000 Commit: Kent Fredric gentoo org> CommitDate: Thu Sep 17 12:04:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9630a4 dev-perl/Font-TTF: -r bump for EAPI7 + minor fixes - EAPI7 - Expand LICENSE coverage - Unconditionally strip bad tests - Remove empty/unused variable assignments Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Kent Fredric gentoo.org> dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild b/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild new file mode 100644 index 00000000000..0efafe04fb6 --- /dev/null +++ b/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DIST_AUTHOR=BHALLISSY +DIST_VERSION=1.06 +inherit perl-module + +DESCRIPTION="module for compiling and altering fonts" + +LICENSE="Artistic-2 OFL-1.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + virtual/perl-IO-Compress + dev-perl/IO-String + dev-perl/XML-Parser +" +BDEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +PERL_RM_FILES=( + t/changes.t +)