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 4228915800A for ; Tue, 8 Aug 2023 13:45:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 259A32BC013; Tue, 8 Aug 2023 13:45:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0D0092BC013 for ; Tue, 8 Aug 2023 13:45:56 +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 E057A335CAF for ; Tue, 8 Aug 2023 13:45:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 186ACF29 for ; Tue, 8 Aug 2023 13:45:53 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1691501988.85650a9e42a42a51b029610bde2a6c8cd98af63b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsvgtiny/files/, media-libs/libsvgtiny/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild X-VCS-Directories: media-libs/libsvgtiny/files/ media-libs/libsvgtiny/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 85650a9e42a42a51b029610bde2a6c8cd98af63b X-VCS-Branch: master Date: Tue, 8 Aug 2023 13:45:53 +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: d36f3c73-790e-4fbe-8ba6-633dba84d611 X-Archives-Hash: a81bacc1cd8106c0990f1470ad9fbc53 commit: 85650a9e42a42a51b029610bde2a6c8cd98af63b Author: Michael Orlitzky gentoo org> AuthorDate: Tue Aug 8 13:37:28 2023 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Aug 8 13:39:48 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85650a9e media-libs/libsvgtiny: drop old parallel build patch I'm pretty sure this was obsoleted in upstream commit 4390f1c8. The Makefile target that it patches (with fuzz) has changed a lot, and regardless, the thing it builds is no longer in $(SOURCES). Signed-off-by: Michael Orlitzky gentoo.org> .../libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch | 10 ---------- media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild | 4 +--- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch b/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch deleted file mode 100644 index f647b155b3a9..000000000000 --- a/media-libs/libsvgtiny/files/libsvgtiny-0.1.3-parallel-build.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- libsvgtiny-0.1.3/src/Makefile -+++ libsvgtiny-0.1.3/src/Makefile -@@ -5,6 +5,7 @@ - - $(BUILDDIR)/src_colors.c: src/colors.gperf - $(VQ)$(ECHO) " GPERF: $<" -+ mkdir -p $(@D) - $(Q)gperf --output-file=$@.tmp $< - # Hack for GCC 4.2 compatibility (gperf 3.0.4 solves this properly) - $(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@ diff --git a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild index 6b87c0131b1a..f5c8324011d1 100644 --- a/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild +++ b/media-libs/libsvgtiny/libsvgtiny-0.1.7-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,8 +22,6 @@ DEPEND="${RDEPEND} dev-util/netsurf-buildsystem virtual/pkgconfig" -PATCHES=( "${FILESDIR}"/${PN}-0.1.3-parallel-build.patch ) - _emake() { netsurf_define_makeconf emake "${NETSURF_MAKECONF[@]}" COMPONENT_TYPE=lib-shared $@