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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 17F95138239 for ; Sat, 12 Jan 2019 10:59:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 14D16E0930; Sat, 12 Jan 2019 10:59:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DE2DFE0930 for ; Sat, 12 Jan 2019 10:59:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D580335D08 for ; Sat, 12 Jan 2019 10:59:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AC87C512 for ; Sat, 12 Jan 2019 10:59:09 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1547289063.1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/nicotine+/nicotine+-1.4.1.ebuild X-VCS-Directories: net-p2p/nicotine+/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf X-VCS-Branch: master Date: Sat, 12 Jan 2019 10:59:09 +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: 52f0d342-4559-4c40-9b2e-77192e6133c6 X-Archives-Hash: 46b0d6dc323328ae5d4990dab75d9a73 commit: 1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf Author: Pacho Ramos gentoo org> AuthorDate: Sat Jan 12 10:31:03 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jan 12 10:31:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9fb504 net-p2p/nicotine+: Drop old Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Pacho Ramos gentoo.org> net-p2p/nicotine+/nicotine+-1.4.1.ebuild | 35 -------------------------------- 1 file changed, 35 deletions(-) diff --git a/net-p2p/nicotine+/nicotine+-1.4.1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild deleted file mode 100644 index a6d9d9d6de4..00000000000 --- a/net-p2p/nicotine+/nicotine+-1.4.1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -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 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pygtk-2.24[${PYTHON_USEDEP}]" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/nicotine-plus-${PV}" - -pkg_postinst() { - echo - elog "You may want to install these packages to add additional features" - elog "to Nicotine+:" - elog - elog "dev-python/geoip-python Country lookup and flag display" - elog "media-libs/mutagen Media metadata extraction" - elog "net-libs/miniupnpc UPnP portmapping" - echo -}