From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7B29159CA5 for ; Sat, 19 Mar 2016 22:42:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB8BE0879; Sat, 19 Mar 2016 22:42:12 +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 7277FE0869 for ; Sat, 19 Mar 2016 22:42:12 +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 5B7AA3406F2 for ; Sat, 19 Mar 2016 22:42:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBBF0822 for ; Sat, 19 Mar 2016 22:42:08 +0000 (UTC) From: "Andreas Hüttel" 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 Hüttel" Message-ID: <1458427310.3e06ed1248594b803ffec52cd9a2a508baa46125.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Create/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDF-Create/Manifest dev-perl/PDF-Create/PDF-Create-1.290.0.ebuild X-VCS-Directories: dev-perl/PDF-Create/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 3e06ed1248594b803ffec52cd9a2a508baa46125 X-VCS-Branch: master Date: Sat, 19 Mar 2016 22:42:08 +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: 3b757fb0-39be-43d1-b9fc-8e995df1fe9e X-Archives-Hash: adc331d131e80c530c961db489bf7bb6 commit: 3e06ed1248594b803ffec52cd9a2a508baa46125 Author: Kent Fredric gmail com> AuthorDate: Fri Mar 18 01:17:48 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Mar 19 22:41:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e06ed12 dev-perl/PDF-Create: Bump to version 1.290.0 - EAPI6 - Cleanup DESCRIPTION - Add USE="examples" - Removed uselesss authortests Upstream: - Removed CGI.pm Tests - Memory leaks removed - Improved input validation - "CreationDate" now supported in constructor - PDF::Image::GIF::UnLZW warning fixed - PDF::Create::Page::string() now handles character/word spacing. - PDF::Create::Page::text() now handles font correctly. - Added PDF::Create::Page::block_text() - Uninitialied "$align" warnings gone - Improved Debug level handling - new_outline() now validates parameters - Better handling for widths of german special characters - Added support for "Symbol" font and encoding Package-Manager: portage-2.2.28 dev-perl/PDF-Create/Manifest | 1 + dev-perl/PDF-Create/PDF-Create-1.290.0.ebuild | 40 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/dev-perl/PDF-Create/Manifest b/dev-perl/PDF-Create/Manifest index 669be9d..d7a8207 100644 --- a/dev-perl/PDF-Create/Manifest +++ b/dev-perl/PDF-Create/Manifest @@ -1 +1,2 @@ DIST PDF-Create-1.06.tar.gz 75847 SHA256 5343cf48b7e81e2743eaddba9040329a2ea0332833b11f2ce41932175c654ab0 SHA512 e775fe0bdf5d534e8621a2f45c85bdd68ff7730fb2931c9f90e9236d8e2b8cb3cd9110aabe776afcc380f56df12c33155b5d30dee405015b632fc039e9e016bb WHIRLPOOL 6494952123be7ce01d9ea95d6d43cf10b799d73ea1bc3b13a01b3de18a2d24dc81e608357cfc1fd781178be04bc8fd97da52123e02cabdff2b9dfe893490f4e8 +DIST PDF-Create-1.29.tar.gz 103868 SHA256 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 SHA512 82939b22163c448de67565ff0997021c2df2345a1af443e7b9e00fdb299108cea71c9157a945881314742167cefa55b57909e28905e29bb743aa3448b33dbb4d WHIRLPOOL a688cfe61f18ee6c32392b04549240e5ad7c7110244a0884f475219cd1e1ab44112bb0d3d40e5f751c2da4c4da5cb5a82ad8357830debbb03acccadda9b60ded diff --git a/dev-perl/PDF-Create/PDF-Create-1.290.0.ebuild b/dev-perl/PDF-Create/PDF-Create-1.290.0.ebuild new file mode 100644 index 0000000..d128780 --- /dev/null +++ b/dev-perl/PDF-Create/PDF-Create-1.290.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +DIST_AUTHOR=MANWAR +DIST_VERSION=1.29 +inherit perl-module + +DESCRIPTION="Create PDF documents in Perl" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" +IUSE="test examples" + +RDEPEND=" + virtual/perl-Carp + virtual/perl-Data-Dumper + virtual/perl-Scalar-List-Utils +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( + >=dev-perl/Test-LeakTrace-0.140.0 + >=virtual/perl-Test-Simple-1.0.0 + ) +" +src_test() { + perl_rm_files "t/changes.t" "t/meta-json.t" "t/meta-yml.t" "t/pod.t" "t/manifest.t" + perl-module_src_test +} +src_install() { + perl-module_src_install + if use examples; then + docompress -x /usr/share/doc/${PF}/examples + docinto examples/ + dodoc -r eg/* + fi +}