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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DF58158232 for ; Thu, 5 Dec 2024 12:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 278ADE096C; Thu, 5 Dec 2024 12:00:18 +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 0798BE096C for ; Thu, 5 Dec 2024 12:00:18 +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 931FD342FAE for ; Thu, 5 Dec 2024 12:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09BDE2145 for ; Thu, 5 Dec 2024 12:00:14 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1733365069.1ed90eb4b2f9e3f3ca773692e9074e9979b430c1.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: net-irc/srain/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-irc/srain/Manifest net-irc/srain/srain-1.8.0.ebuild X-VCS-Directories: net-irc/srain/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1ed90eb4b2f9e3f3ca773692e9074e9979b430c1 X-VCS-Branch: master Date: Thu, 5 Dec 2024 12:00:14 +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: ce7748c8-b3f9-41ab-97f0-97d425a75c90 X-Archives-Hash: 9b2d48b8111dd4440f8b9d6aa48a49ac commit: 1ed90eb4b2f9e3f3ca773692e9074e9979b430c1 Author: Christopher Byrne gmail com> AuthorDate: Thu Dec 5 02:17:49 2024 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Thu Dec 5 02:17:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1ed90eb4 net-irc/srain: add 1.8.0 Signed-off-by: Christopher Byrne gmail.com> net-irc/srain/Manifest | 1 + net-irc/srain/srain-1.8.0.ebuild | 66 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/net-irc/srain/Manifest b/net-irc/srain/Manifest index 8b059ad35..c404633f2 100644 --- a/net-irc/srain/Manifest +++ b/net-irc/srain/Manifest @@ -1 +1,2 @@ DIST srain-1.7.0.tar.gz 2760861 BLAKE2B 2cbf4bc1a1777b851ea604e63350947851fa0a4c937fbd60c6192e2d197c137870bd2859d922de9ff6bd4b2da7e8fcdcd07493f68fd021ab775125de0dbda359 SHA512 0549a08379946cc4ea0c331f212f03b08a0c7248964984d01a64744058d116ec1af05b2aefd0d689438dafa9df4e70179bb8957d9992f02414a462577c5d99dc +DIST srain-1.8.0.tar.gz 2765239 BLAKE2B 123e214f336ca5f848e7f992dbd26a56331c41383b9724935a080b810d67fb6edb67d87b81e82e8872cc60b11b652d4c06628fc90666214a85e834986ea43721 SHA512 885d1f9c0472b9a0ef7f404e929c06190ab007beedd7fa5e7b886f33d194bee774b80e00c44267e955c88bafa1817bddb48a5ba9bd486fc9d61ff51e08e9c2c1 diff --git a/net-irc/srain/srain-1.8.0.ebuild b/net-irc/srain/srain-1.8.0.ebuild new file mode 100644 index 000000000..2403635c9 --- /dev/null +++ b/net-irc/srain/srain-1.8.0.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..13} pypy3 ) +inherit meson python-any-r1 xdg + +DESCRIPTION="Modern, beautiful IRC client written in GTK+ 3" +HOMEPAGE="https://github.com/SrainApp/srain" +SRC_URI="https://github.com/SrainApp/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="appindicator doc man" + +RDEPEND=" + app-crypt/libsecret + dev-libs/glib:2 + dev-libs/libconfig:= + dev-libs/openssl:= + net-libs/libsoup:3.0 + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + appindicator? ( dev-libs/libayatana-appindicator ) +" + +DEPEND="${RDEPEND}" +BDEPEND=" + doc? ( $(python_gen_any_dep ' + dev-python/sphinx[${PYTHON_USEDEP}]' ) ) + man? ( $(python_gen_any_dep ' + dev-python/sphinx[${PYTHON_USEDEP}]' ) ) + ${PYTHON_DEPS} +" + +PATCHES=( + "${FILESDIR}/${PN}-1.7.0-gcc15.patch" +) + +python_check_deps() { + if use doc || use man; then + python_has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" + fi +} + +src_prepare() { + default + + sed "s/\('doc'\), meson.project_name()/\1, '${PF}'/" \ + -i meson.build || die +} + +src_configure() { + local -a doc_builders=() + use doc && doc_builders+=( html ) + use man && doc_builders+=( man ) + + local emesonargs=( + -Ddoc_builders="$(meson-format-array "${doc_builders[@]}")" + $(meson_use appindicator app_indicator) + ) + meson_src_configure +}