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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2B57158009 for ; Mon, 19 Jun 2023 03:26:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1AEBE08AB; Mon, 19 Jun 2023 03:26:13 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C3BEBE08AB for ; Mon, 19 Jun 2023 03:26:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A62F4341033 for ; Mon, 19 Jun 2023 03:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D0CA87 for ; Mon, 19 Jun 2023 03:26:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1687145163.68ed5b192605013f8d266d5645e864b1331e85f4.sam@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.25.0.ebuild X-VCS-Directories: dev-perl/PDF-Builder/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68ed5b192605013f8d266d5645e864b1331e85f4 X-VCS-Branch: master Date: Mon, 19 Jun 2023 03:26:11 +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: 68b96602-7cca-4bf0-a0c9-91ad4e407207 X-Archives-Hash: 75abd022aeb2f0c22219904d8ccdf39d commit: 68ed5b192605013f8d266d5645e864b1331e85f4 Author: Sam James gentoo org> AuthorDate: Mon Jun 19 02:59:20 2023 +0000 Commit: Sam James gentoo 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 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 )