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 03BAE15803E for ; Wed, 3 Jan 2024 22:36:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ECB032BC01D; Wed, 3 Jan 2024 22:36:40 +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 CE7BF2BC01D for ; Wed, 3 Jan 2024 22:36:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE9A9343054 for ; Wed, 3 Jan 2024 22:36:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56C601300 for ; Wed, 3 Jan 2024 22:36:38 +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: <1704321359.c4a508ad54da15e09131756f54d1eb3aa7dc404e.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/quassel/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/quassel/metadata.xml net-irc/quassel/quassel-0.14.0-r1.ebuild X-VCS-Directories: net-irc/quassel/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c4a508ad54da15e09131756f54d1eb3aa7dc404e X-VCS-Branch: master Date: Wed, 3 Jan 2024 22:36:38 +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: 8f707158-12b5-4184-a5a5-a81a7823148a X-Archives-Hash: 9ddfb91d9487184a28b27351318f7b0e commit: c4a508ad54da15e09131756f54d1eb3aa7dc404e Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Dec 25 23:26:14 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 3 22:35:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4a508ad net-irc/quassel: drop 0.14.0-r1 Closes: https://bugs.gentoo.org/877309 Signed-off-by: Andreas Sturmlechner gentoo.org> net-irc/quassel/metadata.xml | 3 - net-irc/quassel/quassel-0.14.0-r1.ebuild | 193 ------------------------------- 2 files changed, 196 deletions(-) diff --git a/net-irc/quassel/metadata.xml b/net-irc/quassel/metadata.xml index 00eed82dbced..d8bd1c0d5959 100644 --- a/net-irc/quassel/metadata.xml +++ b/net-irc/quassel/metadata.xml @@ -32,9 +32,6 @@ used. You need this enabled on the server, but you might want to disable it on the client. - - Support for Snore notification framework. - Use QtWebEngine rendering engine for showing URL thumbnails. diff --git a/net-irc/quassel/quassel-0.14.0-r1.ebuild b/net-irc/quassel/quassel-0.14.0-r1.ebuild deleted file mode 100644 index 0b7e69355ad8..000000000000 --- a/net-irc/quassel/quassel-0.14.0-r1.ebuild +++ /dev/null @@ -1,193 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg-utils pax-utils systemd - -if [[ ${PV} != *9999* ]]; then - MY_P=${PN}-${PV/_/-} - if [[ ${PV} == *_rc* ]] ; then - SRC_URI="https://github.com/quassel/quassel/archive/refs/tags/${PV/_/-}.tar.gz -> ${P}.tar.gz" - else - SRC_URI="https://quassel-irc.org/pub/${MY_P}.tar.bz2" - KEYWORDS="amd64 ~arm arm64 ~ppc64 ~riscv x86 ~amd64-linux" - fi - S="${WORKDIR}/${MY_P}" -else - EGIT_REPO_URI=( "https://github.com/${PN}/${PN}" ) - inherit git-r3 -fi - -DESCRIPTION="Qt/KDE IRC client supporting a remote daemon for 24/7 connectivity" -HOMEPAGE="https://quassel-irc.org/" - -LICENSE="GPL-3" -SLOT="0" -IUSE="bundled-icons crypt +dbus debug gui kde ldap monolithic oxygen postgres +server snorenotify spell syslog test urlpreview" -RESTRICT="!test? ( test )" - -SERVER_DEPEND="acct-group/quassel - acct-user/quassel - dev-qt/qtscript:5 - crypt? ( app-crypt/qca:2[ssl] ) - ldap? ( net-nds/openldap:= ) - postgres? ( dev-qt/qtsql:5[postgres] ) - !postgres? ( dev-qt/qtsql:5[sqlite] dev-db/sqlite:3[threadsafe(+),-secure-delete] ) - syslog? ( virtual/logger )" -GUI_DEPEND="dev-qt/qtgui:5 - dev-qt/qtmultimedia:5 - dev-qt/qtwidgets:5 - !bundled-icons? ( - kde-frameworks/breeze-icons:5 - oxygen? ( kde-frameworks/oxygen-icons:5 ) - ) - dbus? ( - >=dev-libs/libdbusmenu-qt-0.9.3_pre20140619 - dev-qt/qtdbus:5 - ) - kde? ( - kde-frameworks/kconfigwidgets:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/knotifications:5 - kde-frameworks/knotifyconfig:5 - kde-frameworks/ktextwidgets:5 - kde-frameworks/kwidgetsaddons:5 - kde-frameworks/kxmlgui:5 - ) - snorenotify? ( >=x11-libs/snorenotify-0.7.0 ) - spell? ( kde-frameworks/sonnet:5 ) - urlpreview? ( dev-qt/qtwebengine:5[widgets] )" -DEPEND="dev-libs/boost:= - dev-qt/qtcore:5 - dev-qt/qtnetwork:5[ssl] - sys-libs/zlib - monolithic? ( - ${SERVER_DEPEND} - ${GUI_DEPEND} - ) - !monolithic? ( - server? ( ${SERVER_DEPEND} ) - gui? ( ${GUI_DEPEND} ) - )" -RDEPEND="${DEPEND}" -BDEPEND="dev-qt/linguist-tools:5 - kde-frameworks/extra-cmake-modules:0" - -DEPEND+=" test? ( dev-cpp/gtest dev-qt/qttest )" - -DOCS=( AUTHORS ChangeLog README.md ) - -REQUIRED_USE="|| ( gui server monolithic ) - crypt? ( || ( server monolithic ) ) - kde? ( dbus spell ) - ldap? ( || ( server monolithic ) ) - postgres? ( || ( server monolithic ) ) - snorenotify? ( || ( gui monolithic ) ) - spell? ( || ( gui monolithic ) ) - syslog? ( || ( server monolithic ) )" - -PATCHES=( - "${FILESDIR}/quassel-0.14.0-cxxflags.patch" -) - -src_configure() { - local mycmakeargs=( - -DBUILD_TESTING=$(usex test) - -DUSE_CCACHE=OFF - -DCMAKE_SKIP_RPATH=ON - -DEMBED_DATA=OFF - -DWITH_WEBKIT=OFF - -DWITH_BUNDLED_ICONS=$(usex bundled-icons) - -DWITH_KDE=$(usex kde) - -DWITH_LDAP=$(usex ldap) - -DWANT_MONO=$(usex monolithic) - -DWITH_OXYGEN_ICONS=$(usex oxygen) - -DWANT_CORE=$(usex server) - -DWITH_WEBENGINE=$(usex urlpreview) - -DWANT_QTCLIENT=$(usex gui) - ) - - if use gui || use monolithic ; then - # We can't always pass these (avoid "unused" warning) - # bug #830708 - mycmakeargs+=( - $(cmake_use_find_package dbus dbusmenu-qt5) - $(cmake_use_find_package dbus Qt5DBus) - $(cmake_use_find_package snorenotify LibsnoreQt5) - $(cmake_use_find_package spell KF5Sonnet) - ) - fi - - if use server || use monolithic ; then - mycmakeargs+=( $(cmake_use_find_package crypt Qca-qt5) ) - fi - - cmake_src_configure -} - -src_install() { - cmake_src_install - - if use server ; then - # Needs PaX marking, bug #346255 - pax-mark m "${ED}"/usr/bin/quasselcore - - # Init scripts & systemd unit - newinitd "${FILESDIR}"/quasselcore.init-r1 quasselcore - newconfd "${FILESDIR}"/quasselcore.conf-r1 quasselcore - systemd_dounit "${FILESDIR}"/quasselcore.service - - # logrotate - insinto /etc/logrotate.d - newins "${FILESDIR}"/quassel.logrotate quassel - fi -} - -src_test() { - LD_LIBRARY_PATH="${BUILD_DIR}/lib:${LD_LIBRARY_PATH}" cmake_src_test -} - -pkg_postinst() { - 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 - - if use server ; then - einfo "If you want to generate SSL certificate remember to run:" - einfo " emerge --config =${CATEGORY}/${PF}" - fi - - if use server || use monolithic ; then - einfo "Quassel can use net-misc/oidentd package if installed on your system." - einfo "Consider installing it if you want to run quassel within identd daemon." - fi - - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} - -pkg_config() { - if use server ; then - # Generate the pem file only when it does not already exist - QUASSEL_DIR="${EROOT}"/var/lib/${PN} - - if [[ ! -f "${QUASSEL_DIR}/quasselCert.pem" ]] ; then - einfo "Generating Quassel SSL certificate to: \"${QUASSEL_DIR}/quasselCert.pem\"" - openssl req -x509 -nodes -days 365 -newkey rsa:2048 \ - -keyout "${QUASSEL_DIR}/quasselCert.pem" \ - -out "${QUASSEL_DIR}/quasselCert.pem" - - # Permissions for the key - chown ${PN}:${PN} "${QUASSEL_DIR}/quasselCert.pem" - chmod 400 "${QUASSEL_DIR}/quasselCert.pem" - else - einfo "Certificate \"${QUASSEL_DIR}/quasselCert.pem\" already exists." - einfo "Remove it if you want to create new one." - fi - fi -}