From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DF5B1382C7 for ; Wed, 22 Jun 2016 19:45:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E7CEE0826; Wed, 22 Jun 2016 19:45:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65938E0807 for ; Wed, 22 Jun 2016 19:45:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B50A340862 for ; Wed, 22 Jun 2016 19:45:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B79D7241F for ; Wed, 22 Jun 2016 19:45:38 +0000 (UTC) From: "Kristian Fiskerstrand" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kristian Fiskerstrand" Message-ID: <1466624669.fc5e2cd290b1b9438248695b401837ce89a56cec.k_f@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.12-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: k_f X-VCS-Committer-Name: Kristian Fiskerstrand X-VCS-Revision: fc5e2cd290b1b9438248695b401837ce89a56cec X-VCS-Branch: master Date: Wed, 22 Jun 2016 19:45:38 +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-Archives-Salt: 1631221a-622d-46bf-a7db-9af65191d01f X-Archives-Hash: 35971562225954f3c1e35a6842e16b72 commit: fc5e2cd290b1b9438248695b401837ce89a56cec Author: PPed72 iol it> AuthorDate: Mon Jun 20 10:09:09 2016 +0000 Commit: Kristian Fiskerstrand gentoo org> CommitDate: Wed Jun 22 19:44:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5e2cd2 net-p2p/deluge: Add stable live ebuild Also fixes some tabs vs spaces issues net-p2p/deluge/deluge-1.3.12-r4.ebuild | 4 ++-- .../deluge/{deluge-1.3.12-r4.ebuild => deluge-1.3.9999.ebuild} | 8 ++++---- net-p2p/deluge/deluge-9999.ebuild | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.12-r4.ebuild b/net-p2p/deluge/deluge-1.3.12-r4.ebuild index 812e7f2..d5a9bef 100644 --- a/net-p2p/deluge/deluge-1.3.12-r4.ebuild +++ b/net-p2p/deluge/deluge-1.3.12-r4.ebuild @@ -84,8 +84,8 @@ esetup.py() { # Override this call from the distutils-r1 eclass. # This does not respect the distutils-r1 API. DONOT copy this example. set -- "${PYTHON}" setup.py "$@" - echo "$@" - "$@" || die + echo "$@" + "$@" || die } python_install_all() { diff --git a/net-p2p/deluge/deluge-1.3.12-r4.ebuild b/net-p2p/deluge/deluge-1.3.9999.ebuild similarity index 97% copy from net-p2p/deluge/deluge-1.3.12-r4.ebuild copy to net-p2p/deluge/deluge-1.3.9999.ebuild index 812e7f2..0090456 100644 --- a/net-p2p/deluge/deluge-1.3.12-r4.ebuild +++ b/net-p2p/deluge/deluge-1.3.9999.ebuild @@ -12,10 +12,11 @@ inherit distutils-r1 eutils systemd user l10n DESCRIPTION="BitTorrent client with a client/server model" HOMEPAGE="http://deluge-torrent.org/" -if [[ ${PV} == 9999 ]]; then +if [[ ${PV} == 1.3.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="" KEYWORDS="" else @@ -32,7 +33,6 @@ REQUIRED_USE=" libnotify? ( gtk ) " PATCHES=( - "${FILESDIR}/${PN}-1.3.12-fix_scheduler_plugin.patch" "${FILESDIR}/${PN}-1.3.5-disable_libtorrent_internal_copy.patch" ) @@ -84,8 +84,8 @@ esetup.py() { # Override this call from the distutils-r1 eclass. # This does not respect the distutils-r1 API. DONOT copy this example. set -- "${PYTHON}" setup.py "$@" - echo "$@" - "$@" || die + echo "$@" + "$@" || die } python_install_all() { diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index a8a9ca6..33cd876 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -83,8 +83,8 @@ esetup.py() { # Override this call from the distutils-r1 eclass. # This does not respect the distutils-r1 API. DONOT copy this example. set -- "${PYTHON}" setup.py "$@" - echo "$@" - "$@" || die + echo "$@" + "$@" || die } python_install_all() {