public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Create/
Date: Sat, 19 Mar 2016 22:42:08 +0000 (UTC)	[thread overview]
Message-ID: <1458427310.3e06ed1248594b803ffec52cd9a2a508baa46125.dilfridge@gentoo> (raw)

commit:     3e06ed1248594b803ffec52cd9a2a508baa46125
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Mar 18 01:17:48 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2016-03-19 22:42 UTC|newest]

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