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 15B0C158528 for ; Thu, 25 Jan 2024 09:19:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A49DE2A64; Thu, 25 Jan 2024 09:19:54 +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 3EB68E2A64 for ; Thu, 25 Jan 2024 09:19:54 +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 1A41934335F for ; Thu, 25 Jan 2024 09:19:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55FCDBE7 for ; Thu, 25 Jan 2024 09:19:51 +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: <1706174374.8aaacd4f55ca7f430c556fb7774a446e795b47f7.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/harfbuzz/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/harfbuzz/harfbuzz-8.2.0.ebuild media-libs/harfbuzz/harfbuzz-8.2.1.ebuild media-libs/harfbuzz/harfbuzz-8.2.2.ebuild media-libs/harfbuzz/harfbuzz-8.3.0.ebuild X-VCS-Directories: media-libs/harfbuzz/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8aaacd4f55ca7f430c556fb7774a446e795b47f7 X-VCS-Branch: master Date: Thu, 25 Jan 2024 09:19:51 +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: 1a3056bb-090f-4e8e-b64b-c40133e553ad X-Archives-Hash: 9f99ea0602d2e46a8118fc61d2074104 commit: 8aaacd4f55ca7f430c556fb7774a446e795b47f7 Author: Eli Schwartz gmail com> AuthorDate: Wed Jan 24 01:50:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jan 25 09:19:34 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aaacd4f media-libs/harfbuzz: drop pointless dependency on aclocal macros In commit b19276da5bf82ba4c19538b38c25c1b592680163, harfbuzz deleted a comment about needing gobject-introspection-common "when eautoreconf is running", because it started always running (even in the non-live ebuild). Three weeks later, in commit 7e7d3d4e2cf3c69a1fb706900d4caf43a2b3fb66, the harfbuzz build migrated from autotools to meson. At the time, this dependency should have been dropped too but wasn't. Three and a half years later, we drop it for good. Signed-off-by: Eli Schwartz gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/harfbuzz/harfbuzz-8.2.0.ebuild | 6 ++---- media-libs/harfbuzz/harfbuzz-8.2.1.ebuild | 6 ++---- media-libs/harfbuzz/harfbuzz-8.2.2.ebuild | 6 ++---- media-libs/harfbuzz/harfbuzz-8.3.0.ebuild | 4 +--- 4 files changed, 7 insertions(+), 15 deletions(-) diff --git a/media-libs/harfbuzz/harfbuzz-8.2.0.ebuild b/media-libs/harfbuzz/harfbuzz-8.2.0.ebuild index 61843f0d65eb..5606c7d68029 100644 --- a/media-libs/harfbuzz/harfbuzz-8.2.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-8.2.0.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 @@ -36,9 +36,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.34 -" +DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig diff --git a/media-libs/harfbuzz/harfbuzz-8.2.1.ebuild b/media-libs/harfbuzz/harfbuzz-8.2.1.ebuild index c114ab1668f9..d4d3515eea9d 100644 --- a/media-libs/harfbuzz/harfbuzz-8.2.1.ebuild +++ b/media-libs/harfbuzz/harfbuzz-8.2.1.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 @@ -36,9 +36,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.34 -" +DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig diff --git a/media-libs/harfbuzz/harfbuzz-8.2.2.ebuild b/media-libs/harfbuzz/harfbuzz-8.2.2.ebuild index b3d805ea0c59..35c3e8ca6933 100644 --- a/media-libs/harfbuzz/harfbuzz-8.2.2.ebuild +++ b/media-libs/harfbuzz/harfbuzz-8.2.2.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 @@ -36,9 +36,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.34 -" +DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig diff --git a/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild b/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild index 420270b1ca1e..5606c7d68029 100644 --- a/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild +++ b/media-libs/harfbuzz/harfbuzz-8.3.0.ebuild @@ -36,9 +36,7 @@ RDEPEND=" introspection? ( >=dev-libs/gobject-introspection-1.34:= ) truetype? ( >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] ) " -DEPEND="${RDEPEND} - >=dev-libs/gobject-introspection-common-1.34 -" +DEPEND="${RDEPEND}" BDEPEND=" ${PYTHON_DEPS} virtual/pkgconfig