From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E2543138334 for ; Thu, 24 Jan 2019 23:22:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5A49E0D5A; Thu, 24 Jan 2019 23:22:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 92DC8E0D5A for ; Thu, 24 Jan 2019 23:22:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B76E335CEF for ; Thu, 24 Jan 2019 23:22:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 167FB4E3 for ; Thu, 24 Jan 2019 23:22:31 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1548372142.dd83699d620548c1e6fe2cd14cd5f51058b1dac5.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/deluge/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/deluge/deluge-1.3.15-r3.ebuild net-p2p/deluge/deluge-1.3.9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: dd83699d620548c1e6fe2cd14cd5f51058b1dac5 X-VCS-Branch: master Date: Thu, 24 Jan 2019 23:22:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ee20064-7058-4a67-ac3d-13e30247aed1 X-Archives-Hash: a6092f0e0472f9bbacbf1a63d242593d commit: dd83699d620548c1e6fe2cd14cd5f51058b1dac5 Author: PPed72 iol it> AuthorDate: Wed Jan 23 10:58:20 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Thu Jan 24 23:22:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd83699d net-p2p/deluge: restrict libtorrent-rasterbar dependency net-libs/libtorrent-rasterbar-1.2 removed several deprecated functions needed by net-p2p deluge. We thus restrict the dependency to be iol.it> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10892 Signed-off-by: Craig Andrews gentoo.org> ...uge-1.3.9999.ebuild => deluge-1.3.15-r3.ebuild} | 23 +++++++--------------- net-p2p/deluge/deluge-1.3.9999.ebuild | 19 +++++------------- 2 files changed, 12 insertions(+), 30 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild b/net-p2p/deluge/deluge-1.3.15-r3.ebuild similarity index 85% copy from net-p2p/deluge/deluge-1.3.9999.ebuild copy to net-p2p/deluge/deluge-1.3.15-r3.ebuild index a32833a4f9f..2245028f990 100644 --- a/net-p2p/deluge/deluge-1.3.9999.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r3.ebuild @@ -1,21 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 -PLOCALES="af ar ast be bg bn bs ca cs cy da de el en_AU en_CA en_GB eo es et eu fa fi fo fr fy ga gl he hi hr hu id is it iu ja ka kk km kn ko ku ky la lb lt lv mk ml ms nap nb nds nl nn oc pl pms pt pt_BR ro ru si sk sl sr sv ta te th tl tlh tr uk ur vi zh_CN zh_HK zh_TW" -inherit distutils-r1 eutils systemd user l10n +inherit distutils-r1 systemd user DESCRIPTION="BitTorrent client with a client/server model" HOMEPAGE="https://deluge-torrent.org/" -if [[ ${PV} == 1.3.9999 ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" - EGIT_BRANCH="1.3-stable" SRC_URI="" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" @@ -32,13 +30,13 @@ REQUIRED_USE=" " PATCHES=( "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch" + "${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch" ) -CDEPEND="net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}]" -DEPEND="${CDEPEND} +DEPEND="