From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6C64138334 for ; Fri, 11 Oct 2019 14:57:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13E55E0824; Fri, 11 Oct 2019 14:57:06 +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 DECCBE0824 for ; Fri, 11 Oct 2019 14:57:05 +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 C8B6934BBCD for ; Fri, 11 Oct 2019 14:57:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0000583F for ; Fri, 11 Oct 2019 14:57:02 +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: <1570805817.c715e2529db9e3731132b08d05d4bac02422c6ea.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-r4.ebuild net-p2p/deluge/deluge-1.3.9999.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: c715e2529db9e3731132b08d05d4bac02422c6ea X-VCS-Branch: master Date: Fri, 11 Oct 2019 14:57:02 +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: 5f32d474-2aa6-4919-8baf-a5969b34708b X-Archives-Hash: f7a11be8249967c1da32d48a737c2855 commit: c715e2529db9e3731132b08d05d4bac02422c6ea Author: Craig Andrews gentoo org> AuthorDate: Wed Oct 9 20:09:26 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Fri Oct 11 14:56:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c715e252 net-p2p/deluge: Use GLEP 81 for user/group instead of user eclass Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> .../{deluge-1.3.9999.ebuild => deluge-1.3.15-r4.ebuild} | 15 +++++++-------- net-p2p/deluge/deluge-1.3.9999.ebuild | 8 ++++---- net-p2p/deluge/deluge-9999.ebuild | 10 +++++----- 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild b/net-p2p/deluge/deluge-1.3.15-r4.ebuild similarity index 94% copy from net-p2p/deluge/deluge-1.3.9999.ebuild copy to net-p2p/deluge/deluge-1.3.15-r4.ebuild index 5abf8ffb3d0..d938267bcd8 100644 --- a/net-p2p/deluge/deluge-1.3.9999.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r4.ebuild @@ -5,16 +5,14 @@ EAPI="7" PYTHON_COMPAT=( python2_7 ) DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 systemd user +inherit distutils-r1 systemd 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" + EGIT_REPO_URI="https://git.deluge-torrent.org/${PN}" SRC_URI="" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" @@ -31,11 +29,14 @@ REQUIRED_USE=" " PATCHES=( "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch" + "${FILESDIR}/${PN}-1.3.15-r1-fix-preferences-ui.patch" ) DEPEND="