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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2DACF13835A for ; Thu, 24 Dec 2020 23:43:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29C46E09C4; Thu, 24 Dec 2020 23:43:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2CD3E099C for ; Thu, 24 Dec 2020 23:43:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61788341A78 for ; Thu, 24 Dec 2020 23:42:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFB2E46C for ; Thu, 24 Dec 2020 23:42:57 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1608853343.f54af463d4d9e96041d3cb529c061d29453d7fd2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/quassel-9999.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f54af463d4d9e96041d3cb529c061d29453d7fd2 X-VCS-Branch: master Date: Thu, 24 Dec 2020 23:42:57 +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: 79768e66-795a-477f-b442-ee27abed4a29 X-Archives-Hash: f50b35f0965e19a5ba3fa55e96bcaa61 commit: f54af463d4d9e96041d3cb529c061d29453d7fd2 Author: Manuel Nickschas quassel-irc org> AuthorDate: Thu Dec 17 12:29:39 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 24 23:42:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f54af463 net-irc/quassel: Remove 'ssl' from use flags Upstream has made SSL support in Qt mandatory, so the USE flag no longer makes sense. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Manuel Nickschas quassel-irc.org> Closes: https://github.com/gentoo/gentoo/pull/18693 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quassel/quassel-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-irc/quassel/quassel-9999.ebuild b/net-irc/quassel/quassel-9999.ebuild index a8492974412..7f80a1f4bf3 100644 --- a/net-irc/quassel/quassel-9999.ebuild +++ b/net-irc/quassel/quassel-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="https://quassel-irc.org/" LICENSE="GPL-3" SLOT="0" IUSE="bundled-icons crypt +dbus debug kde ldap monolithic oxygen postgres +server -snorenotify +ssl syslog urlpreview X" +snorenotify syslog urlpreview X" SERVER_DEPEND=" acct-group/quassel @@ -60,7 +60,7 @@ GUI_DEPEND=" DEPEND=" dev-qt/qtcore:5 - dev-qt/qtnetwork:5[ssl?] + dev-qt/qtnetwork:5[ssl] sys-libs/zlib monolithic? ( ${SERVER_DEPEND} @@ -118,7 +118,7 @@ src_configure() { src_install() { cmake_src_install - if use server ; then + if use server; then # needs PAX marking wrt bug#346255 pax-mark m "${ED}/usr/bin/quasselcore" @@ -134,7 +134,7 @@ src_install() { } pkg_postinst() { - if use monolithic && use ssl ; then + if use monolithic; then elog "Information on how to enable SSL support for client/core connections" elog "is available at http://bugs.quassel-irc.org/projects/quassel-irc/wiki/Client-Core_SSL_support." fi @@ -157,7 +157,7 @@ pkg_postrm() { } pkg_config() { - if use server && use ssl; then + if use server; then # generate the pem file only when it does not already exist QUASSEL_DIR=/var/lib/${PN} if [ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]; then