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: Sat, 19 Nov 2016 04:06:52 +0000 (UTC) [thread overview]
Message-ID: <1479528296.18958cd5712feae375ff77b491959b7149533cf7.kentnl@gentoo> (raw)
commit: 18958cd5712feae375ff77b491959b7149533cf7
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 19 04:04:56 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Nov 19 04:04:56 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18958cd5
dev-perl/PDF-Create: Bump to version 1.380.0
Upstream:
- Documentation fixes
Package-Manager: portage-2.3.2
dev-perl/PDF-Create/Manifest | 1 +
dev-perl/PDF-Create/PDF-Create-1.380.0.ebuild | 37 +++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-perl/PDF-Create/Manifest b/dev-perl/PDF-Create/Manifest
index d27e05c..c8fd3d0 100644
--- a/dev-perl/PDF-Create/Manifest
+++ b/dev-perl/PDF-Create/Manifest
@@ -1,2 +1,3 @@
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
+DIST PDF-Create-1.38.tar.gz 120542 SHA256 9052441d861ef2d5c8f64e975a5b9e2a0a9011092534ea4e2dfde58f381c4406 SHA512 ad42cd9c2d6e072f3660b34a378995a1a8c5bc9661e906cc78810927980b33d78999a5b1ba06a157087a83e3aa3f9532866f6ef4ad8806d40192d1492a58995b WHIRLPOOL 8bf899a4d6c6d46f6d8be15c14dfce25caf322f656dc8298451b95d75a2792ffbfb7540c5508e557632b0f47fd6e49c9e93a804af7f42eff0d76f3793c7979e4
diff --git a/dev-perl/PDF-Create/PDF-Create-1.380.0.ebuild b/dev-perl/PDF-Create/PDF-Create-1.380.0.ebuild
new file mode 100644
index 00000000..b4c173e
--- /dev/null
+++ b/dev-perl/PDF-Create/PDF-Create-1.380.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.38
+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
+}
next reply other threads:[~2016-11-19 4:06 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-19 4:06 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-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=1479528296.18958cd5712feae375ff77b491959b7149533cf7.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