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 66513158087 for ; Thu, 25 Nov 2021 01:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68847E07DF; Thu, 25 Nov 2021 01:35:12 +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 4C30BE07DF for ; Thu, 25 Nov 2021 01:35:12 +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 17DB3342D99 for ; Thu, 25 Nov 2021 01:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87AB11E0 for ; Thu, 25 Nov 2021 01:35:09 +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: <1637804076.8f3f8a77fe5e5d9625d8cd0271c7d6a022ece573.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.19.0.ebuild X-VCS-Directories: dev-perl/PDF-Builder/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8f3f8a77fe5e5d9625d8cd0271c7d6a022ece573 X-VCS-Branch: master Date: Thu, 25 Nov 2021 01:35:09 +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: 1c866f17-0972-4eb9-8f16-a7a61ef425f6 X-Archives-Hash: 83ce6e35dd3cd4923be7f27c1327befc commit: 8f3f8a77fe5e5d9625d8cd0271c7d6a022ece573 Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Nov 25 01:15:39 2021 +0000 Commit: Andreas K. Hüttel gentoo 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 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 )