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 F316B59CB3 for ; Sat, 16 Apr 2016 13:43:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0945E0850; Sat, 16 Apr 2016 13:42:58 +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 77D46E0850 for ; Sat, 16 Apr 2016 13:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 42D84340997 for ; Sat, 16 Apr 2016 13:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4394A86E for ; Sat, 16 Apr 2016 13:42:54 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1460814161.d78f1edb3b4b0fb6841fd476e85bb021b0af24f2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-p2p/ktorrent/ X-VCS-Repository: proj/kde X-VCS-Files: net-p2p/ktorrent/ktorrent-9999.ebuild X-VCS-Directories: net-p2p/ktorrent/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d78f1edb3b4b0fb6841fd476e85bb021b0af24f2 X-VCS-Branch: master Date: Sat, 16 Apr 2016 13:42:54 +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: ae46e7e7-94ba-4714-b147-ffb691cfae9d X-Archives-Hash: 2d5763f56d916984cc576ea9cb592450 commit: d78f1edb3b4b0fb6841fd476e85bb021b0af24f2 Author: Johannes Huber gentoo org> AuthorDate: Sat Apr 16 13:42:41 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sat Apr 16 13:42:41 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d78f1edb net-p2p/ktorrent: Update SRC_URI Package-Manager: portage-2.2.28 net-p2p/ktorrent/ktorrent-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-p2p/ktorrent/ktorrent-9999.ebuild b/net-p2p/ktorrent/ktorrent-9999.ebuild index c21af41..808e604 100644 --- a/net-p2p/ktorrent/ktorrent-9999.ebuild +++ b/net-p2p/ktorrent/ktorrent-9999.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} != 9999* ]]; then LIBKT_VERSION_MAX=$(($(get_major_version)-3)).$(($(get_version_component_range 2)+1)) MY_P="${PN}-${MY_PV}" - SRC_URI="http://ktorrent.org/downloads/${MY_PV}/${MY_P}.tar.bz2" + SRC_URI="mirror://kde/stable/${PN}/${MY_PV}/${MY_P}.tar.xz" S="${WORKDIR}"/"${MY_P}" KEYWORDS="~amd64 ~ppc ~x86"