Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Font-TTF/
Date: Thu, 17 Sep 2020 12:05:05
Message-Id: 1600344289.aa9630a482352a76aebda344fb5754c4f6232d07.kentnl@gentoo
1 commit: aa9630a482352a76aebda344fb5754c4f6232d07
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 12:03:56 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 12:04:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa9630a4
7
8 dev-perl/Font-TTF: -r bump for EAPI7 + minor fixes
9
10 - EAPI7
11 - Expand LICENSE coverage
12 - Unconditionally strip bad tests
13 - Remove empty/unused variable assignments
14
15 Package-Manager: Portage-3.0.4, Repoman-3.0.1
16 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
17
18 dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild | 26 ++++++++++++++++++++++++++
19 1 file changed, 26 insertions(+)
20
21 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
22 new file mode 100644
23 index 00000000000..0efafe04fb6
24 --- /dev/null
25 +++ b/dev-perl/Font-TTF/Font-TTF-1.60.0-r1.ebuild
26 @@ -0,0 +1,26 @@
27 +# Copyright 1999-2020 Gentoo Authors
28 +# Distributed under the terms of the GNU General Public License v2
29 +
30 +EAPI=7
31 +
32 +DIST_AUTHOR=BHALLISSY
33 +DIST_VERSION=1.06
34 +inherit perl-module
35 +
36 +DESCRIPTION="module for compiling and altering fonts"
37 +
38 +LICENSE="Artistic-2 OFL-1.1"
39 +SLOT="0"
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
41 +
42 +RDEPEND="
43 + virtual/perl-IO-Compress
44 + dev-perl/IO-String
45 + dev-perl/XML-Parser
46 +"
47 +BDEPEND="${RDEPEND}
48 + virtual/perl-ExtUtils-MakeMaker
49 +"
50 +PERL_RM_FILES=(
51 + t/changes.t
52 +)