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 3E7E1139694 for ; Sun, 19 Feb 2017 13:28:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8409421C091; Sun, 19 Feb 2017 13:28:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4F9A721C091 for ; Sun, 19 Feb 2017 13:28:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 31F29340FDA for ; Sun, 19 Feb 2017 13:28:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C96874D47 for ; Sun, 19 Feb 2017 13:28:28 +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: <1487509905.8647861c308241c1b41cc6b44d193d4247c3312f.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDF-API2/Manifest dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild dev-perl/PDF-API2/metadata.xml X-VCS-Directories: dev-perl/PDF-API2/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 8647861c308241c1b41cc6b44d193d4247c3312f X-VCS-Branch: master Date: Sun, 19 Feb 2017 13:28:28 +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-Archives-Salt: aecba716-2e2c-4f41-8bff-ff20cccd9dac X-Archives-Hash: d37004566fa4cef6110bf44dfe086961 commit: 8647861c308241c1b41cc6b44d193d4247c3312f Author: Kent Fredric gentoo org> AuthorDate: Sun Feb 19 12:08:37 2017 +0000 Commit: Kent Fredric gentoo org> CommitDate: Sun Feb 19 13:11:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8647861c dev-perl/PDF-API2: Bump to version 2.310.0 Upstream: - Fix problems reading objects in object streams in large PDFs - Don't get stuck in infinte loops reading corrupt dictionaries - Correctly set max-object number in file stream cross-references - Fix bugs reading TIFF images with stripes wider than image - Fix dash() and renderingintent() bugs - Add support for reading PNG, GIF and PNM from filehandles - Fail early when a referenced file can't be opened - Add preference options "-simplex", "-duplexfliplongedge", "-duplexflipshortedge" - More consistently use temp files as caches when reading streams larger than 16MB - Add support for reading Numbers, Booleans and nulls from object streams - Objects inside large object streams no longer require loading entire stream into memory - Low-level new_api methods deprecated - Avoid crashing when adding annotations to a page with existing certain annotations - Give useful die() errors when files can't be opened Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-perl/PDF-API2/Manifest | 1 + dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild | 28 ++++++++++++++++++++++++++++ dev-perl/PDF-API2/metadata.xml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest index d753a83dde..a9eeee437d 100644 --- a/dev-perl/PDF-API2/Manifest +++ b/dev-perl/PDF-API2/Manifest @@ -1 +1,2 @@ DIST PDF-API2-2.027.tar.gz 3500950 SHA256 d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8 WHIRLPOOL a9453ea0f3cc1bc6c2cb866eb55c82afa50760bee4ce121b97c9a6c16830f702804c6bfdd71e178f1d22ced7c21e5d1f10ff9eeac3b38eb28f330059539a442e +DIST PDF-API2-2.031.tar.gz 3507672 SHA256 6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9 SHA512 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6 WHIRLPOOL dbd1beed9d5835f60d0c13ae6a2d66c4868be762be67c32c4f734be360c25e13b8f1b263c63323e4a0333a4f7019634656bc0e2951776756516d0405f114d115 diff --git a/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild new file mode 100644 index 0000000000..663fdbe752 --- /dev/null +++ b/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=SSIMMS +DIST_VERSION=2.031 +DIST_EXAMPLES=( "contrib/*" ) +inherit perl-module + +DESCRIPTION="Facilitates the creation and modification of PDF files" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="examples" + +RDEPEND=" + >=virtual/perl-IO-Compress-1.0.0 + dev-perl/Font-TTF" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker +" +src_test() { + perl_rm_files t/author-*.t + perl-module_src_test +} diff --git a/dev-perl/PDF-API2/metadata.xml b/dev-perl/PDF-API2/metadata.xml index 677dd1aa12..2e167e6311 100644 --- a/dev-perl/PDF-API2/metadata.xml +++ b/dev-perl/PDF-API2/metadata.xml @@ -106,7 +106,7 @@ PDF::API2::Resource::XObject::Image::PNG PDF::API2::Resource::XObject::Image::PNM PDF::API2::Resource::XObject::Image::TIFF - PDF::API2::Resource::XObject::Image::Tiff::File + PDF::API2::Resource::XObject::Image::TIFF::File PDF::API2::UniWrap PDF::API2::Util PDF::API2::Win32