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 2D45A158023 for ; Fri, 28 Oct 2022 19:15:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E65FE089A; Fri, 28 Oct 2022 19:15:26 +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 02CCEE089A for ; Fri, 28 Oct 2022 19:15:25 +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 F1617340AC0 for ; Fri, 28 Oct 2022 19:15:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33CB06A4 for ; Fri, 28 Oct 2022 19:15:23 +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: <1666983997.19fb0caa1850b23a25c3e693d52ae178c9912d7d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libharu/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libharu/libharu-2.3.0-r2.ebuild media-libs/libharu/libharu-2.3.0-r3.ebuild media-libs/libharu/libharu-2.4.2-r1.ebuild media-libs/libharu/libharu-2.4.2.ebuild X-VCS-Directories: media-libs/libharu/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19fb0caa1850b23a25c3e693d52ae178c9912d7d X-VCS-Branch: master Date: Fri, 28 Oct 2022 19:15:23 +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: ecee3013-0d5e-44ec-8fd7-f0fc6d3aae1c X-Archives-Hash: bdfa27490add28a020e9a41958899aeb commit: 19fb0caa1850b23a25c3e693d52ae178c9912d7d Author: Sam James gentoo org> AuthorDate: Fri Oct 28 19:06:25 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 28 19:06:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fb0caa media-libs/libharu: drop multilib No multilib reverse dependencies. Signed-off-by: Sam James gentoo.org> .../libharu/{libharu-2.3.0-r2.ebuild => libharu-2.3.0-r3.ebuild} | 9 ++++----- .../libharu/{libharu-2.4.2.ebuild => libharu-2.4.2-r1.ebuild} | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/media-libs/libharu/libharu-2.3.0-r2.ebuild b/media-libs/libharu/libharu-2.3.0-r3.ebuild similarity index 86% rename from media-libs/libharu/libharu-2.3.0-r2.ebuild rename to media-libs/libharu/libharu-2.3.0-r3.ebuild index 5e62094e2a17..60153140f9a5 100644 --- a/media-libs/libharu/libharu-2.3.0-r2.ebuild +++ b/media-libs/libharu/libharu-2.3.0-r3.ebuild @@ -4,7 +4,7 @@ EAPI=7 MYP=RELEASE_${PV//./_} -inherit cmake-multilib +inherit cmake DESCRIPTION="C/C++ library for PDF generation" HOMEPAGE="http://www.libharu.org/" @@ -13,11 +13,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/${MYP}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0/${PV}" KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux" -IUSE="" DEPEND=" - media-libs/libpng:0=[${MULTILIB_USEDEP}] - sys-libs/zlib:=[${MULTILIB_USEDEP}] + media-libs/libpng:= + sys-libs/zlib:= " RDEPEND="${DEPEND}" @@ -30,7 +29,7 @@ PATCHES=( "${FILESDIR}"/${P}-4-Add-support-for-free-form-triangle-Shading-objects.patch ) -multilib_src_configure() { +src_configure() { local mycmakeargs=( -DLIBHPDF_EXAMPLES=NO # Doesn't work -DLIBHPDF_STATIC=NO diff --git a/media-libs/libharu/libharu-2.4.2.ebuild b/media-libs/libharu/libharu-2.4.2-r1.ebuild similarity index 81% rename from media-libs/libharu/libharu-2.4.2.ebuild rename to media-libs/libharu/libharu-2.4.2-r1.ebuild index 87d3e0fccb63..92b8e3624a99 100644 --- a/media-libs/libharu/libharu-2.4.2.ebuild +++ b/media-libs/libharu/libharu-2.4.2-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake-multilib +inherit cmake DESCRIPTION="C/C++ library for PDF generation" HOMEPAGE="http://www.libharu.org/" @@ -12,11 +12,10 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0/${PV}" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" DEPEND=" - media-libs/libpng:0=[${MULTILIB_USEDEP}] - sys-libs/zlib:=[${MULTILIB_USEDEP}] + media-libs/libpng:= + sys-libs/zlib:= " RDEPEND="${DEPEND}" @@ -24,7 +23,7 @@ PATCHES=( "${FILESDIR}"/${PN}-2.3.0-1-Included-necessary-char-widths-in-generated-PDF.patch ) -multilib_src_configure() { +src_configure() { local mycmakeargs=( -DLIBHPDF_EXAMPLES=NO # Doesn't work -DLIBHPDF_STATIC=NO