public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Kent Fredric" <kentnl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Create/
Date: Thu, 17 Nov 2016 02:50:46 +0000 (UTC)	[thread overview]
Message-ID: <1479351034.3186f3a7c74f4042e1c2fc96e5db993d329c9eb8.kentnl@gentoo> (raw)

commit:     3186f3a7c74f4042e1c2fc96e5db993d329c9eb8
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 17 02:49:52 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Nov 17 02:50:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3186f3a7

dev-perl/PDF-Create: Bump to version 1.370.0

Upstream:
- fixed block_text() line spacing calculation
- Added util verify-char-width for font character with testing
- Fixed calculation of Helvetica and HelveticaBold fonts
- Ensure to close passed write filehandles to avoid corruption

Keywording:
- New dependencies
- Dropped alpha ia64 ppc sparc

Package-Manager: portage-2.3.2

 dev-perl/PDF-Create/Manifest                  |  1 +
 dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild | 37 +++++++++++++++++++++++++++
 dev-perl/PDF-Create/metadata.xml              |  1 +
 3 files changed, 39 insertions(+)

diff --git a/dev-perl/PDF-Create/Manifest b/dev-perl/PDF-Create/Manifest
index 3e5acd6..d27e05c 100644
--- a/dev-perl/PDF-Create/Manifest
+++ b/dev-perl/PDF-Create/Manifest
@@ -1 +1,2 @@
 DIST PDF-Create-1.29.tar.gz 103868 SHA256 7adc48a56786e2b15147e94d9474cfaabc652f83def13491d699ae19dda6d592 SHA512 82939b22163c448de67565ff0997021c2df2345a1af443e7b9e00fdb299108cea71c9157a945881314742167cefa55b57909e28905e29bb743aa3448b33dbb4d WHIRLPOOL a688cfe61f18ee6c32392b04549240e5ad7c7110244a0884f475219cd1e1ab44112bb0d3d40e5f751c2da4c4da5cb5a82ad8357830debbb03acccadda9b60ded
+DIST PDF-Create-1.37.tar.gz 120384 SHA256 fd2e76a5d5aefe40421dd2ebd90d61f9239344a9eee75611951751ba615ecc5b SHA512 75ef488ddfbda663997b3fb036d99fe8e93554d7fcc6fea420d099d5d02db4d51ca21b194a59ca5225b53b7f1cfe8ec73d0e55adac4fb49c023c0c890272746f WHIRLPOOL ec1d6dd56ddc7dee54dd21441416b9b70e48d7cdfe52b8b67de79d2373b8f3a4b6bcb39aeedb085ca563ec9e9764ddc2bab4dcdbe87b589b06272a1a09bbb05a

diff --git a/dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild b/dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild
new file mode 100644
index 00000000..024b686
--- /dev/null
+++ b/dev-perl/PDF-Create/PDF-Create-1.370.0.ebuild
@@ -0,0 +1,37 @@
+# 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.37
+DIST_EXAMPLES=( "eg/*" )
+inherit perl-module
+
+DESCRIPTION="Create PDF documents in Perl"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test examples"
+
+RDEPEND="
+	virtual/perl-Carp
+	virtual/perl-Data-Dumper
+	>=dev-perl/File-Share-0.250.0
+	dev-perl/JSON
+	virtual/perl-Scalar-List-Utils
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	dev-perl/File-ShareDir-Install
+	test? (
+		virtual/perl-File-Temp
+		>=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
+}

diff --git a/dev-perl/PDF-Create/metadata.xml b/dev-perl/PDF-Create/metadata.xml
index 14fc929..239ddbe 100644
--- a/dev-perl/PDF-Create/metadata.xml
+++ b/dev-perl/PDF-Create/metadata.xml
@@ -10,6 +10,7 @@
     <remote-id type="cpan-module">PDF::Create</remote-id>
     <remote-id type="cpan-module">PDF::Create::Outline</remote-id>
     <remote-id type="cpan-module">PDF::Create::Page</remote-id>
+    <remote-id type="cpan-module">PDF::Font</remote-id>
     <remote-id type="cpan-module">PDF::Image::GIF</remote-id>
     <remote-id type="cpan-module">PDF::Image::JPEG</remote-id>
   </upstream>


             reply	other threads:[~2016-11-17  2:50 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-17  2:50 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-25  1:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Create/ Andreas K. Hüttel
2021-08-26 14:49 Sam James
2021-08-26  3:00 Sam James
2021-08-25 16:26 Sam James
2021-07-25 11:16 Andreas K. Hüttel
2018-10-02  7:33 Sergei Trofimovich
2018-09-01 19:01 Thomas Deutschmann
2018-08-20  4:40 Matt Turner
2018-07-27  7:08 Sergei Trofimovich
2018-07-24  0:12 Mikle Kolyada
2018-07-23  6:19 Sergei Trofimovich
2018-01-06 16:45 Mikle Kolyada
2017-12-26  8:48 Kent Fredric
2017-04-13  4:27 Kent Fredric
2017-01-08  3:52 Kent Fredric
2016-12-27 15:43 Kent Fredric
2016-12-21  4:22 Kent Fredric
2016-11-24 17:45 Tobias Klausmann
2016-11-20  2:03 Kent Fredric
2016-11-19  4:06 Kent Fredric
2016-05-24 22:38 Andreas Hüttel
2016-05-24 22:38 Andreas Hüttel
2016-03-19 22:42 Andreas Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479351034.3186f3a7c74f4042e1c2fc96e5db993d329c9eb8.kentnl@gentoo \
    --to=kentnl@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox