Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
Date: Sat, 12 Jan 2019 10:59:16
Message-Id: 1547289063.1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf.pacho@gentoo
1 commit: 1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 12 10:31:03 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 12 10:31:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9fb504
7
8 net-p2p/nicotine+: Drop old
9
10 Package-Manager: Portage-2.3.53, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-p2p/nicotine+/nicotine+-1.4.1.ebuild | 35 --------------------------------
14 1 file changed, 35 deletions(-)
15
16 diff --git a/net-p2p/nicotine+/nicotine+-1.4.1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild
17 deleted file mode 100644
18 index a6d9d9d6de4..00000000000
19 --- a/net-p2p/nicotine+/nicotine+-1.4.1.ebuild
20 +++ /dev/null
21 @@ -1,35 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -PYTHON_COMPAT=( python2_7 )
28 -DISTUTILS_SINGLE_IMPL=1
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="A fork of nicotine, a Soulseek client in Python"
33 -HOMEPAGE="https://github.com/Nicotine-Plus/nicotine-plus"
34 -SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/1.4.1.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="GPL-3 LGPL-3"
37 -SLOT="0"
38 -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
39 -IUSE=""
40 -
41 -RDEPEND=">=dev-python/pygtk-2.24[${PYTHON_USEDEP}]"
42 -
43 -DEPEND="${RDEPEND}"
44 -
45 -S="${WORKDIR}/nicotine-plus-${PV}"
46 -
47 -pkg_postinst() {
48 - echo
49 - elog "You may want to install these packages to add additional features"
50 - elog "to Nicotine+:"
51 - elog
52 - elog "dev-python/geoip-python Country lookup and flag display"
53 - elog "media-libs/mutagen Media metadata extraction"
54 - elog "net-libs/miniupnpc UPnP portmapping"
55 - echo
56 -}