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 390B715817D for ; Fri, 7 Jun 2024 13:15:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18F4DE2A0D; Fri, 7 Jun 2024 13:15:13 +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 EEC63E2A0D for ; Fri, 7 Jun 2024 13:15:12 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A0C634092E for ; Fri, 7 Jun 2024 13:15:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 640C11C74 for ; Fri, 7 Jun 2024 13:15:10 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1717766106.dc0444428563e3c720558424191f3b4ce12a6de7.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/nicotine+/nicotine+-3.2.9.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: dc0444428563e3c720558424191f3b4ce12a6de7 X-VCS-Branch: master Date: Fri, 7 Jun 2024 13:15:10 +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: 00d754d2-645e-461a-ab53-1cb357fed74e X-Archives-Hash: 656e7286cb4782f5e3a09a98e976dbe5 commit: dc0444428563e3c720558424191f3b4ce12a6de7 Author: gentoo-setan protonmail com> AuthorDate: Tue Jun 4 12:15:16 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jun 7 13:15:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc044442 net-p2p/nicotine+: remove 3.2.9-r0 Signed-off-by: gentoo-setan protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36928 Signed-off-by: Joonas Niilola gentoo.org> net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild deleted file mode 100644 index 7218a610b793..000000000000 --- a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..11} ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 xdg - -DESCRIPTION="A fork of nicotine, a Soulseek client in Python" -HOMEPAGE="https://github.com/Nicotine-Plus/nicotine-plus" -SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/nicotine-plus-${PV}" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86" - -RDEPEND="${PYTHON_DEPS} - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] -" -DEPEND="${RDEPEND}" - -EPYTEST_IGNORE=( - "test/integration/test_startup.py" -) - -distutils_enable_tests pytest