public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jason Donenfeld" <zx2c4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/
Date: Mon, 16 Apr 2018 17:52:54 +0000 (UTC)	[thread overview]
Message-ID: <1523901164.05bd0d6528b0943dbdbdb77194d9e0d150ed7d6c.zx2c4@gentoo> (raw)

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


             reply	other threads:[~2018-04-16 17:52 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-16 17:52 Jason Donenfeld [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-21 12:36 [gentoo-commits] repo/gentoo:master commit in: net-p2p/nicotine+/ Joonas Niilola
2024-09-25 11:55 Joonas Niilola
2024-09-23 15:31 Joonas Niilola
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-09-27 21:18 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-03-10 12:23 Pacho Ramos
2017-01-15 11:20 Pacho Ramos
2016-09-13  1:55 Ryan Hill

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1523901164.05bd0d6528b0943dbdbdb77194d9e0d150ed7d6c.zx2c4@gentoo \
    --to=zx2c4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox