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 3799C15800A for ; Tue, 18 Jul 2023 16:32:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C409E0805; Tue, 18 Jul 2023 16:32:30 +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 E4198E0805 for ; Tue, 18 Jul 2023 16:32:29 +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 C261F340D20 for ; Tue, 18 Jul 2023 16:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 080B4B9D for ; Tue, 18 Jul 2023 16:32:27 +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: <1689697868.e665cef457fa32eec57a5593185e70a8e1c78e1a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/, net-vpn/i2p/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2p/files/2.2.1-fix-junit-classpath.patch net-vpn/i2p/files/fix-junit-classpath.patch net-vpn/i2p/i2p-2.2.1.ebuild X-VCS-Directories: net-vpn/i2p/files/ net-vpn/i2p/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e665cef457fa32eec57a5593185e70a8e1c78e1a X-VCS-Branch: master Date: Tue, 18 Jul 2023 16:32:27 +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: 1f60e796-914b-4eed-9214-977ed2cb28b3 X-Archives-Hash: a818cc92d03c316d787eaf2bbb115f04 commit: e665cef457fa32eec57a5593185e70a8e1c78e1a Author: Valérian Rousset users noreply github com> AuthorDate: Thu Jul 13 20:42:51 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Jul 18 16:31:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e665cef4 net-vpn/i2p: rename junit patch Signed-off-by: Valérian Rousset users.noreply.github.com> Signed-off-by: Sam James gentoo.org> ...2.1-fix-junit-classpath.patch => fix-junit-classpath.patch} | 10 ---------- net-vpn/i2p/i2p-2.2.1.ebuild | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/net-vpn/i2p/files/2.2.1-fix-junit-classpath.patch b/net-vpn/i2p/files/fix-junit-classpath.patch similarity index 92% rename from net-vpn/i2p/files/2.2.1-fix-junit-classpath.patch rename to net-vpn/i2p/files/fix-junit-classpath.patch index 95211bf9cad0..15a87e2681f6 100644 --- a/net-vpn/i2p/files/2.2.1-fix-junit-classpath.patch +++ b/net-vpn/i2p/files/fix-junit-classpath.patch @@ -1,5 +1,3 @@ -diff --git a/apps/i2ptunnel/java/build.xml b/apps/i2ptunnel/java/build.xml -index b8d8b24a9..cfcf2d5a1 100644 --- a/apps/i2ptunnel/java/build.xml +++ b/apps/i2ptunnel/java/build.xml @@ -465,7 +465,7 @@ @@ -11,8 +9,6 @@ index b8d8b24a9..cfcf2d5a1 100644 -diff --git a/apps/ministreaming/java/build.xml b/apps/ministreaming/java/build.xml -index 72944b25c..cef8a091f 100644 --- a/apps/ministreaming/java/build.xml +++ b/apps/ministreaming/java/build.xml @@ -310,22 +310,12 @@ @@ -39,8 +35,6 @@ index 72944b25c..cef8a091f 100644 -diff --git a/apps/streaming/java/build.xml b/apps/streaming/java/build.xml -index ecfa0ebfd..395bc5aeb 100644 --- a/apps/streaming/java/build.xml +++ b/apps/streaming/java/build.xml @@ -126,23 +126,13 @@ @@ -68,8 +62,6 @@ index ecfa0ebfd..395bc5aeb 100644 -diff --git a/core/java/build.xml b/core/java/build.xml -index 8b36ce5f0..305ddd6ee 100644 --- a/core/java/build.xml +++ b/core/java/build.xml @@ -469,22 +469,12 @@ @@ -96,8 +88,6 @@ index 8b36ce5f0..305ddd6ee 100644 -diff --git a/router/java/build.xml b/router/java/build.xml -index 4b0cedf2b..0385926ac 100644 --- a/router/java/build.xml +++ b/router/java/build.xml @@ -419,18 +419,11 @@ diff --git a/net-vpn/i2p/i2p-2.2.1.ebuild b/net-vpn/i2p/i2p-2.2.1.ebuild index 0f1e8acd17e0..8e0ab430ab6b 100644 --- a/net-vpn/i2p/i2p-2.2.1.ebuild +++ b/net-vpn/i2p/i2p-2.2.1.ebuild @@ -60,7 +60,7 @@ RDEPEND=" " PATCHES=( - "${FILESDIR}/${PV}-fix-junit-classpath.patch" + "${FILESDIR}/fix-junit-classpath.patch" ) EANT_BUILD_TARGET="preppkg-base"