From 05bd0d6528b0943dbdbdb77194d9e0d150ed7d6c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 16 Apr 2018 19:51:53 +0200 Subject: net-p2p/nicotine+: version bump Package-Manager: Portage-2.3.28, Repoman-2.3.9 --- net-p2p/nicotine+/Manifest | 2 +- net-p2p/nicotine+/metadata.xml | 3 +- net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild | 50 ---------------------------- net-p2p/nicotine+/nicotine+-1.4.1.ebuild | 35 +++++++++++++++++++ 4 files changed, 37 insertions(+), 53 deletions(-) delete mode 100644 net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild create mode 100644 net-p2p/nicotine+/nicotine+-1.4.1.ebuild (limited to 'net-p2p') diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest index 7696979f4203..047e9967a8a4 100644 --- a/net-p2p/nicotine+/Manifest +++ b/net-p2p/nicotine+/Manifest @@ -1 +1 @@ -DIST nicotine+-1.2.16.tar.bz2 3892006 BLAKE2B 627ad763a319decd93b02e08273bee03545d623cdbcd7b274a51ff691947ed63fe7e290d29363ea806b350303df624afcedd7a3dbd88d30e31a6e6b138135fee SHA512 8b5b7f99e14f28f3a1c7a77fc12662cfafa0f9ac9d3c8c2a2d1e959f96a9161005a29ad2ed07fa07ea8908b88f247f3c120b299e7183a0558994b5e96cb47f78 +DIST nicotine+-1.4.1.tar.gz 3824830 BLAKE2B def211a4d06b1cb6a409917579652b3a1c8c36ec5ecfe5e295b9fabeaaca02cd4999fd20935c8999d4cf989f3ecff0a0a2c7f52a40f8c2b03e05b6c9dc2feca9 SHA512 894dfb318b205b6be21face0308f183da15772f329158c6a9a8a816dfdf231ad89245188acad5538821b2a778c8a8a6201ce8548cc58550c4eb6c0763db9d66a diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml index 202f84086979..0acc3684dd5c 100644 --- a/net-p2p/nicotine+/metadata.xml +++ b/net-p2p/nicotine+/metadata.xml @@ -2,7 +2,6 @@ - eLvErDe/nicotine-plus - nicotine-plus + Nicotine-Plus/nicotine-plus diff --git a/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild deleted file mode 100644 index dd2b659a0647..000000000000 --- a/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2017 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="http://nicotine-plus.sourceforge.net" -SRC_URI="mirror://sourceforge/nicotine-plus/${P}.tar.bz2" - -LICENSE="GPL-3 LGPL-3" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=dev-python/pygtk-2.12[${PYTHON_USEDEP}] - gnome-base/librsvg" - -DEPEND="${RDEPEND}" - -pkg_setup() { - python-single-r1_pkg_setup -} - -src_prepare() { - distutils-r1_src_prepare - sed -i -e 's:\(Icon=\).*:\1nicotine-plus-32px:' \ - "${S}"/files/nicotine.desktop -} - -src_install() { - distutils-r1_src_install - python_fix_shebang "${D}" - dosym nicotine.py /usr/bin/nicotine -} - -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 -} diff --git a/net-p2p/nicotine+/nicotine+-1.4.1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild new file mode 100644 index 000000000000..a6d9d9d6de41 --- /dev/null +++ b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild @@ -0,0 +1,35 @@ +# 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 +} -- cgit v1.2.3-65-gdbad