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 0642615838C for ; Sat, 20 Jan 2024 12:29:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AAB8E29A7; Sat, 20 Jan 2024 12:29:21 +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 2EAD1E29A7 for ; Sat, 20 Jan 2024 12:29:21 +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 4A7803431D7 for ; Sat, 20 Jan 2024 12:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DE3F5979 for ; Sat, 20 Jan 2024 12:29:18 +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: <1705753681.e9801b40efe34112bd6cdc32aa5d1c7418e6131e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/mupdf/mupdf-1.22.0-r1.ebuild app-text/mupdf/mupdf-1.22.0.ebuild app-text/mupdf/mupdf-1.23.3-r1.ebuild app-text/mupdf/mupdf-1.23.3.ebuild app-text/mupdf/mupdf-1.23.7-r1.ebuild app-text/mupdf/mupdf-1.23.7.ebuild X-VCS-Directories: app-text/mupdf/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e9801b40efe34112bd6cdc32aa5d1c7418e6131e X-VCS-Branch: master Date: Sat, 20 Jan 2024 12:29:18 +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: 9533146b-96e3-48ad-979c-44cfb2af321b X-Archives-Hash: d6206a2f5e14e9c60d4e78e205d9866e commit: e9801b40efe34112bd6cdc32aa5d1c7418e6131e Author: Sam James gentoo org> AuthorDate: Sat Jan 20 12:28:01 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 12:28:01 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9801b40 app-text/mupdf: subscribe to gumbo subslot Changed ABI. Signed-off-by: Sam James gentoo.org> app-text/mupdf/{mupdf-1.22.0.ebuild => mupdf-1.22.0-r1.ebuild} | 4 ++-- app-text/mupdf/{mupdf-1.23.3.ebuild => mupdf-1.23.3-r1.ebuild} | 4 ++-- app-text/mupdf/{mupdf-1.23.7.ebuild => mupdf-1.23.7-r1.ebuild} | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/mupdf/mupdf-1.22.0.ebuild b/app-text/mupdf/mupdf-1.22.0-r1.ebuild similarity index 98% rename from app-text/mupdf/mupdf-1.22.0.ebuild rename to app-text/mupdf/mupdf-1.22.0-r1.ebuild index 134e69b027cd..fc8bbe571872 100644 --- a/app-text/mupdf/mupdf-1.22.0.ebuild +++ b/app-text/mupdf/mupdf-1.22.0-r1.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 @@ -23,7 +23,7 @@ REQUIRED_USE="opengl? ( javascript )" # bug #653298), the best way to ensure that its dependencies are present is to # install system's freeglut. RDEPEND=" - dev-libs/gumbo + dev-libs/gumbo:= media-libs/freetype:2 media-libs/harfbuzz:=[truetype] media-libs/jbig2dec:= diff --git a/app-text/mupdf/mupdf-1.23.3.ebuild b/app-text/mupdf/mupdf-1.23.3-r1.ebuild similarity index 98% rename from app-text/mupdf/mupdf-1.23.3.ebuild rename to app-text/mupdf/mupdf-1.23.3-r1.ebuild index ec538296fd58..7c7e19d9e75c 100644 --- a/app-text/mupdf/mupdf-1.23.3.ebuild +++ b/app-text/mupdf/mupdf-1.23.3-r1.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 @@ -23,7 +23,7 @@ REQUIRED_USE="opengl? ( javascript )" # bug #653298), the best way to ensure that its dependencies are present is to # install system's freeglut. RDEPEND=" - dev-libs/gumbo + dev-libs/gumbo:= media-libs/freetype:2 media-libs/harfbuzz:=[truetype] media-libs/jbig2dec:= diff --git a/app-text/mupdf/mupdf-1.23.7.ebuild b/app-text/mupdf/mupdf-1.23.7-r1.ebuild similarity index 98% rename from app-text/mupdf/mupdf-1.23.7.ebuild rename to app-text/mupdf/mupdf-1.23.7-r1.ebuild index ef850b89b6d9..355cabb0620f 100644 --- a/app-text/mupdf/mupdf-1.23.7.ebuild +++ b/app-text/mupdf/mupdf-1.23.7-r1.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 @@ -23,7 +23,7 @@ REQUIRED_USE="opengl? ( javascript )" # bug #653298), the best way to ensure that its dependencies are present is to # install system's freeglut. RDEPEND=" - dev-libs/gumbo + dev-libs/gumbo:= media-libs/freetype:2 media-libs/harfbuzz:=[truetype] media-libs/jbig2dec:=