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, 13 Apr 2017 04:27:47 +0000 (UTC)	[thread overview]
Message-ID: <1492057642.9cb17fb865377cddf3608640bf6b007576bb0d69.kentnl@gentoo> (raw)

commit:     9cb17fb865377cddf3608640bf6b007576bb0d69
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 13 04:27:22 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 13 04:27:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb17fb8

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

Upstream:
- Make sure filehandles are utf8 encoded
- Set default font width

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-perl/PDF-Create/Manifest                  |  1 +
 dev-perl/PDF-Create/PDF-Create-1.420.0.ebuild | 36 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-perl/PDF-Create/Manifest b/dev-perl/PDF-Create/Manifest
index 46f7fb5da13..eb30854ba39 100644
--- a/dev-perl/PDF-Create/Manifest
+++ b/dev-perl/PDF-Create/Manifest
@@ -4,3 +4,4 @@ DIST PDF-Create-1.38.tar.gz 120542 SHA256 9052441d861ef2d5c8f64e975a5b9e2a0a9011
 DIST PDF-Create-1.39.tar.gz 120549 SHA256 85d0d7b2213bb7c2dccef316028c95b0e8ef78790ffcc8f110b5d0f306e83718 SHA512 cb73bc7074a7a5a174643a53bd072313390240966f94ac61109dd540aa56ca23096b169177caa3b337ac6265cd108f9cccb374b858c33be5673b26c2a0a5a0a0 WHIRLPOOL c4d2aea7495d1055ec699e2b9669d4fdca97ac95d3480e44550ced7c554eaf86ddbb28aa2875600d28aad3b7800bde9efc969dd7d1d01c6822197eb68907d15b
 DIST PDF-Create-1.40.tar.gz 120567 SHA256 947a2f4d6dfcdacc65270f84dbfc05672b80dda03a1d8a3275a37a76561e41e1 SHA512 b791e3c99c48c8c9eb9f45b68c67e279b482b4e49053c803e8264910f127cf62b17461abf49534e96d35e6fc31848ffc15ffc288061033847afb63f377f56369 WHIRLPOOL 490b38d653d633f9a7a30bd405cd2dba41349f649562010b48772c5a7626acca88c297b3c11fb2ce2abf4cb8bbb8e67221116358b8226fb658fd04adeec70850
 DIST PDF-Create-1.41.tar.gz 120862 SHA256 cd7a08778d93cf5047a0d47a8981d9917554815e100a29800e6c869f479b3fdd SHA512 d554e2f26d6bb36978eb325b0e64b1f326f9c6f44543cfb7c6bda11927322f45344f6663e83d43a68249435f414324fe54ec62d5fe6f3aee988f12b36c8f3bab WHIRLPOOL edf349f3e83725bb2f71f0c4b3b40fcbf806283bbf8e1803844da3a89693f83d32582309aa4160465fb4f4cf352e3845377b7ed237c167641cb8815749d93c19
+DIST PDF-Create-1.42.tar.gz 120952 SHA256 3e8e88aed29e9a74fca014a5317860880f724d9c7fd3580eb43a694007a7e24b SHA512 f330cb0e7f0a17e85de7176b22de423cb1628d57058aea82a9507384bd8bbece24a48b93e37ba1c55681776b6d2167a0414261b1350d5192c0e53c8f853c5945 WHIRLPOOL c35aea8f582eee745405eab92e168bb66d7a48774f3606633fff03de39c14365fa1e8f8119daac53cbfc968ab72c1506bda5728658b2c7d6d1b7bc847a9d9b33

diff --git a/dev-perl/PDF-Create/PDF-Create-1.420.0.ebuild b/dev-perl/PDF-Create/PDF-Create-1.420.0.ebuild
new file mode 100644
index 00000000000..c4e17c2a3fe
--- /dev/null
+++ b/dev-perl/PDF-Create/PDF-Create-1.420.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=MANWAR
+DIST_VERSION=1.42
+DIST_EXAMPLES=( "eg/*" )
+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
+	>=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
+}


             reply	other threads:[~2017-04-13  4:27 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13  4:27 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-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-11-17  2:50 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=1492057642.9cb17fb865377cddf3608640bf6b007576bb0d69.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