public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/
Date: Fri, 29 Jan 2021 10:57:00 +0000 (UTC)	[thread overview]
Message-ID: <1611917802.9369e8122840f055632f556fd97765bcaeb55463.polynomial-c@gentoo> (raw)

commit:     9369e8122840f055632f556fd97765bcaeb55463
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 29 10:56:42 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 10:56:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9369e812

x11-plugins/pidgin-sipe: Use BDEPEND in EAPI-7 ebuild

Minor style adjustment in src_configure

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild | 29 +++++++++++++----------
 1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
index dcc5117625f..720049ca9f2 100644
--- a/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
+++ b/x11-plugins/pidgin-sipe/pidgin-sipe-1.25.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -37,23 +37,26 @@ RDEPEND="
 	)
 "
 
-DEPEND="dev-util/intltool
+DEPEND="${RDEPEND}"
+BDEPEND="
+	dev-util/intltool
 	virtual/pkgconfig
-	${RDEPEND}
 "
 
 src_configure() {
-	econf \
-		--enable-purple \
-		--disable-quality-check \
-		$(use_enable telepathy) \
-		$(use_enable debug) \
-		$(use_enable ocs2005-message-hack) \
-		$(use_with dbus) \
-		$(use_with kerberos krb5) \
-		$(use_with voice vv) \
-		$(use_enable !openssl nss) \
+	local myeconfargs=(
+		--enable-purple
+		--disable-quality-check
+		$(use_enable telepathy)
+		$(use_enable debug)
+		$(use_enable ocs2005-message-hack)
+		$(use_with dbus)
+		$(use_with kerberos krb5)
+		$(use_with voice vv)
+		$(use_enable !openssl nss)
 		$(use_enable openssl)
+	)
+	econf "${myeconfsrgs[@]}"
 }
 
 src_install() {


             reply	other threads:[~2021-01-29 10:57 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 10:57 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-10-20  3:54 [gentoo-commits] repo/gentoo:master commit in: x11-plugins/pidgin-sipe/ Sam James
2022-04-17 19:17 Sam James
2021-08-06 20:44 Sam James
2021-07-18  6:33 Agostino Sarubbo
2021-04-11 12:23 Ian Whyman
2021-01-29 12:37 Lars Wendler
2021-01-29 11:20 Lars Wendler
2020-01-25 17:29 Ian Whyman
2019-06-15 13:40 Ian Whyman
2019-06-15 13:40 Ian Whyman
2019-03-10 13:39 Mikle Kolyada
2019-03-09 19:18 Thomas Deutschmann
2018-10-25 18:40 Ian Whyman
2018-04-05 19:59 Ian Whyman
2018-01-14 13:44 Ian Whyman
2017-12-17 12:06 Ian Whyman
2017-10-26 20:44 Thomas Deutschmann
2017-10-25 23:56 Manuel Rüger
2017-09-30 16:22 Ian Whyman
2017-09-30 16:22 Ian Whyman
2017-02-06 14:55 Agostino Sarubbo
2017-02-05 15:11 Ian Whyman
2016-07-02 12:17 Ian Whyman
2015-12-18 11:48 Ian Whyman
2015-11-07 12:57 Manuel Rüger
2015-09-02 19:24 Ian Whyman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611917802.9369e8122840f055632f556fd97765bcaeb55463.polynomial-c@gentoo \
    --to=polynomial-c@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox