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 76C9A158091 for ; Wed, 8 Jun 2022 08:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C01E0867; Wed, 8 Jun 2022 08:05:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 84B50E0867 for ; Wed, 8 Jun 2022 08:04:59 +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 3269A341064 for ; Wed, 8 Jun 2022 08:04:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C1AE456 for ; Wed, 8 Jun 2022 08:04:56 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1654675492.17840419451635f18e3c0affc4d7f71c5623b14d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/pidgin/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-im/pidgin/pidgin-2.14.10.ebuild net-im/pidgin/pidgin-2.14.8.ebuild net-im/pidgin/pidgin-2.14.9.ebuild X-VCS-Directories: net-im/pidgin/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 17840419451635f18e3c0affc4d7f71c5623b14d X-VCS-Branch: master Date: Wed, 8 Jun 2022 08:04:56 +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: 27cdfa2f-3b3e-4dab-a723-91da53837709 X-Archives-Hash: 8841d7fb138625869b459af78dfca88a commit: 17840419451635f18e3c0affc4d7f71c5623b14d Author: Lars Wendler gentoo org> AuthorDate: Wed Jun 8 08:04:31 2022 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Jun 8 08:04:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17840419 net-im/pidgin: Rename DYNAMIC_PRPLS variable to DEFAULT_PRPLS Signed-off-by: Lars Wendler gentoo.org> net-im/pidgin/pidgin-2.14.10.ebuild | 14 +++++++------- net-im/pidgin/pidgin-2.14.8.ebuild | 14 +++++++------- net-im/pidgin/pidgin-2.14.9.ebuild | 14 +++++++------- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/net-im/pidgin/pidgin-2.14.10.ebuild b/net-im/pidgin/pidgin-2.14.10.ebuild index 8b7a3577b542..5fa3ae3e271a 100644 --- a/net-im/pidgin/pidgin-2.14.10.ebuild +++ b/net-im/pidgin/pidgin-2.14.10.ebuild @@ -102,7 +102,7 @@ REQUIRED_USE=" " # Enable Default protocols -DYNAMIC_PRPLS="irc,jabber,simple" +DEFAULT_PRPLS="irc,jabber,simple" # List of plugins # app-accessibility/pidgin-festival @@ -172,16 +172,16 @@ src_configure() { replace-flags -O? -O2 use pie && append-cflags -fPIE -pie - use gadu && DYNAMIC_PRPLS+=",gg" - use groupwise && DYNAMIC_PRPLS+=",novell" - use meanwhile && DYNAMIC_PRPLS+=",sametime" - use zephyr && DYNAMIC_PRPLS+=",zephyr" - use zeroconf && DYNAMIC_PRPLS+=",bonjour" + use gadu && DEFAULT_PRPLS+=",gg" + use groupwise && DEFAULT_PRPLS+=",novell" + use meanwhile && DEFAULT_PRPLS+=",sametime" + use zephyr && DEFAULT_PRPLS+=",zephyr" + use zeroconf && DEFAULT_PRPLS+=",bonjour" local myconf=( --disable-mono --disable-static - --with-dynamic-prpls="${DYNAMIC_PRPLS}" + --with-dynamic-prpls="${DEFAULT_PRPLS}" --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" --x-includes="${EPREFIX}"/usr/include/X11 $(use_enable dbus) diff --git a/net-im/pidgin/pidgin-2.14.8.ebuild b/net-im/pidgin/pidgin-2.14.8.ebuild index 9dc37e46de11..dfdb2ffb0211 100644 --- a/net-im/pidgin/pidgin-2.14.8.ebuild +++ b/net-im/pidgin/pidgin-2.14.8.ebuild @@ -100,7 +100,7 @@ REQUIRED_USE=" " # Enable Default protocols -DYNAMIC_PRPLS="irc,jabber,simple" +DEFAULT_PRPLS="irc,jabber,simple" # List of plugins # app-accessibility/pidgin-festival @@ -170,16 +170,16 @@ src_configure() { replace-flags -O? -O2 use pie && append-cflags -fPIE -pie - use gadu && DYNAMIC_PRPLS+=",gg" - use groupwise && DYNAMIC_PRPLS+=",novell" - use meanwhile && DYNAMIC_PRPLS+=",sametime" - use zephyr && DYNAMIC_PRPLS+=",zephyr" - use zeroconf && DYNAMIC_PRPLS+=",bonjour" + use gadu && DEFAULT_PRPLS+=",gg" + use groupwise && DEFAULT_PRPLS+=",novell" + use meanwhile && DEFAULT_PRPLS+=",sametime" + use zephyr && DEFAULT_PRPLS+=",zephyr" + use zeroconf && DEFAULT_PRPLS+=",bonjour" local myconf=( --disable-mono --disable-static - --with-dynamic-prpls="${DYNAMIC_PRPLS}" + --with-dynamic-prpls="${DEFAULT_PRPLS}" --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" --x-includes="${EPREFIX}"/usr/include/X11 $(use_enable ncurses consoleui) diff --git a/net-im/pidgin/pidgin-2.14.9.ebuild b/net-im/pidgin/pidgin-2.14.9.ebuild index 8b7a3577b542..5fa3ae3e271a 100644 --- a/net-im/pidgin/pidgin-2.14.9.ebuild +++ b/net-im/pidgin/pidgin-2.14.9.ebuild @@ -102,7 +102,7 @@ REQUIRED_USE=" " # Enable Default protocols -DYNAMIC_PRPLS="irc,jabber,simple" +DEFAULT_PRPLS="irc,jabber,simple" # List of plugins # app-accessibility/pidgin-festival @@ -172,16 +172,16 @@ src_configure() { replace-flags -O? -O2 use pie && append-cflags -fPIE -pie - use gadu && DYNAMIC_PRPLS+=",gg" - use groupwise && DYNAMIC_PRPLS+=",novell" - use meanwhile && DYNAMIC_PRPLS+=",sametime" - use zephyr && DYNAMIC_PRPLS+=",zephyr" - use zeroconf && DYNAMIC_PRPLS+=",bonjour" + use gadu && DEFAULT_PRPLS+=",gg" + use groupwise && DEFAULT_PRPLS+=",novell" + use meanwhile && DEFAULT_PRPLS+=",sametime" + use zephyr && DEFAULT_PRPLS+=",zephyr" + use zeroconf && DEFAULT_PRPLS+=",bonjour" local myconf=( --disable-mono --disable-static - --with-dynamic-prpls="${DYNAMIC_PRPLS}" + --with-dynamic-prpls="${DEFAULT_PRPLS}" --with-system-ssl-certs="${EPREFIX}/etc/ssl/certs/" --x-includes="${EPREFIX}"/usr/include/X11 $(use_enable dbus)