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 2423E158041 for ; Fri, 23 Feb 2024 01:36:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5834BE2A85; Fri, 23 Feb 2024 01:36:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 3724CE2A7F for ; Fri, 23 Feb 2024 01:36:55 +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 57A4E3431D4 for ; Fri, 23 Feb 2024 01:36:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE2391121 for ; Fri, 23 Feb 2024 01:36:52 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1708574501.7d0a1b6a60284a483713a4ba0f03ab44a35f1dd8.davidroman@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.4.0.ebuild X-VCS-Directories: net-irc/srain/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 7d0a1b6a60284a483713a4ba0f03ab44a35f1dd8 X-VCS-Branch: master Date: Fri, 23 Feb 2024 01:36:52 +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: ce104c29-23a3-423f-b012-7ce2fbe43ebd X-Archives-Hash: fe16ab9c595e99fbeb9387b2b6384d6d commit: 7d0a1b6a60284a483713a4ba0f03ab44a35f1dd8 Author: Christopher Byrne gmail com> AuthorDate: Thu Feb 22 03:53:33 2024 +0000 Commit: David Roman gmail com> CommitDate: Thu Feb 22 04:01:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d0a1b6a net-irc/srain: drop 1.4.0 Signed-off-by: Christopher Byrne gmail.com> net-irc/srain/Manifest | 1 - net-irc/srain/srain-1.4.0.ebuild | 54 ---------------------------------------- 2 files changed, 55 deletions(-) diff --git a/net-irc/srain/Manifest b/net-irc/srain/Manifest index dd77c791c7..bbccdeeec4 100644 --- a/net-irc/srain/Manifest +++ b/net-irc/srain/Manifest @@ -1,2 +1 @@ -DIST srain-1.4.0.tar.gz 1935950 BLAKE2B 7d3db119bcc07ccb427850530e551f643e202d3f2f276c8b347324f99474e57052368b8eed52e74ba6403a47b3bd4b7842ee007d9035bbba8e69beba8e3be9e6 SHA512 1708d1d1ec97c9f35a8702526a95bb60bf0ea50b742a76081508ef42a512e8c113ef1949c3b9f3db4585d8fb11cdb197f65fc7bc10480a533c69982c21185e55 DIST srain-1.6.0.tar.gz 2760635 BLAKE2B 18676142c875b9715cd3e94b9877e6ae7235e035299284dc410b7ae6be26eb01450557da0c9cb050d71d79145583132601f12a395c28968b23361f84c1f08fce SHA512 59d962ddbf71724d5f68decc1e3b873cea6c6bd2ca23b21a1a6fe937d53f2871398fdcda906840755efc6b454d2d5116ca620c047f1634fb68b45ab2c0443a57 diff --git a/net-irc/srain/srain-1.4.0.ebuild b/net-irc/srain/srain-1.4.0.ebuild deleted file mode 100644 index 421adafc52..0000000000 --- a/net-irc/srain/srain-1.4.0.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} 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="doc man" - -RDEPEND=" - app-crypt/libsecret - dev-libs/glib:2 - dev-libs/libconfig:= - dev-libs/openssl:= - net-libs/libsoup:2.4 - x11-libs/gtk+:3 -" -DEPEND="${RDEPEND}" -BDEPEND=" - doc? ( ${PYTHON_DEPS} ) - man? ( ${PYTHON_DEPS} ) -" - -python_check_deps() { - if use doc || use man; then - has_version -b "dev-python/sphinx[${PYTHON_USEDEP}]" || return 1 - 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_src_configure -}