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 A7DE0138335 for ; Wed, 16 Oct 2019 21:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D3FE0895; Wed, 16 Oct 2019 21:20:36 +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 8BA45E0895 for ; Wed, 16 Oct 2019 21:20:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CCC3634BDC3 for ; Wed, 16 Oct 2019 21:20:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AEE983E for ; Wed, 16 Oct 2019 21:20:32 +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: <1571260824.515ea8af3960977c70faf513dce4b650a69d5ff1.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-2.0.3-r1.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: 515ea8af3960977c70faf513dce4b650a69d5ff1 X-VCS-Branch: master Date: Wed, 16 Oct 2019 21:20:32 +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: d599717a-0c3e-446a-966a-c7c488690aea X-Archives-Hash: a8e01e74851d87879b4888276832ba1b commit: 515ea8af3960977c70faf513dce4b650a69d5ff1 Author: Craig Andrews gentoo org> AuthorDate: Wed Oct 16 21:15:29 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Wed Oct 16 21:20:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515ea8af net-p2p/deluge: dev-python/mako is an unconditional dependency Closes: https://bugs.gentoo.org/697888 Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> net-p2p/deluge/{deluge-9999.ebuild => deluge-2.0.3-r1.ebuild} | 4 ++-- net-p2p/deluge/deluge-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-2.0.3-r1.ebuild similarity index 97% copy from net-p2p/deluge/deluge-9999.ebuild copy to net-p2p/deluge/deluge-2.0.3-r1.ebuild index 879207fa8b3..9d936b780a0 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-2.0.3-r1.ebuild @@ -51,7 +51,7 @@ RDEPEND="dev-python/chardet[${PYTHON_USEDEP}] libnotify? ( x11-libs/libnotify ) ) net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}] - webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )" + dev-python/mako[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/${PN}-2.0.3-setup.py.patch" @@ -99,7 +99,7 @@ python_install_all() { if use webinterface; then newinitd "${FILESDIR}/deluge-web.init" deluge-web newconfd "${FILESDIR}/deluge-web.conf" deluge-web - systemd_newunit "${FILESDIR}/deluge-web.service-2" deluge-web.service + systemd_newunit "${FILESDIR}/deluge-web.service-3" deluge-web.service systemd_install_serviced "${FILESDIR}/deluge-web.service.conf" else rm -rf "${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/web/" || die diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 879207fa8b3..9d936b780a0 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -51,7 +51,7 @@ RDEPEND="dev-python/chardet[${PYTHON_USEDEP}] libnotify? ( x11-libs/libnotify ) ) net-libs/libtorrent-rasterbar[python,${PYTHON_USEDEP}] - webinterface? ( dev-python/mako[${PYTHON_USEDEP}] )" + dev-python/mako[${PYTHON_USEDEP}]" PATCHES=( "${FILESDIR}/${PN}-2.0.3-setup.py.patch" @@ -99,7 +99,7 @@ python_install_all() { if use webinterface; then newinitd "${FILESDIR}/deluge-web.init" deluge-web newconfd "${FILESDIR}/deluge-web.conf" deluge-web - systemd_newunit "${FILESDIR}/deluge-web.service-2" deluge-web.service + systemd_newunit "${FILESDIR}/deluge-web.service-3" deluge-web.service systemd_install_serviced "${FILESDIR}/deluge-web.service.conf" else rm -rf "${D}/usr/$(get_libdir)/python2.7/site-packages/deluge/ui/web/" || die