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 79563139938 for ; Wed, 26 Aug 2015 03:56:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A1FEE086D; Wed, 26 Aug 2015 03:56:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DD9F9E086D for ; Wed, 26 Aug 2015 03:56:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 018B8340B30 for ; Wed, 26 Aug 2015 03:56:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5201C16B for ; Wed, 26 Aug 2015 03:56:19 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1440561366.d9d96fc24d23d98715280f7273aab784bb44f698.pesa@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt5/PyQt5-5.5.ebuild X-VCS-Directories: dev-python/PyQt5/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: d9d96fc24d23d98715280f7273aab784bb44f698 X-VCS-Branch: master Date: Wed, 26 Aug 2015 03:56:19 +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: 5b865630-b403-415d-b1b4-efb543977e9d X-Archives-Hash: 92b12e61ef6c17aafee1ee7b57b28a7b commit: d9d96fc24d23d98715280f7273aab784bb44f698 Author: Davide Pesavento gentoo org> AuthorDate: Wed Aug 26 03:40:19 2015 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Wed Aug 26 03:56:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d96fc2 dev-python/PyQt5: revert back to sourceforge for SRC_URI Package-Manager: portage-2.2.20.1 dev-python/PyQt5/PyQt5-5.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5/PyQt5-5.5.ebuild b/dev-python/PyQt5/PyQt5-5.5.ebuild index 739b32c..0383060 100644 --- a/dev-python/PyQt5/PyQt5-5.5.ebuild +++ b/dev-python/PyQt5/PyQt5-5.5.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *_pre* ]]; then SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.xz" else MY_P=${MY_PN}-${PV} - SRC_URI="http://www.riverbankcomputing.com/static/Downloads/${PN}/${MY_P}.tar.gz" + SRC_URI="mirror://sourceforge/pyqt/${MY_P}.tar.gz" fi LICENSE="GPL-3"