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 B10C613835A for ; Sun, 2 May 2021 19:22:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 062F7E0920; Sun, 2 May 2021 19:22:32 +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 DBDA8E0920 for ; Sun, 2 May 2021 19:22:31 +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 08F6B340562 for ; Sun, 2 May 2021 19:22:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 759A6733 for ; Sun, 2 May 2021 19:22:29 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1619983342.c4ec1ee42400be04414a8ab1b728ec21add16fff.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/pymol/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-chemistry/pymol/pymol-2.4.0-r1.ebuild X-VCS-Directories: sci-chemistry/pymol/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: c4ec1ee42400be04414a8ab1b728ec21add16fff X-VCS-Branch: master Date: Sun, 2 May 2021 19:22:29 +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: 14cf88f8-41bb-47fc-9300-199e9ad7b811 X-Archives-Hash: 838c31a8a3c69529832684444e729916 commit: c4ec1ee42400be04414a8ab1b728ec21add16fff Author: Pacho Ramos gentoo org> AuthorDate: Sun May 2 19:20:06 2021 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun May 2 19:22:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ec1ee4 sci-chemistry/pymol: Re-host distfiles Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Pacho Ramos gentoo.org> sci-chemistry/pymol/pymol-2.4.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild b/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild index 7fb154b6850..c710896747d 100644 --- a/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-2.4.0-r1.ebuild @@ -11,7 +11,7 @@ inherit desktop optfeature flag-o-matic xdg distutils-r1 DESCRIPTION="A Python-extensible molecular graphics system" HOMEPAGE="https://www.pymol.org/" SRC_URI=" - https://dev.gentoo.org/~jlec/distfiles/${PN}-1.8.4.0.png.xz + https://dev.gentoo.org/~pacho/${PN}/${PN}-1.8.4.0.png.xz https://github.com/schrodinger/pymol-open-source/archive/v${PV}.tar.gz -> ${P}.tar.gz " RESTRICT="mirror"