public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-09-27 21:18 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-09-27 21:18 UTC (permalink / raw
  To: gentoo-commits

commit:     be13cafb7ae9dadbeeaf7bf2351c36abdaccc25f
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 27 21:14:19 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon Sep 27 21:18:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be13cafb

net-p2p/nicotine+: 3.1.1 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.1.1.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index ab1551bb4f5..9862ef8d2bc 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -2,3 +2,4 @@ DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae
 DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e0420c792bad2bf31b49b83dd80d2b99ace20879f7968dffd0d48e52bc6c6638300216b4eae44773c0723888ca96e SHA512 297aab9b6016df4b45e065d5e6493e237e99ef6ebbd475b7ccf66d2c476053f77c72c2ecd672c20046b422dc1f5eb431e701de687d33f2364619de5643ccef6d
 DIST nicotine+-3.0.4.tar.gz 3141967 BLAKE2B d58072026ee766d81ca88dd4a11aa72f7aaee7a6e37c966e7d4cd0bdee40c8ef6537f01ea92c006b12e9692612d63fffd744011b982ee4cada2df03d2abae064 SHA512 8cc02b8b269267cc775b21ec246d84b932c1c7ef8f0983c63e3bb21de5b4c0de5fa65acdb0a07240b90c3529648f500d43fffbc0a462a260e534e86653a332a8
 DIST nicotine+-3.0.6.tar.gz 2786594 BLAKE2B 69b43c3eec37c8a01a0bd42cd11c02580a5be9ca994106e34e7f588eaabb7cfa85fd312bd527d453e62b3f8c0fb4f031eedf06207e3c1d8602e822958d98ee65 SHA512 42846568948d45559206c85c7ed708be044a5cf55f994318c209506dcc9024d6ccfd141fa21ca57f00c320a1a5ec3ab09faf211ebd442bf1d5060b960f43e8c2
+DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3

diff --git a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
new file mode 100644
index 00000000000..3717d1e247d
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-07-22  5:43 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-07-22  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ba1d588b9ce46ea687b5e1704648b1cb4b13c5c5
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 05:43:31 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 05:43:31 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba1d588b

net-p2p/nicotine+: Stabilize 3.3.4 ALLARCHES, #936386

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.3.4.ebuild b/net-p2p/nicotine+/nicotine+-3.3.4.ebuild
index 4fc1a765a7f4..4cc7bccb19fe 100644
--- a/net-p2p/nicotine+/nicotine+-3.3.4.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.3.4.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/nicotine-plus-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 # NOTE: good link - https://github.com/nicotine-plus/nicotine-plus/blob/master/doc/DEPENDENCIES.md
 BDEPEND="sys-devel/gettext" # TODO(setan): maybe add pycodestyle and pylint here if use test


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-07-20  6:42 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-07-20  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     4bb76de28fc8ee93bad04df71e84be21d02d1d04
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Tue Jun 25 18:55:58 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 06:42:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bb76de2

net-p2p/nicotine+: drop 3.2.8

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 -
 net-p2p/nicotine+/nicotine+-3.2.8.ebuild | 30 ------------------------------
 2 files changed, 31 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index a36e2fd2c735..a625dbdec804 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,3 +1,2 @@
-DIST nicotine+-3.2.8.tar.gz 2984416 BLAKE2B 8ca996e67a296535a158d1929579c4f479630bf4b666b53e91939fd61dcac90de657bfccd30521da9cc4468f3beecf1be433790ca711c67d0cf6d1e0a901be90 SHA512 92298b97ce34d713b0a4626602757a9215b57a0c3ac00c2845ff66597f0a361243f47c8abf3e8548f9f8c1829e56eb036e202242340bf268bf008b6ad6d016a5
 DIST nicotine+-3.2.9.tar.gz 2985424 BLAKE2B 1768d9f13ee15593661997ac0ad49c6c2d3aead685f83b86ae0ca05615f5fda04ea3abd3137a595d8457ef9643c4fd77adb47a76417b90d6c876bf55c56c4b31 SHA512 bc828bf8e6b194b23df8c7cce900704b918b71669ff9e0cf17b2c954838e265cc074dcb54e0abbcf563b19f10cf3199cc1980771b57e0af613ef2eed2ee4a3a8
 DIST nicotine+-3.3.4.tar.gz 3838006 BLAKE2B 09660558a1f07a4393cf272ef532c5fb15f1653008e73ec796c8bd16a177bdcb03c55fb3743d8d8e573ce9db2ac42d7fa0d92544a433007179ce00733c5a2381 SHA512 5dab8a1fe718cfd6b0a3e4645e025f42ccc4c86031f65741a3cbfb67e8abfb82cefeb7fc93f5037b9d5f5972ac034cc3ef5a2bac7ae9744533edc894e6e93ef4

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
deleted file mode 100644
index 7218a610b793..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.8.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


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-07-20  6:42 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-07-20  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2f1afb322df431cf74bb0e37101f44f50f730b90
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Tue Jun 25 19:02:53 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 06:42:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f1afb32

net-p2p/nicotine+ add changelog and log to metadata, remove lang tag

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/37299
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/metadata.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index 883b9cfb161e..5d22e1b1b4eb 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -9,7 +9,7 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
-	<longdescription lang="en">
+	<longdescription>
 		Nicotine+ is a FOSS client for the proprietary Soulseek file sharing
 		network that is used mainly for sharing music.
 		It acts as the improved version of the official client SoulseekQt.
@@ -17,8 +17,10 @@
 		It is written in Python and has a GTK-based GUI.
 	</longdescription>
 	<upstream>
-		<remote-id type="github">Nicotine-Plus/nicotine-plus</remote-id>
 		<bugs-to>https://github.com/nicotine-plus/nicotine-plus/issues</bugs-to>
+		<changelog>https://github.com/nicotine-plus/nicotine-plus/releases</changelog>
+		<doc>https://github.com/nicotine-plus/nicotine-plus/tree/master/doc</doc>
+		<remote-id type="github">nicotine-plus/nicotine-plus</remote-id>
 	</upstream>
 	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-07 13:15 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-06-07 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     5a5e29269e93b520856cb5978448088ab3450976
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Fri May 31 19:19:02 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:15:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5e2926

net-p2p/nicotine+: update to 3.3.4, add GTK4 support and optfeatures

Also removed a Python dependency dropped by upstream.
Big thanks to Parona!

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.3.4.ebuild | 42 ++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 662641e950a2..a36e2fd2c735 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,2 +1,3 @@
 DIST nicotine+-3.2.8.tar.gz 2984416 BLAKE2B 8ca996e67a296535a158d1929579c4f479630bf4b666b53e91939fd61dcac90de657bfccd30521da9cc4468f3beecf1be433790ca711c67d0cf6d1e0a901be90 SHA512 92298b97ce34d713b0a4626602757a9215b57a0c3ac00c2845ff66597f0a361243f47c8abf3e8548f9f8c1829e56eb036e202242340bf268bf008b6ad6d016a5
 DIST nicotine+-3.2.9.tar.gz 2985424 BLAKE2B 1768d9f13ee15593661997ac0ad49c6c2d3aead685f83b86ae0ca05615f5fda04ea3abd3137a595d8457ef9643c4fd77adb47a76417b90d6c876bf55c56c4b31 SHA512 bc828bf8e6b194b23df8c7cce900704b918b71669ff9e0cf17b2c954838e265cc074dcb54e0abbcf563b19f10cf3199cc1980771b57e0af613ef2eed2ee4a3a8
+DIST nicotine+-3.3.4.tar.gz 3838006 BLAKE2B 09660558a1f07a4393cf272ef532c5fb15f1653008e73ec796c8bd16a177bdcb03c55fb3743d8d8e573ce9db2ac42d7fa0d92544a433007179ce00733c5a2381 SHA512 5dab8a1fe718cfd6b0a3e4645e025f42ccc4c86031f65741a3cbfb67e8abfb82cefeb7fc93f5037b9d5f5972ac034cc3ef5a2bac7ae9744533edc894e6e93ef4

diff --git a/net-p2p/nicotine+/nicotine+-3.3.4.ebuild b/net-p2p/nicotine+/nicotine+-3.3.4.ebuild
new file mode 100644
index 000000000000..4fc1a765a7f4
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.3.4.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 optfeature xdg
+
+DESCRIPTION="Graphical client for the Soulseek peer to peer network written in Python"
+HOMEPAGE="https://nicotine-plus.org/"
+SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+# NOTE: good link - https://github.com/nicotine-plus/nicotine-plus/blob/master/doc/DEPENDENCIES.md
+BDEPEND="sys-devel/gettext" # TODO(setan): maybe add pycodestyle and pylint here if use test
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	|| ( >=gui-libs/gtk-4.6.9[introspection] >=x11-libs/gtk+-3.22.20:3[introspection] )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( AUTHORS.md NEWS.md README.md TRANSLATORS.md )
+
+pkg_postinst() {
+	xdg_pkg_postinst
+
+	elog "Nicotine can work with both gtk3+ and gtk4."
+	elog "The newer version is preferred but it has worse screen reader support"
+	elog "If you need it you can switch to gtk3+ by running nicotine"
+	elog "with an environmental variable like this:"
+	elog "   $ NICOTINE_GTK_VERSION=3 nicotine"
+
+	optfeature "Adwaita theme on GNOME (GTK 4)" gui-libs/libadwaita
+	optfeature "Chat spellchecking (GTK 3)" app-text/gspell
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-07 13:15 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-06-07 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     106810f13549b6e7000badfbab41b85ad60b0ae1
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Sat Jun  1 19:38:53 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:15:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=106810f1

net-p2p/nicotine+: add myself as proxy maintainer, improve metadata

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/metadata.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index 09bfaedea15c..883b9cfb161e 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -1,8 +1,24 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person" proxied="yes">
+		<email>gentoo-setan@protonmail.com</email>
+		<name>setan</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<longdescription lang="en">
+		Nicotine+ is a FOSS client for the proprietary Soulseek file sharing
+		network that is used mainly for sharing music.
+		It acts as the improved version of the official client SoulseekQt.
+		Nicotine looks better, has more functions and is updated more often.
+		It is written in Python and has a GTK-based GUI.
+	</longdescription>
 	<upstream>
 		<remote-id type="github">Nicotine-Plus/nicotine-plus</remote-id>
+		<bugs-to>https://github.com/nicotine-plus/nicotine-plus/issues</bugs-to>
 	</upstream>
+	<stabilize-allarches/>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-07 13:15 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-06-07 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     dc0444428563e3c720558424191f3b4ce12a6de7
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Tue Jun  4 12:15:16 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jun  7 13:15:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc044442

net-p2p/nicotine+: remove 3.2.9-r0

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/36928
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 30 ------------------------------
 1 file changed, 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


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-02 18:57 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-02 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     44c61816936f2cbb0a878007dbff87256d20cdef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 18:57:01 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 18:57:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44c61816

net-p2p/nicotine+: Stabilize 3.2.9-r1 amd64, #933404

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
index 5ee1d12273f7..8c19def3ced7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/nicotine-plus-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 
 BDEPEND="sys-devel/gettext"
 RDEPEND="${PYTHON_DEPS}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-02 18:57 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2024-06-02 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     ea360b781f73aa1f450deb99aa9fa5fc43b6cbf6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 18:57:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 18:57:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea360b78

net-p2p/nicotine+: Stabilize 3.2.9-r1 x86, #933404

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
index 8c19def3ced7..e3fd9346044d 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/nicotine-plus-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 
 BDEPEND="sys-devel/gettext"
 RDEPEND="${PYTHON_DEPS}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-06-02 14:47 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2024-06-02 14:47 UTC (permalink / raw
  To: gentoo-commits

commit:     a907cf29f07dbb68871e95b0264f6ddcc7163d3e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  2 14:46:36 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  2 14:46:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a907cf29

net-p2p/nicotine+: Stabilize 3.2.9-r1 ppc, #933404

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
index 5777413848c2..5ee1d12273f7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/nicotine-plus-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 
 BDEPEND="sys-devel/gettext"
 RDEPEND="${PYTHON_DEPS}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2024-05-31 13:16 Joonas Niilola
  0 siblings, 0 replies; 72+ messages in thread
From: Joonas Niilola @ 2024-05-31 13:16 UTC (permalink / raw
  To: gentoo-commits

commit:     eedd9727fa3daf3efb5c3f2e238a1862fdd8e5b9
Author:     gentoo-setan <gentoo <AT> supporter <DOT> addy <DOT> io>
AuthorDate: Thu May 16 08:50:36 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri May 31 13:15:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eedd9727

net-p2p/nicotine+: add python 3.12 support

Also updated LICENSE

Closes: https://bugs.gentoo.org/929736
Signed-off-by: gentoo-setan <gentoo <AT> supporter.addy.io>
Closes: https://github.com/gentoo/gentoo/pull/36696
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
index e890276cd355..5777413848c2 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -1,23 +1,24 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="gdbm"
 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"
+DESCRIPTION="Graphical client for the Soulseek peer to peer network written in Python"
+HOMEPAGE="https://nicotine-plus.org/"
 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"
+LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
+BDEPEND="sys-devel/gettext"
 RDEPEND="${PYTHON_DEPS}
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	x11-libs/gtk+:3[introspection]


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-09-19 17:48 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-09-19 17:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c1d8e6aa12868bb1339a6d567508b00ec4a65126
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 15 10:03:37 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 19 17:48:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1d8e6aa

net-p2p/nicotine+: fix VariableShadowed

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.8.ebuild    | 21 ++++-----------------
 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 21 ++++-----------------
 net-p2p/nicotine+/nicotine+-3.2.9.ebuild    | 21 ++++-----------------
 3 files changed, 12 insertions(+), 51 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
index 2bd3906ae371..7218a610b793 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
@@ -3,41 +3,28 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 xdg-utils
+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"
-IUSE=""
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	x11-libs/gtk+:3[introspection]
-	${DEPEND}
 "
-
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/nicotine-plus-${PV}"
-
 EPYTEST_IGNORE=(
 	"test/integration/test_startup.py"
 )
 
 distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
index bbf1e8854cf3..e890276cd355 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -3,42 +3,29 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="gdbm"
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 xdg-utils
+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"
-IUSE=""
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	x11-libs/gtk+:3[introspection]
-	${DEPEND}
 "
-
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/nicotine-plus-${PV}"
-
 EPYTEST_IGNORE=(
 	"test/integration/test_startup.py"
 )
 
 distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
index 2bd3906ae371..7218a610b793 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
@@ -3,41 +3,28 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 
-inherit distutils-r1 xdg-utils
+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"
-IUSE=""
 
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
+RDEPEND="${PYTHON_DEPS}
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	x11-libs/gtk+:3[introspection]
-	${DEPEND}
 "
-
 DEPEND="${RDEPEND}"
 
-S="${WORKDIR}/nicotine-plus-${PV}"
-
 EPYTEST_IGNORE=(
 	"test/integration/test_startup.py"
 )
 
 distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-08-09 18:14 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2023-08-09 18:14 UTC (permalink / raw
  To: gentoo-commits

commit:     15cd96bf072fd5caaf433199390c67263ffb9d16
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Aug  9 18:08:51 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Aug  9 18:14:22 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cd96bf

net-p2p/nicotine+: drop myself as maintainer; m-n.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/metadata.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index 960a423a70de..09bfaedea15c 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -1,10 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>slashbeast@gentoo.org</email>
-		<name>Piotr Karbowski</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 	<upstream>
 		<remote-id type="github">Nicotine-Plus/nicotine-plus</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-07-26  3:33 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2023-07-26  3:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a948c22a3af74fdd0ce902cea6ef2c1bcc19c785
Author:     Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
AuthorDate: Thu Jul 13 11:32:29 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 03:32:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a948c22a

net-p2p/nicotine+: needs python[gdbm]

Nicotine+ needs python[gdbm] as a runtime dependency.

Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>
Closes: https://github.com/gentoo/gentoo/pull/31865
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild | 44 +++++++++++++++++++++++++++++
 1 file changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
new file mode 100644
index 000000000000..bbf1e8854cf3
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.9-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="gdbm"
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-05-05 10:24 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-05 10:24 UTC (permalink / raw
  To: gentoo-commits

commit:     daac5899291a5f3a371ee903887dda8b70c46607
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 10:24:33 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri May  5 10:24:33 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daac5899

net-p2p/nicotine+: Stabilize 3.2.9 ppc, #905460

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
index ae5f61f26830..2bd3906ae371 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-05-02 15:21 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-02 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     c4e3a81f83f91f24dd8074b00a958cca3eb62641
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 15:20:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:20:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e3a81f

net-p2p/nicotine+: Stabilize 3.2.9 amd64, #905460

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
index 4b5e695768b5..d41011192067 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-05-02 15:21 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-05-02 15:21 UTC (permalink / raw
  To: gentoo-commits

commit:     1895f324872334a92cfc007ee6288305720dea0d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 15:20:32 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue May  2 15:20:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1895f324

net-p2p/nicotine+: Stabilize 3.2.9 x86, #905460

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
index d41011192067..ae5f61f26830 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-03-29 20:51 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2023-03-29 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fca1d384f7e582b5db0de939adb3e5bfbcd09fba
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 20:34:39 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 20:50:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fca1d384

net-p2p/nicotine+: drop old.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest                  |  3 --
 net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild | 47 -----------------------------
 net-p2p/nicotine+/nicotine+-3.2.5.ebuild    | 43 --------------------------
 net-p2p/nicotine+/nicotine+-3.2.6.ebuild    | 43 --------------------------
 4 files changed, 136 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 755b39dfd969..a43e978a7c44 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,4 +1 @@
-DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d
-DIST nicotine+-3.2.5.tar.gz 2966816 BLAKE2B d42c8a7d253a7b58c414f67a0abd67c6ecd7523e0ec0b649275751a34c661a49b01ff67578cbd37af74c68696cd0afe9b0ee8a184172ad3f2b5a29d655d956cf SHA512 a71d096e7a77c0e147cb5b3d62d194967ae903fb6263b8fcb0819c67ab551fdb72be72326223d846e9584db97a22afc721b695205c26d79d579c6fe957d20644
-DIST nicotine+-3.2.6.tar.gz 2969850 BLAKE2B c5a0aa43ffc8730338107da7b7cd8b60350b0976b3d81cdbc383b7c0eb22e773e71120695631d21eb8b2ad2a05c12484559bd37b8e8ca0d6d8139331be54be54 SHA512 2f807bf6bda731dac82b45cbfb161462a6430bd6e7c558ed97cdb5e6eb8c9151dfa7bb319e07d3e5d71cbb72012cf3ded33747e94269b86093ca51a05b1d0cb7
 DIST nicotine+-3.2.8.tar.gz 2984416 BLAKE2B 8ca996e67a296535a158d1929579c4f479630bf4b666b53e91939fd61dcac90de657bfccd30521da9cc4468f3beecf1be433790ca711c67d0cf6d1e0a901be90 SHA512 92298b97ce34d713b0a4626602757a9215b57a0c3ac00c2845ff66597f0a361243f47c8abf3e8548f9f8c1829e56eb036e202242340bf268bf008b6ad6d016a5

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
deleted file mode 100644
index d25c0a42119c..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/nicotine-plus-${PV}"
-
-EPYTEST_IGNORE=(
-	"test/integration/test_startup.py"
-)
-
-distutils_enable_tests pytest
-
-src_install() {
-	distutils-r1_src_install
-	mv "${ED}/usr/share/doc/nicotine" "${ED}/usr/share/doc/${PF}" || die
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.5.ebuild b/net-p2p/nicotine+/nicotine+-3.2.5.ebuild
deleted file mode 100644
index 4b5e695768b5..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/nicotine-plus-${PV}"
-
-EPYTEST_IGNORE=(
-	"test/integration/test_startup.py"
-)
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
deleted file mode 100644
index ae5f61f26830..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/nicotine-plus-${PV}"
-
-EPYTEST_IGNORE=(
-	"test/integration/test_startup.py"
-)
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-03-29 20:51 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2023-03-29 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     611ec1c78a9033655eaf5cdcef686f1b4acce3af
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 20:38:36 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 20:50:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=611ec1c7

net-p2p/nicotine+: 3.2.9 version bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.9.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index a43e978a7c44..662641e950a2 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1 +1,2 @@
 DIST nicotine+-3.2.8.tar.gz 2984416 BLAKE2B 8ca996e67a296535a158d1929579c4f479630bf4b666b53e91939fd61dcac90de657bfccd30521da9cc4468f3beecf1be433790ca711c67d0cf6d1e0a901be90 SHA512 92298b97ce34d713b0a4626602757a9215b57a0c3ac00c2845ff66597f0a361243f47c8abf3e8548f9f8c1829e56eb036e202242340bf268bf008b6ad6d016a5
+DIST nicotine+-3.2.9.tar.gz 2985424 BLAKE2B 1768d9f13ee15593661997ac0ad49c6c2d3aead685f83b86ae0ca05615f5fda04ea3abd3137a595d8457ef9643c4fd77adb47a76417b90d6c876bf55c56c4b31 SHA512 bc828bf8e6b194b23df8c7cce900704b918b71669ff9e0cf17b2c954838e265cc074dcb54e0abbcf563b19f10cf3199cc1980771b57e0af613ef2eed2ee4a3a8

diff --git a/net-p2p/nicotine+/nicotine+-3.2.9.ebuild b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
new file mode 100644
index 000000000000..4b5e695768b5
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.9.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-02-21 17:13 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-02-21 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     d44c7bb2b1cfeb3cd3cfd7b905ce667e4484407f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:13:31 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:13:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d44c7bb2

net-p2p/nicotine+: Stabilize 3.2.8 amd64, #895310

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
index 60b5e6dcc2e7..2bd3906ae371 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-02-21 17:13 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-02-21 17:13 UTC (permalink / raw
  To: gentoo-commits

commit:     6e04c13bd8b772690984d32a5eba7271594b594a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 17:13:30 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 17:13:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e04c13b

net-p2p/nicotine+: Stabilize 3.2.8 x86, #895310

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
index 51e0b647c9b7..60b5e6dcc2e7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-02-19 11:27 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2023-02-19 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     0372ea200894b8c446452350874a8ed84ded6b44
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 19 11:27:39 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Feb 19 11:27:39 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0372ea20

net-p2p/nicotine+: Stabilize 3.2.8 ppc, #895310

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
index 4b5e695768b5..51e0b647c9b7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2023-01-08 21:30 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2023-01-08 21:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5fa93e66fca2460c38e396a726a85559c7158f6b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  8 21:29:53 2023 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jan  8 21:30:18 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa93e66

net-p2p/nicotine+: 3.2.8 version bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.8.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 176860f5f248..755b39dfd969 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,3 +1,4 @@
 DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d
 DIST nicotine+-3.2.5.tar.gz 2966816 BLAKE2B d42c8a7d253a7b58c414f67a0abd67c6ecd7523e0ec0b649275751a34c661a49b01ff67578cbd37af74c68696cd0afe9b0ee8a184172ad3f2b5a29d655d956cf SHA512 a71d096e7a77c0e147cb5b3d62d194967ae903fb6263b8fcb0819c67ab551fdb72be72326223d846e9584db97a22afc721b695205c26d79d579c6fe957d20644
 DIST nicotine+-3.2.6.tar.gz 2969850 BLAKE2B c5a0aa43ffc8730338107da7b7cd8b60350b0976b3d81cdbc383b7c0eb22e773e71120695631d21eb8b2ad2a05c12484559bd37b8e8ca0d6d8139331be54be54 SHA512 2f807bf6bda731dac82b45cbfb161462a6430bd6e7c558ed97cdb5e6eb8c9151dfa7bb319e07d3e5d71cbb72012cf3ded33747e94269b86093ca51a05b1d0cb7
+DIST nicotine+-3.2.8.tar.gz 2984416 BLAKE2B 8ca996e67a296535a158d1929579c4f479630bf4b666b53e91939fd61dcac90de657bfccd30521da9cc4468f3beecf1be433790ca711c67d0cf6d1e0a901be90 SHA512 92298b97ce34d713b0a4626602757a9215b57a0c3ac00c2845ff66597f0a361243f47c8abf3e8548f9f8c1829e56eb036e202242340bf268bf008b6ad6d016a5

diff --git a/net-p2p/nicotine+/nicotine+-3.2.8.ebuild b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
new file mode 100644
index 000000000000..66c30e2034be
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.8.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-12-09 22:15 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2022-12-09 22:15 UTC (permalink / raw
  To: gentoo-commits

commit:     47ff6cf21cc646e52dd13e2860959ddf17be695a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 22:14:59 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 22:14:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ff6cf2

net-p2p/nicotine+: Stabilize 3.2.6 amd64, #885081

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
index db76690f223f..93c7e5150ea8 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-12-09 21:55 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2022-12-09 21:55 UTC (permalink / raw
  To: gentoo-commits

commit:     5e57db96166835b09712900ba04f8d2d832d10f1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  9 21:55:34 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec  9 21:55:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e57db96

net-p2p/nicotine+: Stabilize 3.2.6 x86, #885081

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
index 66c30e2034be..db76690f223f 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-10-23 14:15 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-10-23 14:15 UTC (permalink / raw
  To: gentoo-commits

commit:     6575b8e7c6ffd81a6d346e85d16531cb56c1ddbc
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 23 13:12:59 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Oct 23 14:15:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6575b8e7

net-p2p/nicotine+: 3.2.6 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.6.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 5674d536b2fa..176860f5f248 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,2 +1,3 @@
 DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d
 DIST nicotine+-3.2.5.tar.gz 2966816 BLAKE2B d42c8a7d253a7b58c414f67a0abd67c6ecd7523e0ec0b649275751a34c661a49b01ff67578cbd37af74c68696cd0afe9b0ee8a184172ad3f2b5a29d655d956cf SHA512 a71d096e7a77c0e147cb5b3d62d194967ae903fb6263b8fcb0819c67ab551fdb72be72326223d846e9584db97a22afc721b695205c26d79d579c6fe957d20644
+DIST nicotine+-3.2.6.tar.gz 2969850 BLAKE2B c5a0aa43ffc8730338107da7b7cd8b60350b0976b3d81cdbc383b7c0eb22e773e71120695631d21eb8b2ad2a05c12484559bd37b8e8ca0d6d8139331be54be54 SHA512 2f807bf6bda731dac82b45cbfb161462a6430bd6e7c558ed97cdb5e6eb8c9151dfa7bb319e07d3e5d71cbb72012cf3ded33747e94269b86093ca51a05b1d0cb7

diff --git a/net-p2p/nicotine+/nicotine+-3.2.6.ebuild b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
new file mode 100644
index 000000000000..66c30e2034be
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.6.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-10-19 19:51 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-10-19 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     67bf62274406a6ce154207e7195df5668a4f9311
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 19:40:29 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 19:40:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67bf6227

net-p2p/nicotine+: drop old.

Closes: https://bugs.gentoo.org/835374
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  4 ----
 net-p2p/nicotine+/nicotine+-2.2.2.ebuild | 41 --------------------------------
 net-p2p/nicotine+/nicotine+-3.1.1.ebuild | 41 --------------------------------
 net-p2p/nicotine+/nicotine+-3.2.0.ebuild | 41 --------------------------------
 net-p2p/nicotine+/nicotine+-3.2.1.ebuild | 41 --------------------------------
 5 files changed, 168 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index b59a27aad92c..1bf6394ed3b8 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,5 +1 @@
-DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
-DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3
-DIST nicotine+-3.2.0.tar.gz 3413614 BLAKE2B 8c63e5a1ee138dd4fbb27aaa160e381d40cf1bad95d86db454de4697ae5b0433309c33f9e6b6da1db2c862225159878fef483cd49f23d4cac14a98f17c43e4f9 SHA512 3c2299b9da44579060825a758cb45cd3a844bda405e99d411f714845c8dd662839d3158ac1ae3e197f4d1da68547ff161c3ed09dd35a95867e78faf0239b3b18
-DIST nicotine+-3.2.1.tar.gz 3515855 BLAKE2B 5d21c5e725f43e06ad7698909b3c5eaaa984a2aedcfe3fb73886d55a9253d38ab317402781fb9d3e680c89f3dac8865f691233b22b4a13c86cc6b9e88ffa69c8 SHA512 6566ccb2d1355f6dc882c6fe7144da641cd1fd299b1ebd352ccb7e0a770af3ea718d83245c26b38dd0aa4dcd246fcfc0a1e4a94e096c8946a3413b73afb390f7
 DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d

diff --git a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
deleted file mode 100644
index 20972ff1852b..000000000000
--- a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
deleted file mode 100644
index 007eb217cc3a..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
deleted file mode 100644
index 007eb217cc3a..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
deleted file mode 100644
index 007eb217cc3a..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-10-19 19:51 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-10-19 19:51 UTC (permalink / raw
  To: gentoo-commits

commit:     e4db2929c5491bff982a0c9dc2e8c424bdbc35fe
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 19:46:46 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 19:46:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4db2929

net-p2p/nicotine+: 3.2.5 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.5.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 1bf6394ed3b8..5674d536b2fa 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1 +1,2 @@
 DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d
+DIST nicotine+-3.2.5.tar.gz 2966816 BLAKE2B d42c8a7d253a7b58c414f67a0abd67c6ecd7523e0ec0b649275751a34c661a49b01ff67578cbd37af74c68696cd0afe9b0ee8a184172ad3f2b5a29d655d956cf SHA512 a71d096e7a77c0e147cb5b3d62d194967ae903fb6263b8fcb0819c67ab551fdb72be72326223d846e9584db97a22afc721b695205c26d79d579c6fe957d20644

diff --git a/net-p2p/nicotine+/nicotine+-3.2.5.ebuild b/net-p2p/nicotine+/nicotine+-3.2.5.ebuild
new file mode 100644
index 000000000000..66c30e2034be
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.5.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/nicotine-plus-${PV}"
+
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-07-05  2:05 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-07-05  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     509de337cb6e37a18897371f7a12d8cb6a5f93d0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  5 02:05:39 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul  5 02:05:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509de337

net-p2p/nicotine+: Stabilize 3.2.2-r1 ppc, #850556

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
index cc9c130b97f3..575d53dcf361 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-15  7:16 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-06-15  7:16 UTC (permalink / raw
  To: gentoo-commits

commit:     dfcfd1d64c4e3144f7b3e35aea07377aa2de9f5f
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 15 07:15:56 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 15 07:15:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfcfd1d6

net-p2p/nicotine+: x86 stable wrt bug #850556

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
index 60ac53396194..cc9c130b97f3 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-14  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-06-14  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     006cb3aaae8199521cbf825b66b80bce500adeb5
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 14 07:10:28 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Jun 14 07:10:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006cb3aa

net-p2p/nicotine+: amd64 stable wrt bug #850556

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
index 3e03dc006a73..60ac53396194 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-07 19:19 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-06-07 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     a0c1ccfeb0d1e4aa436b696f90b3ad83ba47948f
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 19:17:07 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 19:19:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c1ccfe

net-p2p/nicotine+: 3.2.2-r1 revbump

- Added Python 3.10 targets.
- Added tests.

Closes: https://bugs.gentoo.org/show_bug.cgi?id=846170
Closes: https://bugs.gentoo.org/show_bug.cgi?id=809467
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../{nicotine+-3.2.2.ebuild => nicotine+-3.2.2-r1.ebuild}         | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
similarity index 86%
rename from net-p2p/nicotine+/nicotine+-3.2.2.ebuild
rename to net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
index 611f799385df..3e03dc006a73 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.2.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{7..10} )
 
 inherit distutils-r1 xdg-utils
 
@@ -27,6 +27,12 @@ DEPEND="${RDEPEND}"
 
 S="${WORKDIR}/nicotine-plus-${PV}"
 
+EPYTEST_IGNORE=(
+	"test/integration/test_startup.py"
+)
+
+distutils_enable_tests pytest
+
 src_install() {
 	distutils-r1_src_install
 	mv "${ED}/usr/share/doc/nicotine" "${ED}/usr/share/doc/${PF}" || die


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-07  6:03 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-06-07  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3c38508d3fc67e09f550ff2ad434b55e8fcefc48
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 06:02:43 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 06:02:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c38508d

net-p2p/nicotine+: Stabilize 3.2.1 ppc, #849701

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
index f9780a134668..007eb217cc3a 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-05  7:09 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-06-05  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     64007683587e3b2f95d31a48739e207ac1e3bdfa
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:09:01 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:09:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64007683

net-p2p/nicotine+: x86 stable wrt bug #849701

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
index 6995f834b3e7..f9780a134668 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-05  7:06 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2022-06-05  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     ec402e9d7bfebd6045f8599c32a0ac941c0ffe19
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:06:10 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:06:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec402e9d

net-p2p/nicotine+: amd64 stable wrt bug #849701

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
index 611f799385df..6995f834b3e7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-06-04 19:48 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-06-04 19:48 UTC (permalink / raw
  To: gentoo-commits

commit:     1e09ad93d84c4ca15cc034d6d0325bff6b89cdad
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 19:47:57 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 19:48:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e09ad93

net-p2p/nicotine+: 3.2.2 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.2.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 599af45b169a..b59a27aad92c 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -2,3 +2,4 @@ DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae
 DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3
 DIST nicotine+-3.2.0.tar.gz 3413614 BLAKE2B 8c63e5a1ee138dd4fbb27aaa160e381d40cf1bad95d86db454de4697ae5b0433309c33f9e6b6da1db2c862225159878fef483cd49f23d4cac14a98f17c43e4f9 SHA512 3c2299b9da44579060825a758cb45cd3a844bda405e99d411f714845c8dd662839d3158ac1ae3e197f4d1da68547ff161c3ed09dd35a95867e78faf0239b3b18
 DIST nicotine+-3.2.1.tar.gz 3515855 BLAKE2B 5d21c5e725f43e06ad7698909b3c5eaaa984a2aedcfe3fb73886d55a9253d38ab317402781fb9d3e680c89f3dac8865f691233b22b4a13c86cc6b9e88ffa69c8 SHA512 6566ccb2d1355f6dc882c6fe7144da641cd1fd299b1ebd352ccb7e0a770af3ea718d83245c26b38dd0aa4dcd246fcfc0a1e4a94e096c8946a3413b73afb390f7
+DIST nicotine+-3.2.2.tar.gz 2868677 BLAKE2B d066f6ca54af627eb20a6bd76db57ece77ce00ca084d7f70efb7168a786a2666121126dc6e62ec9eddebf28ba370e5768a3e771f4ea34cf2073e782b8b74d8e0 SHA512 e8e28b7452a31b7221135e145eb7ee91e30a927a4dbf42bafa7d3380835f2cde4cbf28adc77041b80b6bc4d20d7a5e37043822933468e81dc9ca3458b152666d

diff --git a/net-p2p/nicotine+/nicotine+-3.2.2.ebuild b/net-p2p/nicotine+/nicotine+-3.2.2.ebuild
new file mode 100644
index 000000000000..611f799385df
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-03-06 23:36 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2022-03-06 23:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a97d317e1327b10b9f37ab822da7e864581d10fb
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  6 23:36:19 2022 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Mar  6 23:36:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a97d317e

net-p2p/nicotine+: 3.2.1 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.1.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 76aea7f0d6b0..599af45b169a 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,3 +1,4 @@
 DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
 DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3
 DIST nicotine+-3.2.0.tar.gz 3413614 BLAKE2B 8c63e5a1ee138dd4fbb27aaa160e381d40cf1bad95d86db454de4697ae5b0433309c33f9e6b6da1db2c862225159878fef483cd49f23d4cac14a98f17c43e4f9 SHA512 3c2299b9da44579060825a758cb45cd3a844bda405e99d411f714845c8dd662839d3158ac1ae3e197f4d1da68547ff161c3ed09dd35a95867e78faf0239b3b18
+DIST nicotine+-3.2.1.tar.gz 3515855 BLAKE2B 5d21c5e725f43e06ad7698909b3c5eaaa984a2aedcfe3fb73886d55a9253d38ab317402781fb9d3e680c89f3dac8865f691233b22b4a13c86cc6b9e88ffa69c8 SHA512 6566ccb2d1355f6dc882c6fe7144da641cd1fd299b1ebd352ccb7e0a770af3ea718d83245c26b38dd0aa4dcd246fcfc0a1e4a94e096c8946a3413b73afb390f7

diff --git a/net-p2p/nicotine+/nicotine+-3.2.1.ebuild b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
new file mode 100644
index 000000000000..611f799385df
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-21 20:17 Arthur Zamarin
  0 siblings, 0 replies; 72+ messages in thread
From: Arthur Zamarin @ 2022-01-21 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     e7cd9ee4fce575da788b10799b7eff1903b336c7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 20:16:38 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 20:16:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cd9ee4

net-p2p/nicotine+: Stabilize 3.2.0 ppc, #831648

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
index f9780a134668..007eb217cc3a 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-21 12:40 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-01-21 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d2f33eaaca972cd152382c8a9c51d992cc547bb1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 12:39:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 12:39:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2f33eaa

net-p2p/nicotine+: Stabilize 3.2.0 x86, #831648

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
index 6995f834b3e7..f9780a134668 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-21 12:40 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-01-21 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cabc2b3486a6f332ff1014729b36e335e19523ce
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 21 12:38:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 21 12:38:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cabc2b34

net-p2p/nicotine+: Stabilize 3.2.0 amd64, #831648

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
index 3717d1e247d6..6995f834b3e7 100644
--- a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-02  0:04 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-01-02  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     4e86926232e17dd4a87161e8056a7b60263a6891
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 00:03:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 00:03:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e869262

net-p2p/nicotine+: Stabilize 3.1.1 amd64, #829637

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
index 3ecc096b04c5..007eb217cc3a 100644
--- a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-02  0:04 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-01-02  0:04 UTC (permalink / raw
  To: gentoo-commits

commit:     a8fbbf019f92c269655d2e6ee5842b03d8dfa282
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  2 00:02:53 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  2 00:02:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fbbf01

net-p2p/nicotine+: Stabilize 3.1.1 x86, #829637

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
index c5f285655dae..3ecc096b04c5 100644
--- a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~x86"
+KEYWORDS="~amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2022-01-01 11:07 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2022-01-01 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     98d59df07f5bfc140f69da985af73b9070c8fedb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 11:07:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 11:07:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98d59df0

net-p2p/nicotine+: Stabilize 3.1.1 ppc, #829637

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-3.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
index 3717d1e247d6..c5f285655dae 100644
--- a/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.1.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-12-19 20:42 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-12-19 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     fe6e98f1201c9f1988c463679352c0943552cbcf
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 20:40:01 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 20:42:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6e98f1

net-p2p/nicotine+: drop old.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  3 ---
 net-p2p/nicotine+/nicotine+-3.0.2.ebuild | 41 --------------------------------
 net-p2p/nicotine+/nicotine+-3.0.4.ebuild | 41 --------------------------------
 net-p2p/nicotine+/nicotine+-3.0.6.ebuild | 41 --------------------------------
 4 files changed, 126 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 594c516a7f63..76aea7f0d6b0 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,6 +1,3 @@
 DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
-DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e0420c792bad2bf31b49b83dd80d2b99ace20879f7968dffd0d48e52bc6c6638300216b4eae44773c0723888ca96e SHA512 297aab9b6016df4b45e065d5e6493e237e99ef6ebbd475b7ccf66d2c476053f77c72c2ecd672c20046b422dc1f5eb431e701de687d33f2364619de5643ccef6d
-DIST nicotine+-3.0.4.tar.gz 3141967 BLAKE2B d58072026ee766d81ca88dd4a11aa72f7aaee7a6e37c966e7d4cd0bdee40c8ef6537f01ea92c006b12e9692612d63fffd744011b982ee4cada2df03d2abae064 SHA512 8cc02b8b269267cc775b21ec246d84b932c1c7ef8f0983c63e3bb21de5b4c0de5fa65acdb0a07240b90c3529648f500d43fffbc0a462a260e534e86653a332a8
-DIST nicotine+-3.0.6.tar.gz 2786594 BLAKE2B 69b43c3eec37c8a01a0bd42cd11c02580a5be9ca994106e34e7f588eaabb7cfa85fd312bd527d453e62b3f8c0fb4f031eedf06207e3c1d8602e822958d98ee65 SHA512 42846568948d45559206c85c7ed708be044a5cf55f994318c209506dcc9024d6ccfd141fa21ca57f00c320a1a5ec3ab09faf211ebd442bf1d5060b960f43e8c2
 DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3
 DIST nicotine+-3.2.0.tar.gz 3413614 BLAKE2B 8c63e5a1ee138dd4fbb27aaa160e381d40cf1bad95d86db454de4697ae5b0433309c33f9e6b6da1db2c862225159878fef483cd49f23d4cac14a98f17c43e4f9 SHA512 3c2299b9da44579060825a758cb45cd3a844bda405e99d411f714845c8dd662839d3158ac1ae3e197f4d1da68547ff161c3ed09dd35a95867e78faf0239b3b18

diff --git a/net-p2p/nicotine+/nicotine+-3.0.2.ebuild b/net-p2p/nicotine+/nicotine+-3.0.2.ebuild
deleted file mode 100644
index 7ed3e7ea3cba..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.0.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.0.4.ebuild b/net-p2p/nicotine+/nicotine+-3.0.4.ebuild
deleted file mode 100644
index 3717d1e247d6..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-3.0.6.ebuild b/net-p2p/nicotine+/nicotine+-3.0.6.ebuild
deleted file mode 100644
index 3717d1e247d6..000000000000
--- a/net-p2p/nicotine+/nicotine+-3.0.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-12-19 20:42 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-12-19 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2ceb632d678017aa810a02caa4fd6fc2aa89e95b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 19 20:39:43 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Dec 19 20:42:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ceb632d

net-p2p/nicotine+: 3.2.0 bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.2.0.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 9862ef8d2bc6..594c516a7f63 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -3,3 +3,4 @@ DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e
 DIST nicotine+-3.0.4.tar.gz 3141967 BLAKE2B d58072026ee766d81ca88dd4a11aa72f7aaee7a6e37c966e7d4cd0bdee40c8ef6537f01ea92c006b12e9692612d63fffd744011b982ee4cada2df03d2abae064 SHA512 8cc02b8b269267cc775b21ec246d84b932c1c7ef8f0983c63e3bb21de5b4c0de5fa65acdb0a07240b90c3529648f500d43fffbc0a462a260e534e86653a332a8
 DIST nicotine+-3.0.6.tar.gz 2786594 BLAKE2B 69b43c3eec37c8a01a0bd42cd11c02580a5be9ca994106e34e7f588eaabb7cfa85fd312bd527d453e62b3f8c0fb4f031eedf06207e3c1d8602e822958d98ee65 SHA512 42846568948d45559206c85c7ed708be044a5cf55f994318c209506dcc9024d6ccfd141fa21ca57f00c320a1a5ec3ab09faf211ebd442bf1d5060b960f43e8c2
 DIST nicotine+-3.1.1.tar.gz 2775643 BLAKE2B 9c595f8bf2bb4e7c79c3a5a57cadcfea8d2f0df6c89cd93f63f1e5c1117dbe5d85f98ac94c5f7e367e145869e136c701dbf61d1caa270959b29544ab5da17314 SHA512 28eaca5f270176ff5562f693906b4dfef180b91f0113332e3fc1659acaa6bb49e8f956b03612effab14f6833e9e7c00ebca75ca3c49906cd990d1e82e1bb5be3
+DIST nicotine+-3.2.0.tar.gz 3413614 BLAKE2B 8c63e5a1ee138dd4fbb27aaa160e381d40cf1bad95d86db454de4697ae5b0433309c33f9e6b6da1db2c862225159878fef483cd49f23d4cac14a98f17c43e4f9 SHA512 3c2299b9da44579060825a758cb45cd3a844bda405e99d411f714845c8dd662839d3158ac1ae3e197f4d1da68547ff161c3ed09dd35a95867e78faf0239b3b18

diff --git a/net-p2p/nicotine+/nicotine+-3.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
new file mode 100644
index 000000000000..3717d1e247d6
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.2.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-06-08 19:16 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-06-08 19:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f6c9f8ddad2e3edd98a520693ace9e60a31de68b
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 19:16:16 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 19:16:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6c9f8dd

net-p2p/nicotine+: 3.0.6 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.0.6.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 332effcd826..ab1551bb4f5 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,3 +1,4 @@
 DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
 DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e0420c792bad2bf31b49b83dd80d2b99ace20879f7968dffd0d48e52bc6c6638300216b4eae44773c0723888ca96e SHA512 297aab9b6016df4b45e065d5e6493e237e99ef6ebbd475b7ccf66d2c476053f77c72c2ecd672c20046b422dc1f5eb431e701de687d33f2364619de5643ccef6d
 DIST nicotine+-3.0.4.tar.gz 3141967 BLAKE2B d58072026ee766d81ca88dd4a11aa72f7aaee7a6e37c966e7d4cd0bdee40c8ef6537f01ea92c006b12e9692612d63fffd744011b982ee4cada2df03d2abae064 SHA512 8cc02b8b269267cc775b21ec246d84b932c1c7ef8f0983c63e3bb21de5b4c0de5fa65acdb0a07240b90c3529648f500d43fffbc0a462a260e534e86653a332a8
+DIST nicotine+-3.0.6.tar.gz 2786594 BLAKE2B 69b43c3eec37c8a01a0bd42cd11c02580a5be9ca994106e34e7f588eaabb7cfa85fd312bd527d453e62b3f8c0fb4f031eedf06207e3c1d8602e822958d98ee65 SHA512 42846568948d45559206c85c7ed708be044a5cf55f994318c209506dcc9024d6ccfd141fa21ca57f00c320a1a5ec3ab09faf211ebd442bf1d5060b960f43e8c2

diff --git a/net-p2p/nicotine+/nicotine+-3.0.6.ebuild b/net-p2p/nicotine+/nicotine+-3.0.6.ebuild
new file mode 100644
index 00000000000..3717d1e247d
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.0.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-04-08 21:02 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-04-08 21:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1373504b296701fa064239ca1645600f2079ae46
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  8 21:02:14 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Apr  8 21:02:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1373504b

net-p2p/nicotine+: 3.0.4 version bump; drop old.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest                         |  4 +-
 net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild        | 42 ---------------------
 net-p2p/nicotine+/nicotine+-2.1.2.ebuild           | 43 ----------------------
 ...cotine+-2.2.0.ebuild => nicotine+-3.0.4.ebuild} |  4 +-
 4 files changed, 2 insertions(+), 91 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index bf64814e94f..332effcd826 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,5 +1,3 @@
-DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d5712e33226486e648fee824c0d0934440ee51f659199a5276f6a460005df89359b282b09aa07941c70e29bddc97a26 SHA512 0a16c0c289a4f4d54eba773ad40952baadf73333ea4a6b4a4524cc500d007f6de0bdd7a847e3f68978a3247c9bc4a6eab3b77db34605fda79da34c352e89a1b9
-DIST nicotine+-2.1.2.tar.gz 5091941 BLAKE2B 2fcfcc25645a194e1161502c1836d075732a833e1cca1f16cb939e960371c9a656c0044427ca381e8fb3d76de139af1f495b3c5ff208fe931571cfbe5ab0d219 SHA512 dc5ae656cb24efdd252475eefa63d471e44f9652650ca834acb358c195337c46c07ef5da873419d66235a8fbb3d2e290347aa47416c0017bea54423b485225c9
-DIST nicotine+-2.2.0.tar.gz 3382047 BLAKE2B 64e83aee32f16ff8fcd298a4f876eca1903a37879918bdf3d1e4684d17b1815caf991ffc0264273fb3b84ab77a300382050039b3c5977a38d1e94ba060f7b58e SHA512 1a3aa24fe09564dbd2cd454e081eb5198279a968a4ab8df0b7f42ea1da63b24ac28ea4000fabf4cf00c6b37d4395b927321d27c1502de3447001285d0c942439
 DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
 DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e0420c792bad2bf31b49b83dd80d2b99ace20879f7968dffd0d48e52bc6c6638300216b4eae44773c0723888ca96e SHA512 297aab9b6016df4b45e065d5e6493e237e99ef6ebbd475b7ccf66d2c476053f77c72c2ecd672c20046b422dc1f5eb431e701de687d33f2364619de5643ccef6d
+DIST nicotine+-3.0.4.tar.gz 3141967 BLAKE2B d58072026ee766d81ca88dd4a11aa72f7aaee7a6e37c966e7d4cd0bdee40c8ef6537f01ea92c006b12e9692612d63fffd744011b982ee4cada2df03d2abae064 SHA512 8cc02b8b269267cc775b21ec246d84b932c1c7ef8f0983c63e3bb21de5b4c0de5fa65acdb0a07240b90c3529648f500d43fffbc0a462a260e534e86653a332a8

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
deleted file mode 100644
index 7d6d1c85ea1..00000000000
--- a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	media-libs/mutagen[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-2.1.2.ebuild b/net-p2p/nicotine+/nicotine+-2.1.2.ebuild
deleted file mode 100644
index 96b50ea7f31..00000000000
--- a/net-p2p/nicotine+/nicotine+-2.1.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1 xdg-utils
-
-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"
-
-LICENSE="GPL-3 LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="
-	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	dev-python/pytaglib[${PYTHON_USEDEP}]
-	media-libs/mutagen[${PYTHON_USEDEP}]
-	x11-libs/gtk+:3[introspection]
-	${DEPEND}
-"
-
-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
-}
-
-pkg_postinst() {
-	xdg_icon_cache_update
-}
-
-pkg_postrm() {
-	xdg_icon_cache_update
-}

diff --git a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild b/net-p2p/nicotine+/nicotine+-3.0.4.ebuild
similarity index 88%
rename from net-p2p/nicotine+/nicotine+-2.2.0.ebuild
rename to net-p2p/nicotine+/nicotine+-3.0.4.ebuild
index 32b923c7ad6..3717d1e247d 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-3.0.4.ebuild
@@ -13,14 +13,12 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"
 RDEPEND="
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
-	dev-python/pytaglib[${PYTHON_USEDEP}]
-	media-libs/mutagen[${PYTHON_USEDEP}]
 	x11-libs/gtk+:3[introspection]
 	${DEPEND}
 "


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-03-12 15:30 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-03-12 15:30 UTC (permalink / raw
  To: gentoo-commits

commit:     969a3872c7f062c0d7320fa2d7a227fb67b9cfdf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:30:36 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:30:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=969a3872

net-p2p/nicotine+: Stabilize 2.2.2 ppc, #775533

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
index 491d5ba9c5d..20972ff1852 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-03-12 15:28 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-03-12 15:28 UTC (permalink / raw
  To: gentoo-commits

commit:     18dc22b438cc6f8e52983ebdc3cb493038b6265e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:27:17 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:28:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18dc22b4

net-p2p/nicotine+: Stabilize 2.2.2 x86, #775533

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
index fbc2229af0f..491d5ba9c5d 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-03-12 15:25 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-03-12 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5ec06510b74bcb853a0d40a932f0a40f3adb571e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 12 15:24:04 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar 12 15:25:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec06510

net-p2p/nicotine+: Stabilize 2.2.2 amd64, #775533

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
index 7ed3e7ea3cb..fbc2229af0f 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-03-11 20:34 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-03-11 20:34 UTC (permalink / raw
  To: gentoo-commits

commit:     5ace3d5a5d46438fa400e3f190eb91bf40ddeb1c
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 11 20:32:07 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Mar 11 20:34:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ace3d5a

net-p2p/nicotine+: 3.0.2 version bump.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-3.0.2.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index d5b14a0cf69..bf64814e94f 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -2,3 +2,4 @@ DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d57
 DIST nicotine+-2.1.2.tar.gz 5091941 BLAKE2B 2fcfcc25645a194e1161502c1836d075732a833e1cca1f16cb939e960371c9a656c0044427ca381e8fb3d76de139af1f495b3c5ff208fe931571cfbe5ab0d219 SHA512 dc5ae656cb24efdd252475eefa63d471e44f9652650ca834acb358c195337c46c07ef5da873419d66235a8fbb3d2e290347aa47416c0017bea54423b485225c9
 DIST nicotine+-2.2.0.tar.gz 3382047 BLAKE2B 64e83aee32f16ff8fcd298a4f876eca1903a37879918bdf3d1e4684d17b1815caf991ffc0264273fb3b84ab77a300382050039b3c5977a38d1e94ba060f7b58e SHA512 1a3aa24fe09564dbd2cd454e081eb5198279a968a4ab8df0b7f42ea1da63b24ac28ea4000fabf4cf00c6b37d4395b927321d27c1502de3447001285d0c942439
 DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1
+DIST nicotine+-3.0.2.tar.gz 3126152 BLAKE2B 8575c61fc32083e687eac841e403366c516e0420c792bad2bf31b49b83dd80d2b99ace20879f7968dffd0d48e52bc6c6638300216b4eae44773c0723888ca96e SHA512 297aab9b6016df4b45e065d5e6493e237e99ef6ebbd475b7ccf66d2c476053f77c72c2ecd672c20046b422dc1f5eb431e701de687d33f2364619de5643ccef6d

diff --git a/net-p2p/nicotine+/nicotine+-3.0.2.ebuild b/net-p2p/nicotine+/nicotine+-3.0.2.ebuild
new file mode 100644
index 00000000000..7ed3e7ea3cb
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-3.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-02-05 12:31 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-02-05 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e5cb66d639954180a65e86986052c49a55ec4abb
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 12:30:45 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 12:30:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5cb66d6

net-p2p/nicotine+: Stabilize 2.2.0 x86, #768588

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
index db57a3e9e41..53dbb93a50e 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-02-05 10:40 Sam James
  0 siblings, 0 replies; 72+ messages in thread
From: Sam James @ 2021-02-05 10:40 UTC (permalink / raw
  To: gentoo-commits

commit:     b9dd3e89dac06998f13cada5714910066b6a957a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  5 10:40:16 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb  5 10:40:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9dd3e89

net-p2p/nicotine+: Stabilize 2.2.0 amd64, #768588

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
index c33364d48dd..db57a3e9e41 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2021-01-06 10:07 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2021-01-06 10:07 UTC (permalink / raw
  To: gentoo-commits

commit:     a55414f1dc37eae9cb2cf824c1ca3570549881e3
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 10:06:13 2021 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 10:07:01 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55414f1

net-p2p/nicotine+: 2.2.2 bump; drop mutagen and pytaglib deps.

Closes: https://bugs.gentoo.org/759436
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-2.2.2.ebuild | 41 ++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 9783919d1e0..d5b14a0cf69 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,3 +1,4 @@
 DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d5712e33226486e648fee824c0d0934440ee51f659199a5276f6a460005df89359b282b09aa07941c70e29bddc97a26 SHA512 0a16c0c289a4f4d54eba773ad40952baadf73333ea4a6b4a4524cc500d007f6de0bdd7a847e3f68978a3247c9bc4a6eab3b77db34605fda79da34c352e89a1b9
 DIST nicotine+-2.1.2.tar.gz 5091941 BLAKE2B 2fcfcc25645a194e1161502c1836d075732a833e1cca1f16cb939e960371c9a656c0044427ca381e8fb3d76de139af1f495b3c5ff208fe931571cfbe5ab0d219 SHA512 dc5ae656cb24efdd252475eefa63d471e44f9652650ca834acb358c195337c46c07ef5da873419d66235a8fbb3d2e290347aa47416c0017bea54423b485225c9
 DIST nicotine+-2.2.0.tar.gz 3382047 BLAKE2B 64e83aee32f16ff8fcd298a4f876eca1903a37879918bdf3d1e4684d17b1815caf991ffc0264273fb3b84ab77a300382050039b3c5977a38d1e94ba060f7b58e SHA512 1a3aa24fe09564dbd2cd454e081eb5198279a968a4ab8df0b7f42ea1da63b24ac28ea4000fabf4cf00c6b37d4395b927321d27c1502de3447001285d0c942439
+DIST nicotine+-2.2.2.tar.gz 3373462 BLAKE2B 6dbcf4e9d7f85bb2e03194047c8ca9c374ae762967414d888e764e84b25682148245cf84c27ab967279f4ac5e3bad680a7920d3da7896e61d12413194c9ad207 SHA512 5d863b94d1a899701f3d6cd98d875a4ca782778b00d77fe3c490af59168592011a83f823feac6c0e71bdd4c5cfd743e023066d542d8778b68854344b73c322a1

diff --git a/net-p2p/nicotine+/nicotine+-2.2.2.ebuild b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
new file mode 100644
index 00000000000..7ed3e7ea3cb
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-2.2.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-12-18 10:14 Sergei Trofimovich
  0 siblings, 0 replies; 72+ messages in thread
From: Sergei Trofimovich @ 2020-12-18 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     0644e7064c3c7b6e6b0b4eb519a0008e14c177e4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 10:13:51 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 10:13:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0644e706

net-p2p/nicotine+: keyworded 2.2.0 for ppc

keyworded wrt bug #759757

Package-Manager: Portage-3.0.12, Repoman-3.0.2
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
index 96b50ea7f31..c33364d48dd 100644
--- a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-12-10 22:23 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-12-10 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     0b1d212e2082ca3da53e78e063a0d9fdfebcc60c
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 22:20:48 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 22:23:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b1d212e

net-p2p/nicotine+: 2.2.0 version bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-2.2.0.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index e23909a1f9b..9783919d1e0 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1,2 +1,3 @@
 DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d5712e33226486e648fee824c0d0934440ee51f659199a5276f6a460005df89359b282b09aa07941c70e29bddc97a26 SHA512 0a16c0c289a4f4d54eba773ad40952baadf73333ea4a6b4a4524cc500d007f6de0bdd7a847e3f68978a3247c9bc4a6eab3b77db34605fda79da34c352e89a1b9
 DIST nicotine+-2.1.2.tar.gz 5091941 BLAKE2B 2fcfcc25645a194e1161502c1836d075732a833e1cca1f16cb939e960371c9a656c0044427ca381e8fb3d76de139af1f495b3c5ff208fe931571cfbe5ab0d219 SHA512 dc5ae656cb24efdd252475eefa63d471e44f9652650ca834acb358c195337c46c07ef5da873419d66235a8fbb3d2e290347aa47416c0017bea54423b485225c9
+DIST nicotine+-2.2.0.tar.gz 3382047 BLAKE2B 64e83aee32f16ff8fcd298a4f876eca1903a37879918bdf3d1e4684d17b1815caf991ffc0264273fb3b84ab77a300382050039b3c5977a38d1e94ba060f7b58e SHA512 1a3aa24fe09564dbd2cd454e081eb5198279a968a4ab8df0b7f42ea1da63b24ac28ea4000fabf4cf00c6b37d4395b927321d27c1502de3447001285d0c942439

diff --git a/net-p2p/nicotine+/nicotine+-2.2.0.ebuild b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
new file mode 100644
index 00000000000..96b50ea7f31
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-2.2.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	dev-python/pytaglib[${PYTHON_USEDEP}]
+	media-libs/mutagen[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-11-25 22:30 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-11-25 22:30 UTC (permalink / raw
  To: gentoo-commits

commit:     bd6cf591297b6b45b6b7c4c7a04d00a0bd20e757
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 25 22:30:03 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Wed Nov 25 22:30:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6cf591

net-p2p/nicotine+: 2.1.2 version bump

Closes: https://bugs.gentoo.org/750425
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-2.1.2.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 50ceb6ca046..e23909a1f9b 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1 +1,2 @@
 DIST nicotine+-2.0.1.tar.gz 5140065 BLAKE2B 01af7eb58ea6800c17042ef73b9caa8b3d5712e33226486e648fee824c0d0934440ee51f659199a5276f6a460005df89359b282b09aa07941c70e29bddc97a26 SHA512 0a16c0c289a4f4d54eba773ad40952baadf73333ea4a6b4a4524cc500d007f6de0bdd7a847e3f68978a3247c9bc4a6eab3b77db34605fda79da34c352e89a1b9
+DIST nicotine+-2.1.2.tar.gz 5091941 BLAKE2B 2fcfcc25645a194e1161502c1836d075732a833e1cca1f16cb939e960371c9a656c0044427ca381e8fb3d76de139af1f495b3c5ff208fe931571cfbe5ab0d219 SHA512 dc5ae656cb24efdd252475eefa63d471e44f9652650ca834acb358c195337c46c07ef5da873419d66235a8fbb3d2e290347aa47416c0017bea54423b485225c9

diff --git a/net-p2p/nicotine+/nicotine+-2.1.2.ebuild b/net-p2p/nicotine+/nicotine+-2.1.2.ebuild
new file mode 100644
index 00000000000..96b50ea7f31
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-2.1.2.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	dev-python/pytaglib[${PYTHON_USEDEP}]
+	media-libs/mutagen[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-10-07  7:09 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-10-07  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     7aa80fb68fa42d036f7bdff975abe28924de88b3
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 07:06:55 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 07:09:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa80fb6

net-p2p/nicotine+: x86 stable wrt bug #746572

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index f7456e30974..7d6d1c85ea1 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-10-07  6:50 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-10-07  6:50 UTC (permalink / raw
  To: gentoo-commits

commit:     f156779e6ae6f183c16f5015dd8686f3a9425ef9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 06:50:05 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 06:50:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f156779e

net-p2p/nicotine+: ppc stable wrt bug #746572

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index dd9d7e2a82c..f7456e30974 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-10-07  6:42 Agostino Sarubbo
  0 siblings, 0 replies; 72+ messages in thread
From: Agostino Sarubbo @ 2020-10-07  6:42 UTC (permalink / raw
  To: gentoo-commits

commit:     ff9c44d259478a981f5ecf10f3d9b976bdb40303
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  7 06:38:37 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Oct  7 06:38:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9c44d2

net-p2p/nicotine+: amd64 stable wrt bug #746572

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index 5d608d8deb8..dd9d7e2a82c 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/Nicotine-Plus/nicotine-plus/archive/${PV}.tar.gz ->
 
 LICENSE="GPL-3 LGPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 
 DEPEND="${PYTHON_DEPS}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-10-04 18:01 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-10-04 18:01 UTC (permalink / raw
  To: gentoo-commits

commit:     c3a41392c529faf2a3221c19879bc3fabef29799
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 18:01:05 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 18:01:44 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3a41392

net-p2p/nicotine+: x11-libs/gtk+:3[introspection] dependency.

Closes: https://bugs.gentoo.org/743514
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index 301bedcae81..5d608d8deb8 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -20,6 +20,7 @@ DEPEND="${PYTHON_DEPS}"
 RDEPEND="
 	dev-python/pygobject:3[${PYTHON_USEDEP}]
 	media-libs/mutagen[${PYTHON_USEDEP}]
+	x11-libs/gtk+:3[introspection]
 	${DEPEND}
 "
 


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-07-19 11:43 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-07-19 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bf3c8123e809dd330124393d666e4737d0e274ac
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 11:42:39 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 11:42:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf3c8123

net-p2p/nicotine+: 2.0.1-r1: py37 added; xdg_icon_cache_update in postrm added.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 .../nicotine+/{nicotine+-2.0.1.ebuild => nicotine+-2.0.1-r1.ebuild} | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
similarity index 91%
rename from net-p2p/nicotine+/nicotine+-2.0.1.ebuild
rename to net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
index ac77a1b3f00..301bedcae81 100644
--- a/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-2.0.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{7,8} )
 
 inherit distutils-r1 xdg-utils
 
@@ -35,3 +35,7 @@ src_install() {
 pkg_postinst() {
 	xdg_icon_cache_update
 }
+
+pkg_postrm() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-07-19 11:27 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-07-19 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     85907a4f0d6e1d14205ffba74dff5516487e8a4f
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 11:25:26 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 11:26:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85907a4f

net-p2p/nicotine+: 2.0.1 bump

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest               |  1 +
 net-p2p/nicotine+/nicotine+-2.0.1.ebuild | 37 ++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 047e9967a8a..eb5ab027577 100644
--- a/net-p2p/nicotine+/Manifest
+++ b/net-p2p/nicotine+/Manifest
@@ -1 +1,2 @@
 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+-2.0.1.ebuild b/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
new file mode 100644
index 00000000000..ac77a1b3f00
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-2.0.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1 xdg-utils
+
+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"
+
+LICENSE="GPL-3 LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE=""
+
+DEPEND="${PYTHON_DEPS}"
+RDEPEND="
+	dev-python/pygobject:3[${PYTHON_USEDEP}]
+	media-libs/mutagen[${PYTHON_USEDEP}]
+	${DEPEND}
+"
+
+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
+}
+
+pkg_postinst() {
+	xdg_icon_cache_update
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-07-19 11:27 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-07-19 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     2d334218803f658b7f826d34ee9270d0b0cf4cd1
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 11:25:56 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 11:26:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d334218

net-p2p/nicotine+: drop py2-only 1.4.1.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/Manifest                  |  1 -
 net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild | 34 -----------------------------
 2 files changed, 35 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index eb5ab027577..50ceb6ca046 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 bc288ddd9ab..00000000000
--- 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
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-07-19 11:27 Piotr Karbowski
  0 siblings, 0 replies; 72+ messages in thread
From: Piotr Karbowski @ 2020-07-19 11:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a08a56269aa020fb7ffff8500bb7c581eed6d9a7
Author:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 19 11:25:12 2020 +0000
Commit:     Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Sun Jul 19 11:26:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08a5626

net-p2p/nicotine+: take over.

Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>

 net-p2p/nicotine+/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index 0749c16e26e..ecc5a052b27 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!--maintainer-needed-->
+	<maintainer type="person">
+		<email>slashbeast@gentoo.org</email>
+		<name>Piotr Karbowski</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">Nicotine-Plus/nicotine-plus</remote-id>
 	</upstream>


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2020-02-09 16:47 Michał Górny
  0 siblings, 0 replies; 72+ messages in thread
From: Michał Górny @ 2020-02-09 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     c1515026b08079736b454bccbed8e6f5fa961eaa
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  8 06:55:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:46:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1515026

net-p2p/nicotine+: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{nicotine+-1.4.1-r1.ebuild => nicotine+-1.4.1-r2.ebuild}      | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
similarity index 79%
rename from net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
rename to net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
index 6244745090a..bc288ddd9ab 100644
--- a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-1.4.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,8 +18,10 @@ KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="
-	>=dev-python/pygtk-2.24[${PYTHON_USEDEP}]
-	media-libs/mutagen[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/pygtk-2.24[${PYTHON_MULTI_USEDEP}]
+		media-libs/mutagen[${PYTHON_MULTI_USEDEP}]
+	')
 "
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2019-01-12 10:59 Pacho Ramos
  0 siblings, 0 replies; 72+ messages in thread
From: Pacho Ramos @ 2019-01-12 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     1f9fb504b81af21d70d04e1dd9f70915ccc0bbaf
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 10:31:03 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> 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 <pacho <AT> 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
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2019-01-12 10:59 Pacho Ramos
  0 siblings, 0 replies; 72+ messages in thread
From: Pacho Ramos @ 2019-01-12 10:59 UTC (permalink / raw
  To: gentoo-commits

commit:     064a0f547b24e106202481e5d08796a7b0e53868
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 10:30:51 2019 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 10:30:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064a0f54

net-p2p/nicotine+: Fix deps

Closes: https://bugs.gentoo.org/673916
Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild | 32 +++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
new file mode 100644
index 00000000000..97f31a510c6
--- /dev/null
+++ b/net-p2p/nicotine+/nicotine+-1.4.1-r1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2019 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 ~x86-fbsd"
+IUSE=""
+
+RDEPEND="
+	>=dev-python/pygtk-2.24[${PYTHON_USEDEP}]
+	media-libs/mutagen[${PYTHON_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
+}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2018-04-16 17:52 Jason Donenfeld
  0 siblings, 0 replies; 72+ messages in thread
From: Jason Donenfeld @ 2018-04-16 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     05bd0d6528b0943dbdbdb77194d9e0d150ed7d6c
Author:     Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 16 17:51:53 2018 +0000
Commit:     Jason Donenfeld <zx2c4 <AT> gentoo <DOT> org>
CommitDate: Mon Apr 16 17:52:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05bd0d65

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 +--
 ...ne+-1.2.16-r1.ebuild => nicotine+-1.4.1.ebuild} | 27 +++++-----------------
 3 files changed, 8 insertions(+), 24 deletions(-)

diff --git a/net-p2p/nicotine+/Manifest b/net-p2p/nicotine+/Manifest
index 7696979f420..047e9967a8a 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 202f8408697..0acc3684dd5 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -2,7 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<upstream>
-		<remote-id type="github">eLvErDe/nicotine-plus</remote-id>
-		<remote-id type="sourceforge">nicotine-plus</remote-id>
+		<remote-id type="github">Nicotine-Plus/nicotine-plus</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild
similarity index 53%
rename from net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild
rename to net-p2p/nicotine+/nicotine+-1.4.1.ebuild
index dd2b659a064..a6d9d9d6de4 100644
--- a/net-p2p/nicotine+/nicotine+-1.2.16-r1.ebuild
+++ b/net-p2p/nicotine+/nicotine+-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,34 +9,19 @@ 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"
+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"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND=">=dev-python/pygtk-2.12[${PYTHON_USEDEP}]
-	gnome-base/librsvg"
+RDEPEND=">=dev-python/pygtk-2.24[${PYTHON_USEDEP}]"
 
 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
-}
+S="${WORKDIR}/nicotine-plus-${PV}"
 
 pkg_postinst() {
 	echo


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2018-03-10 12:23 Pacho Ramos
  0 siblings, 0 replies; 72+ messages in thread
From: Pacho Ramos @ 2018-03-10 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     d01929b9ea172f94af560b2db4f302dd63ab8b1a
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 10 11:54:10 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Mar 10 12:21:22 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01929b9

net-p2p/nicotine+: Update maintainer due to bug #143105

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-p2p/nicotine+/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index cd1dc3168b4..202f8408697 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version='1.0' encoding='UTF-8'?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>rhill@gentoo.org</email>
-		<name>Ryan Hill</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">eLvErDe/nicotine-plus</remote-id>
 		<remote-id type="sourceforge">nicotine-plus</remote-id>


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2017-01-15 11:20 Pacho Ramos
  0 siblings, 0 replies; 72+ messages in thread
From: Pacho Ramos @ 2017-01-15 11:20 UTC (permalink / raw
  To: gentoo-commits

commit:     3984e7dddd4bbc88bbd0090e4c64b62a6780c0de
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 10:57:13 2017 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 11:19:40 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3984e7dd

net-p2p/nicotine+: Drop old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 net-p2p/nicotine+/nicotine+-1.2.16.ebuild | 51 -------------------------------
 1 file changed, 51 deletions(-)

diff --git a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild b/net-p2p/nicotine+/nicotine+-1.2.16.ebuild
deleted file mode 100644
index 3ab01e7..00000000
--- a/net-p2p/nicotine+/nicotine+-1.2.16.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="3"
-PYTHON_DEPEND="2"
-
-inherit distutils
-
-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
-	gnome-base/librsvg"
-
-DEPEND="${RDEPEND}"
-
-PYTHON_MODNAME="pynicotine"
-
-pkg_setup() {
-	python_set_active_version 2
-}
-
-src_prepare() {
-	sed -i -e 's:\(Icon=\).*:\1nicotine-plus-32px:' \
-		"${S}"/files/nicotine.desktop
-}
-
-src_install() {
-	distutils_src_install
-	python_convert_shebangs -r 2 "${D}"
-	dosym nicotine.py /usr/bin/nicotine
-}
-
-pkg_postinst() {
-	distutils_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
-}


^ permalink raw reply related	[flat|nested] 72+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
@ 2016-09-13  1:55 Ryan Hill
  0 siblings, 0 replies; 72+ messages in thread
From: Ryan Hill @ 2016-09-13  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     cb083b093737a0521cb3de40d1e45dd5f709b60a
Author:     Ryan Hill <rhill <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 13 01:54:55 2016 +0000
Commit:     Ryan Hill <rhill <AT> gentoo <DOT> org>
CommitDate: Tue Sep 13 01:55:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb083b09

net-p2p/nicotine+: Change upstream reference to github (bug #593622).

Package-Manager: portage-2.3.0
Signed-off-by: Ryan Hill <rhill <AT> gentoo.org>

 net-p2p/nicotine+/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-p2p/nicotine+/metadata.xml b/net-p2p/nicotine+/metadata.xml
index 616d43e..9728bfd 100644
--- a/net-p2p/nicotine+/metadata.xml
+++ b/net-p2p/nicotine+/metadata.xml
@@ -6,6 +6,6 @@
 		<name>Ryan Hill</name>
 	</maintainer>
 	<upstream>
-		<remote-id type="sourceforge">nicotine-plus</remote-id>
+		<remote-id type="github">eLvErDe/nicotine-plus</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 72+ messages in thread

end of thread, other threads:[~2024-07-22  5:43 UTC | newest]

Thread overview: 72+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-27 21:18 [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ Piotr Karbowski
  -- strict thread matches above, loose matches on Subject: below --
2024-07-22  5:43 Joonas Niilola
2024-07-20  6:42 Joonas Niilola
2024-07-20  6:42 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-07 13:15 Joonas Niilola
2024-06-02 18:57 Arthur Zamarin
2024-06-02 18:57 Arthur Zamarin
2024-06-02 14:47 Sam James
2024-05-31 13:16 Joonas Niilola
2023-09-19 17:48 Arthur Zamarin
2023-08-09 18:14 Piotr Karbowski
2023-07-26  3:33 Sam James
2023-05-05 10:24 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-05-02 15:21 Arthur Zamarin
2023-03-29 20:51 Piotr Karbowski
2023-03-29 20:51 Piotr Karbowski
2023-02-21 17:13 Arthur Zamarin
2023-02-21 17:13 Arthur Zamarin
2023-02-19 11:27 Arthur Zamarin
2023-01-08 21:30 Piotr Karbowski
2022-12-09 22:15 Arthur Zamarin
2022-12-09 21:55 Arthur Zamarin
2022-10-23 14:15 Piotr Karbowski
2022-10-19 19:51 Piotr Karbowski
2022-10-19 19:51 Piotr Karbowski
2022-07-05  2:05 Sam James
2022-06-15  7:16 Agostino Sarubbo
2022-06-14  7:10 Agostino Sarubbo
2022-06-07 19:19 Piotr Karbowski
2022-06-07  6:03 Sam James
2022-06-05  7:09 Agostino Sarubbo
2022-06-05  7:06 Agostino Sarubbo
2022-06-04 19:48 Piotr Karbowski
2022-03-06 23:36 Piotr Karbowski
2022-01-21 20:17 Arthur Zamarin
2022-01-21 12:40 Sam James
2022-01-21 12:40 Sam James
2022-01-02  0:04 Sam James
2022-01-02  0:04 Sam James
2022-01-01 11:07 Sam James
2021-12-19 20:42 Piotr Karbowski
2021-12-19 20:42 Piotr Karbowski
2021-06-08 19:16 Piotr Karbowski
2021-04-08 21:02 Piotr Karbowski
2021-03-12 15:30 Sam James
2021-03-12 15:28 Sam James
2021-03-12 15:25 Sam James
2021-03-11 20:34 Piotr Karbowski
2021-02-05 12:31 Sam James
2021-02-05 10:40 Sam James
2021-01-06 10:07 Piotr Karbowski
2020-12-18 10:14 Sergei Trofimovich
2020-12-10 22:23 Piotr Karbowski
2020-11-25 22:30 Piotr Karbowski
2020-10-07  7:09 Agostino Sarubbo
2020-10-07  6:50 Agostino Sarubbo
2020-10-07  6:42 Agostino Sarubbo
2020-10-04 18:01 Piotr Karbowski
2020-07-19 11:43 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-07-19 11:27 Piotr Karbowski
2020-02-09 16:47 Michał Górny
2019-01-12 10:59 Pacho Ramos
2019-01-12 10:59 Pacho Ramos
2018-04-16 17:52 Jason Donenfeld
2018-03-10 12:23 Pacho Ramos
2017-01-15 11:20 Pacho Ramos
2016-09-13  1:55 Ryan Hill

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox