From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2282B139347 for ; Sun, 25 Jul 2021 11:16:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 51EEFE0D21; Sun, 25 Jul 2021 11:16:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3678BE0D21 for ; Sun, 25 Jul 2021 11:16:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F640342D80 for ; Sun, 25 Jul 2021 11:16:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2416F845 for ; Sun, 25 Jul 2021 11:16:21 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1627211766.c249255d7d0aa4d20e539f142eaad229f682fee1.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/PDF-Builder/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/PDF-Builder/Manifest dev-perl/PDF-Builder/PDF-Builder-3.23.0.ebuild X-VCS-Directories: dev-perl/PDF-Builder/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c249255d7d0aa4d20e539f142eaad229f682fee1 X-VCS-Branch: master Date: Sun, 25 Jul 2021 11:16:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6dc1c21b-9d5e-49d0-b304-21e93b35749c X-Archives-Hash: 374a1783277608c274bee6b32c183722 commit: c249255d7d0aa4d20e539f142eaad229f682fee1 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 25 11:00:40 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 )