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 AD00F1581D3 for ; Sun, 2 Jun 2024 11:15:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA95E2A15; Sun, 2 Jun 2024 11:15:42 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C54F7E29FB for ; Sun, 2 Jun 2024 11:15:42 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BFA4D335D21 for ; Sun, 2 Jun 2024 11:15:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E5F5219F3 for ; Sun, 2 Jun 2024 11:15:39 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1717326920.06dbbdab1019ea8ccf8fca50d1ffd7977d60ba98.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdftk/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pdftk/pdftk-9999.ebuild X-VCS-Directories: app-text/pdftk/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 06dbbdab1019ea8ccf8fca50d1ffd7977d60ba98 X-VCS-Branch: master Date: Sun, 2 Jun 2024 11:15:39 +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: feea8715-e7f0-4738-bc39-6cb4758a1853 X-Archives-Hash: 13a2a3e5c36545fe4876366e1fe6400c commit: 06dbbdab1019ea8ccf8fca50d1ffd7977d60ba98 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Thu May 30 08:54:58 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Sun Jun 2 11:15:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dbbdab app-text/pdftk: update 9999 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Florian Schmaus gentoo.org> app-text/pdftk/pdftk-9999.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/pdftk/pdftk-9999.ebuild b/app-text/pdftk/pdftk-9999.ebuild index 5054bbcc6777..de47cd90e2c1 100644 --- a/app-text/pdftk/pdftk-9999.ebuild +++ b/app-text/pdftk/pdftk-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -57,7 +57,6 @@ src_prepare() { java-pkg-2_src_prepare mkdir resources || die cp -r {,resources/}java || die - rm -r resources/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/codec || die find resources/java -type f \( -name '*.java' -o -name '*.sh' \) -exec rm -rf {} + || die }