summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgentoo-setan <gentoo-setan@protonmail.com>2024-06-04 14:15:16 +0200
committerJoonas Niilola <juippis@gentoo.org>2024-06-07 16:15:06 +0300
commitdc0444428563e3c720558424191f3b4ce12a6de7 (patch)
treee6c22dbd939ad0a786c980fc4c42af5fd87ed92c /net-p2p
parentnet-p2p/nicotine+: add myself as proxy maintainer, improve metadata (diff)
downloadgentoo-dc0444428563e3c720558424191f3b4ce12a6de7.tar.gz
gentoo-dc0444428563e3c720558424191f3b4ce12a6de7.tar.bz2
gentoo-dc0444428563e3c720558424191f3b4ce12a6de7.zip
net-p2p/nicotine+: remove 3.2.9-r0
Signed-off-by: gentoo-setan <gentoo-setan@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/36928 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/nicotine+/nicotine+-3.2.9.ebuild30
1 files changed, 0 insertions, 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