diff options
author | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 19:32:36 +1300 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2017-10-21 21:37:58 +1300 |
commit | 243f403dfc748291ba80635d35a8df871461a521 (patch) | |
tree | e57cbbc0e186378d6bbc85dea1a8fa10a1b4cb98 | |
parent | dev-perl/File-pushd: Bump to version 1.14.0 (diff) | |
download | gentoo-243f403dfc748291ba80635d35a8df871461a521.tar.gz gentoo-243f403dfc748291ba80635d35a8df871461a521.tar.bz2 gentoo-243f403dfc748291ba80635d35a8df871461a521.zip |
dev-perl/Font-TTF: Bump to version 1.60.0
- EAPI6
- Parallel Testing
Upstream:
- Add minsize() to all tables
- Add deduping to Name table writing
- Add support for cmap format 13 subtables
- Add support for GSUB Type 8 reverse-chaining substitution
- ISO 14496-22 based OpenType tags
- Fix crashes reading mark-to-ligature lookups
Package-Manager: Portage-2.3.8, Repoman-2.3.3
-rw-r--r-- | dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild | 27 | ||||
-rw-r--r-- | dev-perl/Font-TTF/Manifest | 1 |
2 files changed, 28 insertions, 0 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 new file mode 100644 index 000000000000..702e7a8f8f6b --- /dev/null +++ b/dev-perl/Font-TTF/Font-TTF-1.60.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# 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 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +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 +} diff --git a/dev-perl/Font-TTF/Manifest b/dev-perl/Font-TTF/Manifest index 4db9f7be9666..be7bed4d265b 100644 --- a/dev-perl/Font-TTF/Manifest +++ b/dev-perl/Font-TTF/Manifest @@ -1 +1,2 @@ DIST Font-TTF-1.02.tar.gz 220317 SHA256 ddf4d38d21d8aa865379867a64c34b88d347545bd1f3a526f1da8ec7a93199fa SHA512 0115330def2df1489826631af2b93675f8496b2cf24891666fe5a6578a9374f2f889bf01aa8a95620fd4475987e1f60a76f6eb05fda6d899a72edb7772ce1d9a WHIRLPOOL 16a720db81087e7a3323240a709ba6b095aad9f80b098103f2d443dbc7b3428924883d5bc1180abdc2e494e6f7005733c400f1e68d1ae8475b0de990431d9a9c +DIST Font-TTF-1.06.tar.gz 256048 SHA256 4b697d444259759ea02d2c442c9bffe5ffe14c9214084a01f743693a944cc293 SHA512 2995544511e4cf9b1aa9a900b2272bf63a137fbbb752f2501d66c057b8272f7eb6f84326ed6121ffcbeb210f8f38b9219f59420a5a4b6664ce07aecc758ea029 WHIRLPOOL 01d5d02cf607b0f42dd3a97a34b5e631ea78cfbad85e564fd4a2f0c7a2f59e85be064dd24e02da9d5a226348d8f4a5c88e8d102abc86e0f5bb8db3f2632c1b23 |