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 C1C681382C5 for ; Sun, 4 Feb 2018 17:41:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4683E0ACB; Sun, 4 Feb 2018 17:41:51 +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 ABCEDE0AC8 for ; Sun, 4 Feb 2018 17:41:51 +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 CBA15335C4A for ; Sun, 4 Feb 2018 17:41:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 120E31E0 for ; Sun, 4 Feb 2018 17:41:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517765934.2895e463bbc04c17e05806075abffcd47046605e.asturm@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-r1.ebuild net-p2p/deluge/deluge-1.3.15-r2.ebuild net-p2p/deluge/deluge-1.3.15.ebuild net-p2p/deluge/deluge-1.3.9999.ebuild net-p2p/deluge/deluge-9999.ebuild X-VCS-Directories: net-p2p/deluge/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2895e463bbc04c17e05806075abffcd47046605e X-VCS-Branch: master Date: Sun, 4 Feb 2018 17:41:48 +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: dadeeb7a-4a50-4b17-b312-2558a4796e51 X-Archives-Hash: 708eccd7c0b8440b023a5aef17a6933e commit: 2895e463bbc04c17e05806075abffcd47046605e Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 4 17:07:18 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 4 17:38:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2895e463 net-p2p/deluge: Drop ~arm <1.3.15-r2, restore ~arm >=1.3.15-r2 This was holding up net-libs/libtorrent-rasterbar cleanup. Cleanup duplicate KEYWORDS line in 9999 conditional block. Bug: https://bugs.gentoo.org/636860 Package-Manager: Portage-2.3.24, Repoman-2.3.6 net-p2p/deluge/deluge-1.3.15-r1.ebuild | 5 ++--- net-p2p/deluge/deluge-1.3.15-r2.ebuild | 5 ++--- net-p2p/deluge/deluge-1.3.15.ebuild | 5 ++--- net-p2p/deluge/deluge-1.3.9999.ebuild | 3 +-- net-p2p/deluge/deluge-9999.ebuild | 3 +-- 5 files changed, 8 insertions(+), 13 deletions(-) diff --git a/net-p2p/deluge/deluge-1.3.15-r1.ebuild b/net-p2p/deluge/deluge-1.3.15-r1.ebuild index e76bbab1485..1f182af8f3e 100644 --- a/net-p2p/deluge/deluge-1.3.15-r1.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r1.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="6" @@ -16,10 +16,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" SRC_URI="" - KEYWORDS="~amd64 ~x86" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~ppc ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-p2p/deluge/deluge-1.3.15-r2.ebuild b/net-p2p/deluge/deluge-1.3.15-r2.ebuild index 5d79bc528cc..831b0f5a248 100644 --- a/net-p2p/deluge/deluge-1.3.15-r2.ebuild +++ b/net-p2p/deluge/deluge-1.3.15-r2.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="6" @@ -16,10 +16,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" SRC_URI="" - KEYWORDS="~amd64 ~x86" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="~amd64 ~ppc ~sparc ~x86" + KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" fi LICENSE="GPL-2" diff --git a/net-p2p/deluge/deluge-1.3.15.ebuild b/net-p2p/deluge/deluge-1.3.15.ebuild index 4c92716328b..24f0bebb7fe 100644 --- a/net-p2p/deluge/deluge-1.3.15.ebuild +++ b/net-p2p/deluge/deluge-1.3.15.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="6" @@ -16,10 +16,9 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" SRC_URI="" - KEYWORDS="amd64 x86" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" - KEYWORDS="amd64 ~arm ~ppc ~sparc x86" + KEYWORDS="amd64 ~ppc ~sparc x86" fi LICENSE="GPL-2" diff --git a/net-p2p/deluge/deluge-1.3.9999.ebuild b/net-p2p/deluge/deluge-1.3.9999.ebuild index 759e6ef8744..4c516d7de28 100644 --- a/net-p2p/deluge/deluge-1.3.9999.ebuild +++ b/net-p2p/deluge/deluge-1.3.9999.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="6" @@ -17,7 +17,6 @@ if [[ ${PV} == 1.3.9999 ]]; then http://git.deluge-torrent.org/${PN}" EGIT_BRANCH="1.3-stable" SRC_URI="" - KEYWORDS="" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" diff --git a/net-p2p/deluge/deluge-9999.ebuild b/net-p2p/deluge/deluge-9999.ebuild index 42a1addef2d..af4e8728bc1 100644 --- a/net-p2p/deluge/deluge-9999.ebuild +++ b/net-p2p/deluge/deluge-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -16,7 +16,6 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://deluge-torrent.org/${PN}.git http://git.deluge-torrent.org/${PN}" SRC_URI="" - KEYWORDS="" else SRC_URI="http://download.deluge-torrent.org/source/${P}.tar.bz2" KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"