diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-07-19 13:25:56 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-07-19 13:26:57 +0200 |
commit | 2d334218803f658b7f826d34ee9270d0b0cf4cd1 (patch) | |
tree | 8e5f99e12f0d8ed74860657d47b8733a852d6142 | |
parent | net-p2p/nicotine+: 2.0.1 bump (diff) | |
download | gentoo-2d334218803f658b7f826d34ee9270d0b0cf4cd1.tar.gz gentoo-2d334218803f658b7f826d34ee9270d0b0cf4cd1.tar.bz2 gentoo-2d334218803f658b7f826d34ee9270d0b0cf4cd1.zip |
net-p2p/nicotine+: drop py2-only 1.4.1.
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
-rw-r--r-- | net-p2p/nicotine+/Manifest | 1 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest index eb5ab027577e..50ceb6ca0468 100644 --- a/net-p2p/nicotine+/Manifest +++ b/net-p2p/nicotine+/Manifest @@ -1,2 +1 @@ -DIST nicotine+-1.4.1.tar.gz 3824830 BLAKE2B def211a4d06b1cb6a409917579652b3a1c8c36ec5ecfe5e295b9fabeaaca02cd4999fd20935c8999d4cf989f3ecff0a0a2c7f52a40f8c2b03e05b6c9dc2feca9 SHA512 894dfb318b205b6be21face0308f183da15772f329158c6a9a8a816dfdf231ad89245188acad5538821b2a778c8a8a6201ce8548cc58550c4eb6c0763db9d66a DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d5712e33226486e648fee824c0d0934440ee51f659199a5276f6a460005df89359b282b09aa07941c70e29bddc97a26 SHA512 0a16c0c289a4f4d54eba773ad40952baadf73333ea4a6b4a4524cc500d007f6de0bdd7a847e3f68978a3247c9bc4a6eab3b77db34605fda79da34c352e89a1b9 diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild deleted file mode 100644 index bc288ddd9ab0..000000000000 --- a/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -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/1.4.1.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=" - $(python_gen_cond_dep ' - >=dev-python/pygtk-2.24[${PYTHON_MULTI_USEDEP}] - media-libs/mutagen[${PYTHON_MULTI_USEDEP}] - ') -" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/nicotine-plus-${PV}" - -src_install() { - distutils-r1_src_install - mv "${ED}/usr/share/doc/nicotine" "${ED}/usr/share/doc/${PF}" || die -} |