public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2020-11-09 16:52 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2020-11-09 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     74847a9190c96b5158a9be20b6e49173c284ab85
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon Nov  2 19:52:40 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 16:50:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74847a91

dev-perl/PDF-Builder: new package, version 3.19.0

Required as a future dependency of media-gfx/gscan2pdf

Closes: https://github.com/gentoo/gentoo/pull/18113
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 dev-perl/PDF-Builder/Manifest                  |   1 +
 dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild |  31 +++++++
 dev-perl/PDF-Builder/metadata.xml              | 118 +++++++++++++++++++++++++
 3 files changed, 150 insertions(+)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
new file mode 100644
index 00000000000..a33b8211e50
--- /dev/null
+++ b/dev-perl/PDF-Builder/Manifest
@@ -0,0 +1 @@
+DIST PDF-Builder-3.019.tar.gz 12198051 BLAKE2B a778a2965af5ef983ea2b12b04a42d80fa899fb2fb2ba8153b146abd5761714b816fa4f584ee588b98597eebfa93886e410d9b83b0c819a366632ab7f5b8b450 SHA512 f1869a6ecb202a7661600e91ddc1ab1d21387979d7e42470ec4c663f2b36b8c04e12c475f5ba90a88ce43950723f73ce46c5d0057220d5a53e34cc16b22ce92e

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
new file mode 100644
index 00000000000..666775ff16d
--- /dev/null
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=PMPERRY
+DIST_VERSION=3.019
+DIST_EXAMPLES=( "contrib/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/Font-TTF
+	virtual/perl-IO-Compress
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/Test-Exception
+		dev-perl/Test-Memory-Cycle
+	)
+"
+
+PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )

diff --git a/dev-perl/PDF-Builder/metadata.xml b/dev-perl/PDF-Builder/metadata.xml
new file mode 100644
index 00000000000..656f0d687f0
--- /dev/null
+++ b/dev-perl/PDF-Builder/metadata.xml
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="project">
+    <email>perl@gentoo.org</email>
+    <name>Gentoo Perl Project</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="cpan">PDF-Builder</remote-id>
+    <remote-id type="cpan-module">PDF::Builder</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Annotation</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Array</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Bool</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Dict</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::File</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter::ASCII85Decode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter::ASCIIHexDecode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter::FlateDecode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter::LZWDecode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Filter::RunLengthDecode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Literal</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Name</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Null</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Number</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Objind</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Page</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Pages</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::String</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Basic::PDF::Utils</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Content</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Content::Hyphenate_basic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Content::Text</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Docs</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Lite</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Matrix</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::NamedDestination</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Outline</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Outlines</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Page</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::BaseFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::CIDFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::CIDFont::CJKFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::CIDFont::TrueType</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::CIDFont::TrueType::FontFile</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::DeviceN</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::Indexed</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::Indexed::ACTFile</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::Indexed::Hue</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::Indexed::WebColor</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ColorSpace::Separation</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Colors</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::ExtGState</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::BdFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::bankgothic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::courier</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::courierbold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::courierboldoblique</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::courieroblique</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::georgia</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::georgiabold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::georgiabolditalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::georgiaitalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::helvetica</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::helveticabold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::helveticaboldoblique</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::helveticaoblique</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::symbol</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::timesbold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::timesbolditalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::timesitalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::timesroman</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::trebuchet</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::trebuchetbold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::trebuchetbolditalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::trebuchetitalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::verdana</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::verdanabold</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::verdanabolditalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::verdanaitalic</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::webdings</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::wingdings</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::CoreFont::zapfdingbats</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::Postscript</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Font::SynFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Glyphs</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::PaperSizes</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Pattern</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::Shading</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::UniFont</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode::codabar</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode::code128</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode::code3of9</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode::ean13</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::BarCode::int2of5</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Form::Hybrid</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::GD</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::GIF</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::JPEG</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::PNG</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::PNG_IPL</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::PNM</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::TIFF</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::TIFF::File</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::TIFF::File_GT</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Resource::XObject::Image::TIFF_GT</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::UniWrap</remote-id>
+    <remote-id type="cpan-module">PDF::Builder::Util</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2021-07-25 11:16 Andreas K. Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-07-25 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     c249255d7d0aa4d20e539f142eaad229f682fee1
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 25 11:00:40 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 25 11:16:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c249255d

dev-perl/PDF-Builder: Version bump 3.023

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-perl/PDF-Builder/Manifest                  |  1 +
 dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild | 30 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
index a33b8211e50..cd795b419b5 100644
--- a/dev-perl/PDF-Builder/Manifest
+++ b/dev-perl/PDF-Builder/Manifest
@@ -1 +1,2 @@
 DIST PDF-Builder-3.019.tar.gz 12198051 BLAKE2B a778a2965af5ef983ea2b12b04a42d80fa899fb2fb2ba8153b146abd5761714b816fa4f584ee588b98597eebfa93886e410d9b83b0c819a366632ab7f5b8b450 SHA512 f1869a6ecb202a7661600e91ddc1ab1d21387979d7e42470ec4c663f2b36b8c04e12c475f5ba90a88ce43950723f73ce46c5d0057220d5a53e34cc16b22ce92e
+DIST PDF-Builder-3.023.tar.gz 7561436 BLAKE2B 0803289973f3deb0672ef9a59ce66aa810504df328942926c22f5fcc57cb38b7b3758a59ce64ef955d9602d930ff243762a544f5b9e89625e487b9a2f09c40b1 SHA512 e9df0c28f406e5b2c8fc128b598dfc8e1def35726c606cf566b7a961a1b7281c9f8a3719191293007dfee7c7715d26e94a85a17c26a5cf09ceed8bf6161867fd

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
new file mode 100644
index 00000000000..b9d4ab21bf3
--- /dev/null
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PMPERRY
+DIST_VERSION=3.023
+DIST_EXAMPLES=( "contrib/*" "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	>=dev-perl/Font-TTF-1.40.0
+	virtual/perl-IO-Compress
+"
+
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.660.0
+	test? (
+		dev-perl/Test-Exception
+		>=dev-perl/Test-Memory-Cycle-1.0.0
+	)
+"
+
+PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2021-10-26 13:30 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-10-26 13:30 UTC (permalink / raw
  To: gentoo-commits

commit:     ad86f2039ced8de9f0bf85c85bd5cf7bdeb3bb50
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 13:29:29 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 13:29:29 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad86f203

dev-perl/PDF-Builder: x86 stable wrt bug #819519

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
index b9d4ab21bf3..685e49471b2 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND="
 	>=dev-perl/Font-TTF-1.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2021-10-26 17:53 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2021-10-26 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0123151367e22e94a877baf55757b9a659d45934
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 26 17:53:44 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 26 17:53:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01231513

dev-perl/PDF-Builder: amd64 stable wrt bug #819519

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
index 685e49471b2..69eb5bf2cbc 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	>=dev-perl/Font-TTF-1.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2021-11-25  1:35 Andreas K. Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas K. Hüttel @ 2021-11-25  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8f3f8a77fe5e5d9625d8cd0271c7d6a022ece573
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 25 01:15:39 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Nov 25 01:34:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f3f8a77

dev-perl/PDF-Builder: 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-Builder/Manifest                  |  1 -
 dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild | 31 --------------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
index cd795b419b5d..b9ff32d0b3fa 100644
--- a/dev-perl/PDF-Builder/Manifest
+++ b/dev-perl/PDF-Builder/Manifest
@@ -1,2 +1 @@
-DIST PDF-Builder-3.019.tar.gz 12198051 BLAKE2B a778a2965af5ef983ea2b12b04a42d80fa899fb2fb2ba8153b146abd5761714b816fa4f584ee588b98597eebfa93886e410d9b83b0c819a366632ab7f5b8b450 SHA512 f1869a6ecb202a7661600e91ddc1ab1d21387979d7e42470ec4c663f2b36b8c04e12c475f5ba90a88ce43950723f73ce46c5d0057220d5a53e34cc16b22ce92e
 DIST PDF-Builder-3.023.tar.gz 7561436 BLAKE2B 0803289973f3deb0672ef9a59ce66aa810504df328942926c22f5fcc57cb38b7b3758a59ce64ef955d9602d930ff243762a544f5b9e89625e487b9a2f09c40b1 SHA512 e9df0c28f406e5b2c8fc128b598dfc8e1def35726c606cf566b7a961a1b7281c9f8a3719191293007dfee7c7715d26e94a85a17c26a5cf09ceed8bf6161867fd

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
deleted file mode 100644
index 666775ff16d0..000000000000
--- a/dev-perl/PDF-Builder/PDF-Builder-3.19.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=PMPERRY
-DIST_VERSION=3.019
-DIST_EXAMPLES=( "contrib/*" )
-inherit perl-module
-
-DESCRIPTION="Facilitates the creation and modification of PDF files"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Font-TTF
-	virtual/perl-IO-Compress
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/Test-Exception
-		dev-perl/Test-Memory-Cycle
-	)
-"
-
-PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2022-02-07  6:33 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-02-07  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     80233e47b1325d5502f323cd425264d450812c23
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  7 06:33:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Feb  7 06:33:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80233e47

dev-perl/PDF-Builder: Keyword 3.23.0 arm64, #823161

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
index 69eb5bf2cbcf..356b14fae908 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.23.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 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
 	>=dev-perl/Font-TTF-1.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2023-06-19  3:26 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-06-19  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     68ed5b192605013f8d266d5645e864b1331e85f4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 02:59:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 03:26:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ed5b19

dev-perl/PDF-Builder: add 3.25.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDF-Builder/Manifest                  |  1 +
 dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild | 30 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
index b9ff32d0b3fa..364d29693c5d 100644
--- a/dev-perl/PDF-Builder/Manifest
+++ b/dev-perl/PDF-Builder/Manifest
@@ -1 +1,2 @@
 DIST PDF-Builder-3.023.tar.gz 7561436 BLAKE2B 0803289973f3deb0672ef9a59ce66aa810504df328942926c22f5fcc57cb38b7b3758a59ce64ef955d9602d930ff243762a544f5b9e89625e487b9a2f09c40b1 SHA512 e9df0c28f406e5b2c8fc128b598dfc8e1def35726c606cf566b7a961a1b7281c9f8a3719191293007dfee7c7715d26e94a85a17c26a5cf09ceed8bf6161867fd
+DIST PDF-Builder-3.025.tar.gz 4414475 BLAKE2B 830952e7d557feffbdf959a990c044a072701b0b1e4fc5c11d92d25e34c1232638725abfce5849d366b12d07216d5e053245a71bb0657b06f8da214ad77e931e SHA512 3b94eb5e7dfe6683688c73aaaa9a072d9e429d4cf5ac2f4e7f128918fda171d454f82bf43059bb4a4f80f8eb7cff0ffe8cb2fb1dd6e7ad190ad1bfea162b10a5

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
new file mode 100644
index 000000000000..703987d469f2
--- /dev/null
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PMPERRY
+DIST_VERSION=3.025
+DIST_EXAMPLES=( "contrib/*" "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-perl/Font-TTF-1.40.0
+	virtual/perl-IO-Compress
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.660.0
+	test? (
+		dev-perl/Test-Exception
+		>=dev-perl/Test-Memory-Cycle-1.0.0
+	)
+"
+
+PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2023-07-24  3:57 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-07-24  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1e47d7c2615dddac3feb5df29639c1b51d17c49d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 03:55:42 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 03:55:42 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e47d7c2

dev-perl/PDF-Builder: Stabilize 3.25.0 x86, #910898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
index 703987d469f2..0c8c54cd3872 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/Font-TTF-1.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2023-07-24  4:02 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-07-24  4:02 UTC (permalink / raw
  To: gentoo-commits

commit:     98d6b3605cb844b4ca5806fef53de97913b9c17c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 04:02:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 04:02:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d6b360

dev-perl/PDF-Builder: Stabilize 3.25.0 amd64, #910898

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
index 0c8c54cd3872..d910c06b7bc9 100644
--- a/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.25.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Facilitates the creation and modification of PDF files"
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
 	>=dev-perl/Font-TTF-1.40.0


^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/
@ 2024-05-01  7:54 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2024-05-01  7:54 UTC (permalink / raw
  To: gentoo-commits

commit:     a15a3340854e9689ccdfe185118e6757bdd2be6c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May  1 07:18:35 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May  1 07:18:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a15a3340

dev-perl/PDF-Builder: add 3.26.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/PDF-Builder/Manifest                  |  1 +
 dev-perl/PDF-Builder/PDF-Builder-3.26.0.ebuild | 30 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-perl/PDF-Builder/Manifest b/dev-perl/PDF-Builder/Manifest
index 662622d84f57..c8c715b050bb 100644
--- a/dev-perl/PDF-Builder/Manifest
+++ b/dev-perl/PDF-Builder/Manifest
@@ -1 +1,2 @@
 DIST PDF-Builder-3.025.tar.gz 4414475 BLAKE2B 830952e7d557feffbdf959a990c044a072701b0b1e4fc5c11d92d25e34c1232638725abfce5849d366b12d07216d5e053245a71bb0657b06f8da214ad77e931e SHA512 3b94eb5e7dfe6683688c73aaaa9a072d9e429d4cf5ac2f4e7f128918fda171d454f82bf43059bb4a4f80f8eb7cff0ffe8cb2fb1dd6e7ad190ad1bfea162b10a5
+DIST PDF-Builder-3.026.tar.gz 4443238 BLAKE2B 23df3ad9b9a8e2ba3b6e18bcdeb93582f24210ce08d7998d3ed6cf284a7041ed1078077624d64f06d544854868da68d0fb832742f28d15772df592c488012846 SHA512 3a82634b113c15da70bfc23468da602cf67d7c7d1381bb40b51b06958508a8f3b85bdfc57efe911625e08e7b090305d545849917de816bf8e37cc85ad15f0d48

diff --git a/dev-perl/PDF-Builder/PDF-Builder-3.26.0.ebuild b/dev-perl/PDF-Builder/PDF-Builder-3.26.0.ebuild
new file mode 100644
index 000000000000..3872fad9ee7c
--- /dev/null
+++ b/dev-perl/PDF-Builder/PDF-Builder-3.26.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PMPERRY
+DIST_VERSION=3.026
+DIST_EXAMPLES=( "contrib/*" "examples/*" )
+inherit perl-module
+
+DESCRIPTION="Facilitates the creation and modification of PDF files"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-perl/Font-TTF-1.40.0
+	virtual/perl-IO-Compress
+"
+BDEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.660.0
+	test? (
+		dev-perl/Test-Exception
+		>=dev-perl/Test-Memory-Cycle-1.0.0
+	)
+"
+
+PERL_RM_FILES=( t/author-{critic,pod-syntax}.t )


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-05-01  7:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01  7:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-07-24  4:02 Sam James
2023-07-24  3:57 Sam James
2023-06-19  3:26 Sam James
2022-02-07  6:33 Sam James
2021-11-25  1:35 Andreas K. Hüttel
2021-10-26 17:53 Agostino Sarubbo
2021-10-26 13:30 Agostino Sarubbo
2021-07-25 11:16 Andreas K. Hüttel
2020-11-09 16:52 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox