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 8099A15802E for ; Sat, 29 Jun 2024 16:45:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C44FC2BC04E; Sat, 29 Jun 2024 16:45:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A93802BC04E for ; Sat, 29 Jun 2024 16:45:33 +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 D798D335C36 for ; Sat, 29 Jun 2024 16:45:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45B311C93 for ; Sat, 29 Jun 2024 16:45:31 +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: <1719679514.9a0490ed8d476d5f9c30cca4bbc8c21b8ac52b74.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/eiskaltdcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild net-p2p/eiskaltdcpp/metadata.xml X-VCS-Directories: net-p2p/eiskaltdcpp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9a0490ed8d476d5f9c30cca4bbc8c21b8ac52b74 X-VCS-Branch: master Date: Sat, 29 Jun 2024 16:45:31 +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: b88ec3f2-903b-4cba-8dd5-381a0f685d17 X-Archives-Hash: 8cd6c9f35c893c544e9432ad4fe8883d commit: 9a0490ed8d476d5f9c30cca4bbc8c21b8ac52b74 Author: Sam James gentoo org> AuthorDate: Sat Jun 29 16:37:48 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jun 29 16:45:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0490ed net-p2p/eiskaltdcpp: drop USE=gold gold is considered dead. Also, this doesn't need a USE flag anyway, users can specify it via flags. Signed-off-by: Sam James gentoo.org> net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild | 5 ++--- net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild | 5 ++--- net-p2p/eiskaltdcpp/metadata.xml | 1 - 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild index 0c3c7b3d3f74..382be035b896 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-2.4.2.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp" LICENSE="GPL-2 GPL-3" SLOT="0" -IUSE="cli daemon dbus +dht examples gold gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp" +IUSE="cli daemon dbus +dht examples gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp" REQUIRED_USE=" dbus? ( qt5 ) @@ -82,7 +82,6 @@ DEPEND="${RDEPEND}" BDEPEND=" sys-devel/gettext virtual/pkgconfig - gold? ( sys-devel/binutils[gold] ) qt5? ( dev-qt/linguist-tools:5 ) " @@ -125,7 +124,7 @@ src_configure() { -DUSE_MINIUPNP=$(usex upnp) -DFORCE_XDG=ON -DENABLE_STACKTRACE=OFF - -DUSE_GOLD=$(usex gold) + -DUSE_GOLD=OFF -DLOCAL_JSONCPP=OFF -DBUILD_STATIC=OFF -DINSTALL_QT_TRANSLATIONS=OFF diff --git a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild index 6c665b77c46d..9fb49e71e9c1 100644 --- a/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild +++ b/net-p2p/eiskaltdcpp/eiskaltdcpp-9999.ebuild @@ -15,7 +15,7 @@ HOMEPAGE="https://github.com/eiskaltdcpp/eiskaltdcpp" LICENSE="GPL-2 GPL-3" SLOT="0" -IUSE="cli daemon dbus +dht examples gold gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp" +IUSE="cli daemon dbus +dht examples gtk idn javascript libcanberra libnotify lua +minimal pcre +qt5 spell sqlite upnp" REQUIRED_USE=" dbus? ( qt5 ) @@ -83,7 +83,6 @@ BDEPEND=" sys-devel/gettext virtual/pkgconfig qt5? ( dev-qt/linguist-tools:5 ) - gold? ( sys-devel/binutils[gold] ) " DOCS=( AUTHORS ChangeLog.txt ) @@ -124,7 +123,7 @@ src_configure() { -DUSE_MINIUPNP=$(usex upnp) -DFORCE_XDG=ON -DENABLE_STACKTRACE=OFF - -DUSE_GOLD=$(usex gold) + -DUSE_GOLD=OFF -DLOCAL_JSONCPP=OFF -DBUILD_STATIC=OFF -DINSTALL_QT_TRANSLATIONS=OFF diff --git a/net-p2p/eiskaltdcpp/metadata.xml b/net-p2p/eiskaltdcpp/metadata.xml index 73c871c00f3b..92c19d6509fb 100644 --- a/net-p2p/eiskaltdcpp/metadata.xml +++ b/net-p2p/eiskaltdcpp/metadata.xml @@ -12,7 +12,6 @@ Enable sample cli based on readline Enable eiskaltdcpp-daemon Enable DHT (distributed hash table) support for libeiskaltdcpp - Use gold.ld instead of ld Enable sound notifications support over libcanberra in EiskaltDC++ Gtk Don't install headers