* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2016-03-16 22:50 Andreas Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Hüttel @ 2016-03-16 22:50 UTC (permalink / raw
To: gentoo-commits
commit: 73b6a5c3eb0e84234cb77ef6ce400922b395ece7
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Mar 16 03:52:05 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 22:49:53 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73b6a5c3
dev-perl/PDF-API2: Version bump
Package-Manager: portage-2.2.28
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild | 36 ++++++++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index 6300672..a9bd269 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1 +1,2 @@
DIST PDF-API2-2.020.tar.gz 3515968 SHA256 c5d3e62529bf06717f4e24ecffbeafc0f2f463caa036cadea7be2b1f1d3f0546 SHA512 c5a6438a342ed84bc0631902c9ae4a63659bf04fa5c7256980c2bbc5acc3cbe5c3f1b7bbfda673d976e236bb6871652b332a728222fc856a684feb3093605e3a WHIRLPOOL cba533d82c9992d813679c5ae573e0177686cc26984836ef8c0cd72412dd8d29216f0cce5d6c36b11450d3960cab8966f86907550b8195312fa5a0709cd5635c
+DIST PDF-API2-2.027.tar.gz 3500950 SHA256 d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8 WHIRLPOOL a9453ea0f3cc1bc6c2cb866eb55c82afa50760bee4ce121b97c9a6c16830f702804c6bfdd71e178f1d22ced7c21e5d1f10ff9eeac3b38eb28f330059539a442e
diff --git a/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
new file mode 100644
index 0000000..7556cf2
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.027
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+ perl_rm_files "t/release-pod-syntax.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 contrib/*
+ fi
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2016-05-24 22:38 Andreas Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Hüttel @ 2016-05-24 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 9fe1081f8b80e87a678f0dd73de258ab959f731a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 22:30:57 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 24 22:30:57 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fe1081f
dev-perl/PDF-API2: Retroactively stable for x86 (ALLARCHES), bug 579872
Package-Manager: portage-2.3.0_rc1
dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
index 13f5a6c..7584af3 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.27.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="examples"
RDEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2016-05-24 22:38 Andreas Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas Hüttel @ 2016-05-24 22:38 UTC (permalink / raw
To: gentoo-commits
commit: 421922192e5aecba9e02c0a6ecfdea89dd00a205
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 24 22:31:17 2016 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 24 22:31:17 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42192219
dev-perl/PDF-API2: Remove old
Package-Manager: portage-2.3.0_rc1
dev-perl/PDF-API2/Manifest | 1 -
dev-perl/PDF-API2/PDF-API2-2.20.0.ebuild | 22 ----------------------
2 files changed, 23 deletions(-)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index a9bd269..d753a83 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,2 +1 @@
-DIST PDF-API2-2.020.tar.gz 3515968 SHA256 c5d3e62529bf06717f4e24ecffbeafc0f2f463caa036cadea7be2b1f1d3f0546 SHA512 c5a6438a342ed84bc0631902c9ae4a63659bf04fa5c7256980c2bbc5acc3cbe5c3f1b7bbfda673d976e236bb6871652b332a728222fc856a684feb3093605e3a WHIRLPOOL cba533d82c9992d813679c5ae573e0177686cc26984836ef8c0cd72412dd8d29216f0cce5d6c36b11450d3960cab8966f86907550b8195312fa5a0709cd5635c
DIST PDF-API2-2.027.tar.gz 3500950 SHA256 d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8 WHIRLPOOL a9453ea0f3cc1bc6c2cb866eb55c82afa50760bee4ce121b97c9a6c16830f702804c6bfdd71e178f1d22ced7c21e5d1f10ff9eeac3b38eb28f330059539a442e
diff --git a/dev-perl/PDF-API2/PDF-API2-2.20.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.20.0.ebuild
deleted file mode 100644
index 0ae0d55..0000000
--- a/dev-perl/PDF-API2/PDF-API2-2.20.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=SSIMMS
-MODULE_VERSION=2.020
-inherit perl-module
-
-DESCRIPTION="Facilitates the creation and modification of PDF files"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND="virtual/perl-IO-Compress
- dev-perl/Font-TTF"
-DEPEND="${RDEPEND}"
-
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2017-02-19 13:28 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2017-02-19 13:28 UTC (permalink / raw
To: gentoo-commits
commit: 8647861c308241c1b41cc6b44d193d4247c3312f
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 12:08:37 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 13:11:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8647861c
dev-perl/PDF-API2: Bump to version 2.310.0
Upstream:
- Fix problems reading objects in object streams in large PDFs
- Don't get stuck in infinte loops reading corrupt dictionaries
- Correctly set max-object number in file stream cross-references
- Fix bugs reading TIFF images with stripes wider than image
- Fix dash() and renderingintent() bugs
- Add support for reading PNG, GIF and PNM from filehandles
- Fail early when a referenced file can't be opened
- Add preference options "-simplex", "-duplexfliplongedge",
"-duplexflipshortedge"
- More consistently use temp files as caches when reading streams
larger than 16MB
- Add support for reading Numbers, Booleans and nulls from object
streams
- Objects inside large object streams no longer require loading
entire stream into memory
- Low-level new_api methods deprecated
- Avoid crashing when adding annotations to a page with existing
certain annotations
- Give useful die() errors when files can't be opened
Package-Manager: Portage-2.3.3, Repoman-2.3.1
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild | 28 ++++++++++++++++++++++++++++
dev-perl/PDF-API2/metadata.xml | 2 +-
3 files changed, 30 insertions(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index d753a83dde..a9eeee437d 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1 +1,2 @@
DIST PDF-API2-2.027.tar.gz 3500950 SHA256 d24db02d902198406270551857830633b289ad39f5a9ba5431246f8cd60e7599 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8 WHIRLPOOL a9453ea0f3cc1bc6c2cb866eb55c82afa50760bee4ce121b97c9a6c16830f702804c6bfdd71e178f1d22ced7c21e5d1f10ff9eeac3b38eb28f330059539a442e
+DIST PDF-API2-2.031.tar.gz 3507672 SHA256 6ea5d38f99dfb1e8acf57c9c7579659b3eee84944295a135f90e607e0a3f43e9 SHA512 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6 WHIRLPOOL dbd1beed9d5835f60d0c13ae6a2d66c4868be762be67c32c4f734be360c25e13b8f1b263c63323e4a0333a4f7019634656bc0e2951776756516d0405f114d115
diff --git a/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild
new file mode 100644
index 0000000000..663fdbe752
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.31.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.031
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
diff --git a/dev-perl/PDF-API2/metadata.xml b/dev-perl/PDF-API2/metadata.xml
index 677dd1aa12..2e167e6311 100644
--- a/dev-perl/PDF-API2/metadata.xml
+++ b/dev-perl/PDF-API2/metadata.xml
@@ -106,7 +106,7 @@
<remote-id type="cpan-module">PDF::API2::Resource::XObject::Image::PNG</remote-id>
<remote-id type="cpan-module">PDF::API2::Resource::XObject::Image::PNM</remote-id>
<remote-id type="cpan-module">PDF::API2::Resource::XObject::Image::TIFF</remote-id>
- <remote-id type="cpan-module">PDF::API2::Resource::XObject::Image::Tiff::File</remote-id>
+ <remote-id type="cpan-module">PDF::API2::Resource::XObject::Image::TIFF::File</remote-id>
<remote-id type="cpan-module">PDF::API2::UniWrap</remote-id>
<remote-id type="cpan-module">PDF::API2::Util</remote-id>
<remote-id type="cpan-module">PDF::API2::Win32</remote-id>
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2017-12-26 8:48 Kent Fredric
0 siblings, 0 replies; 19+ messages in thread
From: Kent Fredric @ 2017-12-26 8:48 UTC (permalink / raw
To: gentoo-commits
commit: ef5266e09a0e483ec2b4636eb36d48fe18b841d9
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 24 00:54:14 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Dec 26 08:48:01 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5266e0
dev-perl/PDF-API2: Bump to version 2.33.0
Upstream:
- Fix Bank Gothic core font
- Weaken references for garbage collection improvements
- Remove warning for ambiguous call to CORE::open
- text_{fill_,}justified now adjust word-space instead of character
space stretching.
- Fix buffering for multiline embedded indirect comments.
- Fix open(filename)->stringify
- Fix off-by-one calculating text width
- Fix synfont
Package-Manager: Portage-2.3.18, Repoman-2.3.6
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index f1b55f07f86..9e2edd98f22 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,2 +1,3 @@
DIST PDF-API2-2.027.tar.gz 3500950 BLAKE2B 525839ff4a69434929483c169192d3cb891e757a4daa0c885d6e83a254e5d4d241cae5e96a5a4aa67531364b4ed7a72c706d4fd771dbaa6b1ce09fca56254a05 SHA512 39729907418b863dd97b4b5051584eac5baddc9639a1b92caa5045a5237e41d37ae267fafd37c3a89d8160f8d9b3fb3bdbc903e1cd3de9e4df158cacb8e5c1d8
DIST PDF-API2-2.031.tar.gz 3507672 BLAKE2B 3976957dc247f2ee094932dda6c20b5f887b56dfa61724fc3561394dbe995f87a8253f9a4cb8189446770daae71adac3d9fdd9ae7a8fedd24d614b8d9eecf2ed SHA512 967e6925658ba11d60c065230df78ce32d087ab1ecdd63a4c80c2f87d908db6f18d1bd8cf4021b3520a324bbedaa434f1691873f3cad0a75831e61c03323f4a6
+DIST PDF-API2-2.033.tar.gz 3533753 BLAKE2B 4a99cb7e01b69e07f8d3f3968f8a1d8e388707dc35e034cb862a3d587d91b5701acf724842b55c6bc010754103ceee3f90e8ce625ff1d7ee850f0bb63720ff03 SHA512 8579114492c8b8fcd8ad7b837e8dea1f7157803b2519883308696f78ce1597688bf5f3b06d13971b5a8302eb03636557de3a7092b8386a6e177748c4b3748ea5
diff --git a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
new file mode 100644
index 00000000000..a1132a91efc
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.033
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="examples test"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Memory-Cycle
+ )
+"
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2018-07-24 0:12 Mikle Kolyada
0 siblings, 0 replies; 19+ messages in thread
From: Mikle Kolyada @ 2018-07-24 0:12 UTC (permalink / raw
To: gentoo-commits
commit: 73a8e2aa1ee30287920ead391efe625931b42b38
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 23:56:43 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Tue Jul 24 00:11:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a8e2aa
dev-perl/PDF-API2: amd64 stable wrt bug #661778
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
index a1132a91efc..f8c02858943 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
IUSE="examples test"
RDEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2018-09-01 19:01 Thomas Deutschmann
0 siblings, 0 replies; 19+ messages in thread
From: Thomas Deutschmann @ 2018-09-01 19:01 UTC (permalink / raw
To: gentoo-commits
commit: ac5ecbbca9e1c66a0d03002b1f79f0a5aee77a25
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 1 18:40:54 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 1 19:00:33 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac5ecbbc
dev-perl/PDF-API2: x86 stable (bug #661778)
Package-Manager: Portage-2.3.48, Repoman-2.3.10
dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
index f8c02858943..f5d268aef80 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
IUSE="examples test"
RDEPEND="
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2021-07-25 11:16 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-07-25 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 360148a7d8542f142fc50e2a9aff869d0f26f9e7
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 10:57:26 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 11:16:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=360148a7
dev-perl/PDF-API2: Version bump 2.040
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index 30a03020150..d6e597ca77d 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1 +1,2 @@
DIST PDF-API2-2.033.tar.gz 3533753 BLAKE2B 4a99cb7e01b69e07f8d3f3968f8a1d8e388707dc35e034cb862a3d587d91b5701acf724842b55c6bc010754103ceee3f90e8ce625ff1d7ee850f0bb63720ff03 SHA512 8579114492c8b8fcd8ad7b837e8dea1f7157803b2519883308696f78ce1597688bf5f3b06d13971b5a8302eb03636557de3a7092b8386a6e177748c4b3748ea5
+DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
diff --git a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
new file mode 100644
index 00000000000..cbec55bad2d
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.040
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF
+"
+
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Memory-Cycle
+ )
+"
+
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2021-08-25 5:25 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2021-08-25 5:25 UTC (permalink / raw
To: gentoo-commits
commit: c1d8dd17e8eb085ad3da69b4eea80474b9bb204f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:23:15 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:23:15 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d8dd17
dev-perl/PDF-API2: amd64 stable wrt bug #810187
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
index cbec55bad2d..a9ead850ec0 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2021-08-25 5:32 Agostino Sarubbo
0 siblings, 0 replies; 19+ messages in thread
From: Agostino Sarubbo @ 2021-08-25 5:32 UTC (permalink / raw
To: gentoo-commits
commit: feb6cc799574eedf5dbbc74b1495025d19996f62
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 25 05:32:30 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Aug 25 05:32:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feb6cc79
dev-perl/PDF-API2: x86 stable wrt bug #810187
Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
index a9ead850ec0..89341089f0d 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.40.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2021-11-25 1:35 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-11-25 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 72b8e5804ffa148f2bd7f20ee224982ead0cd3c9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 01:14:57 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 01:34:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b8e580
dev-perl/PDF-API2: Version bump 2.042
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index ad06fa078ccb..211b95bd8bcc 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1 +1,2 @@
DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
+DIST PDF-API2-2.042.tar.gz 3595280 BLAKE2B 128e0d3a6832d3cb0019ff6a6e2488c87e0993a6161c1fe2d57b9948ddd75da3421dc9d09db48b8871cb31c6d5f02480660f121d8135ea0873e6bb971c372aa0 SHA512 c55827056228320beaa8574a4b73f92a8dfa730f7874df7ac6ad9f2b4b017f29c84db8d7c41e71300b2252e7525ec3cc0111c787c88af0e463d52c762ced6ef0
diff --git a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
new file mode 100644
index 000000000000..696127e032ff
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.042
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF
+"
+
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Memory-Cycle
+ )
+"
+
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2021-11-25 1:35 Andreas K. Hüttel
0 siblings, 0 replies; 19+ messages in thread
From: Andreas K. Hüttel @ 2021-11-25 1:35 UTC (permalink / raw
To: gentoo-commits
commit: 88df1526bd60d62a443475ef583d5ed03c1f8e70
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 01:12:14 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 01:34:30 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88df1526
dev-perl/PDF-API2: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/PDF-API2/Manifest | 1 -
dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild | 32 --------------------------------
2 files changed, 33 deletions(-)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index d6e597ca77d1..ad06fa078ccb 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,2 +1 @@
-DIST PDF-API2-2.033.tar.gz 3533753 BLAKE2B 4a99cb7e01b69e07f8d3f3968f8a1d8e388707dc35e034cb862a3d587d91b5701acf724842b55c6bc010754103ceee3f90e8ce625ff1d7ee850f0bb63720ff03 SHA512 8579114492c8b8fcd8ad7b837e8dea1f7157803b2519883308696f78ce1597688bf5f3b06d13971b5a8302eb03636557de3a7092b8386a6e177748c4b3748ea5
DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
diff --git a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
deleted file mode 100644
index a78487156557..000000000000
--- a/dev-perl/PDF-API2/PDF-API2-2.33.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SSIMMS
-DIST_VERSION=2.033
-DIST_EXAMPLES=( "contrib/*" )
-inherit perl-module
-
-DESCRIPTION="Facilitates the creation and modification of PDF files"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=virtual/perl-IO-Compress-1.0.0
- dev-perl/Font-TTF"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Exception
- dev-perl/Test-Memory-Cycle
- )
-"
-src_test() {
- perl_rm_files t/author-*.t
- perl-module_src_test
-}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2022-02-19 3:06 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-02-19 3:06 UTC (permalink / raw
To: gentoo-commits
commit: 302604ee8417de5bfe75da70760d99ca707ebf31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:03:56 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:03:56 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302604ee
dev-perl/PDF-API2: Stabilize 2.42.0 amd64, #833669
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
index 696127e032ff..dadb1d0f46ba 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2022-02-19 3:41 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2022-02-19 3:41 UTC (permalink / raw
To: gentoo-commits
commit: 5a6e325fc2042193e415e7933fa5bb27ab792938
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 19 03:40:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb 19 03:40:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a6e325f
dev-perl/PDF-API2: Stabilize 2.42.0 x86, #833669
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
index dadb1d0f46ba..973a714f9036 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.42.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2023-06-19 17:59 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2023-06-19 17:59 UTC (permalink / raw
To: gentoo-commits
commit: e9d4e27869ee4400f148c78c8162738c128d2976
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 17:04:30 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 17:59:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9d4e278
dev-perl/PDF-API2: add 2.44.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index 211b95bd8bcc..52d535570a85 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1,2 +1,3 @@
DIST PDF-API2-2.040.tar.gz 3564742 BLAKE2B 16a33cf2f4cc700fe28ae73b3e01f7215adf22949b5d71c70c08d256c11ce2d007ea3106f9ccf6d89686448996c1ad24edd1259ef621a3056ba1040bde876020 SHA512 4b60e50bfded7c58be5e086db245b59e6f4fa08a9aa52e52f2c67036c27f5411c05ddc3980349ffe30ee20af8ea4f67eb67ec84724fc408e69de5e6da9cebdfa
DIST PDF-API2-2.042.tar.gz 3595280 BLAKE2B 128e0d3a6832d3cb0019ff6a6e2488c87e0993a6161c1fe2d57b9948ddd75da3421dc9d09db48b8871cb31c6d5f02480660f121d8135ea0873e6bb971c372aa0 SHA512 c55827056228320beaa8574a4b73f92a8dfa730f7874df7ac6ad9f2b4b017f29c84db8d7c41e71300b2252e7525ec3cc0111c787c88af0e463d52c762ced6ef0
+DIST PDF-API2-2.044.tar.gz 3595900 BLAKE2B f1f73de9cdb0481f0536a8b9fce5a7101476c6ed5d1b7a26c90722452742e9289b6d40af0203062aaa7a85ce0379e8841568cb557deedc73dbc7d8f5cd6f6a1f SHA512 5d749676496d133164125275f1d35d84c6e3373cebf2b1515266473470a97cc1843f4dc8a494be0146c0c58486b535e7c27b4a034ae1b7ad19ecdb1e5c69e425
diff --git a/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild
new file mode 100644
index 000000000000..620f021ec672
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.044
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Memory-Cycle
+ )
+"
+
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2023-07-24 13:39 Arthur Zamarin
0 siblings, 0 replies; 19+ messages in thread
From: Arthur Zamarin @ 2023-07-24 13:39 UTC (permalink / raw
To: gentoo-commits
commit: ec295ab39c6fe9bce6c47e9faecdaf746140853a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 13:36:45 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 13:36:45 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec295ab3
dev-perl/PDF-API2: Stabilize 2.44.0 amd64, #910770
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild
index d7670445b2ff..7dde8f9b675e 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.44.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2024-05-01 7:54 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-05-01 7:54 UTC (permalink / raw
To: gentoo-commits
commit: eac4f3169b1d0b59d66c891b17f4e074a5f95be3
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 07:15:30 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 1 07:15:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac4f316
dev-perl/PDF-API2: add 2.45.0
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/Manifest | 1 +
dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild | 33 ++++++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
diff --git a/dev-perl/PDF-API2/Manifest b/dev-perl/PDF-API2/Manifest
index 71774d5bb74f..8e515ce33047 100644
--- a/dev-perl/PDF-API2/Manifest
+++ b/dev-perl/PDF-API2/Manifest
@@ -1 +1,2 @@
DIST PDF-API2-2.044.tar.gz 3595900 BLAKE2B f1f73de9cdb0481f0536a8b9fce5a7101476c6ed5d1b7a26c90722452742e9289b6d40af0203062aaa7a85ce0379e8841568cb557deedc73dbc7d8f5cd6f6a1f SHA512 5d749676496d133164125275f1d35d84c6e3373cebf2b1515266473470a97cc1843f4dc8a494be0146c0c58486b535e7c27b4a034ae1b7ad19ecdb1e5c69e425
+DIST PDF-API2-2.045.tar.gz 3595544 BLAKE2B a8e0b6ff2bf4d8803a77ea2c26a123a764b1e5fbb9ebc5a23329cfbf3efa9613575457322544b1c4f5dc24c8adecf075a6ff863ad9ef301d47cedecee24a41ba SHA512 86d71cec6ce9e7798948513b6408de404ec30e0022e8852a94e9ad602d4bc2f12285ec19f560c940c0e5303816748bdeaad604b9b53181252e9ea2ead1365be0
diff --git a/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
new file mode 100644
index 000000000000..a365658ed78a
--- /dev/null
+++ b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=SSIMMS
+DIST_VERSION=2.045
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ >=virtual/perl-IO-Compress-1.0.0
+ dev-perl/Font-TTF
+"
+BDEPEND="
+ ${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/Test-Memory-Cycle
+ )
+"
+
+src_test() {
+ perl_rm_files t/author-*.t
+ perl-module_src_test
+}
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2024-06-09 21:24 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-06-09 21:24 UTC (permalink / raw
To: gentoo-commits
commit: 5c50ffb194da3369d13fe07e16a7f99960ac7934
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 9 21:24:12 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 9 21:24:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c50ffb1
dev-perl/PDF-API2: Stabilize 2.45.0 amd64, #933889
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
index a365658ed78a..639d8c0319b7 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/
@ 2024-06-10 2:18 Sam James
0 siblings, 0 replies; 19+ messages in thread
From: Sam James @ 2024-06-10 2:18 UTC (permalink / raw
To: gentoo-commits
commit: f8be2fab748a1332fdee1dc3c2fcf822e7ad446e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 10 02:15:59 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 10 02:15:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8be2fab
dev-perl/PDF-API2: Stabilize 2.45.0 x86, #933889
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
index 639d8c0319b7..90f9ff3e78e3 100644
--- a/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
+++ b/dev-perl/PDF-API2/PDF-API2-2.45.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
RDEPEND="
>=virtual/perl-IO-Compress-1.0.0
^ permalink raw reply related [flat|nested] 19+ messages in thread
end of thread, other threads:[~2024-06-10 2:18 UTC | newest]
Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-19 3:41 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-API2/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-06-10 2:18 Sam James
2024-06-09 21:24 Sam James
2024-05-01 7:54 Sam James
2023-07-24 13:39 Arthur Zamarin
2023-06-19 17:59 Sam James
2022-02-19 3:06 Sam James
2021-11-25 1:35 Andreas K. Hüttel
2021-11-25 1:35 Andreas K. Hüttel
2021-08-25 5:32 Agostino Sarubbo
2021-08-25 5:25 Agostino Sarubbo
2021-07-25 11:16 Andreas K. Hüttel
2018-09-01 19:01 Thomas Deutschmann
2018-07-24 0:12 Mikle Kolyada
2017-12-26 8:48 Kent Fredric
2017-02-19 13:28 Kent Fredric
2016-05-24 22:38 Andreas Hüttel
2016-05-24 22:38 Andreas Hüttel
2016-03-16 22:50 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox