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 96F13158041 for ; Tue, 2 Apr 2024 18:03:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 259DAE2A25; Tue, 2 Apr 2024 18:03:05 +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 092A8E2A25 for ; Tue, 2 Apr 2024 18:03:05 +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 EAC7F343226 for ; Tue, 2 Apr 2024 18:03:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479591620 for ; Tue, 2 Apr 2024 18:03:02 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1712080862.72b121fce62b35d899e1e35dbb3bb902a19ccaa9.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libbluray/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libbluray/libbluray-9999.ebuild X-VCS-Directories: media-libs/libbluray/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 72b121fce62b35d899e1e35dbb3bb902a19ccaa9 X-VCS-Branch: master Date: Tue, 2 Apr 2024 18:03:02 +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: 10ee2a46-4b7f-407e-aa20-9c304ae79c0b X-Archives-Hash: 7b07208a6c0cf56d4fc068a6c60a7e1b commit: 72b121fce62b35d899e1e35dbb3bb902a19ccaa9 Author: Volkmar W. Pogatzki pogatzki net> AuthorDate: Wed Mar 27 11:58:41 2024 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Apr 2 18:01:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b121fc media-libs/libbluray: 9999 no longer depend on deprecated ant-core Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/35711 Signed-off-by: Conrad Kostecki gentoo.org> media-libs/libbluray/libbluray-9999.ebuild | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/media-libs/libbluray/libbluray-9999.ebuild b/media-libs/libbluray/libbluray-9999.ebuild index 6445acaac890..2369aabc99a1 100644 --- a/media-libs/libbluray/libbluray-9999.ebuild +++ b/media-libs/libbluray/libbluray-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 @@ -20,26 +20,28 @@ LICENSE="LGPL-2.1" SLOT="0/2" IUSE="aacs bdplus +fontconfig java +truetype utils +xml" -RDEPEND=" +COMMON_DEPEND=" >=dev-libs/libudfread-1.1.0[${MULTILIB_USEDEP}] aacs? ( >=media-libs/libaacs-0.6.0[${MULTILIB_USEDEP}] ) bdplus? ( media-libs/libbdplus[${MULTILIB_USEDEP}] ) fontconfig? ( >=media-libs/fontconfig-2.10.92[${MULTILIB_USEDEP}] ) - java? ( >=virtual/jre-1.8:* ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) xml? ( >=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}] ) " DEPEND=" - ${RDEPEND} - java? ( >=virtual/jdk-1.8:* ) -" -BDEPEND=" - virtual/pkgconfig + ${COMMON_DEPEND} java? ( - dev-java/ant-core + >=dev-java/ant-1.10.14-r3:0 >=virtual/jdk-1.8:* ) " +RDEPEND=" + ${COMMON_DEPEND} + java? ( >=virtual/jre-1.8:* ) +" +BDEPEND=" + virtual/pkgconfig +" PATCHES=( "${FILESDIR}"/${PN}-jars.patch