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 5A7091395E2 for ; Sat, 26 Nov 2016 18:24:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B74D9E08E1; Sat, 26 Nov 2016 18:24:46 +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 9EA3AE08E1 for ; Sat, 26 Nov 2016 18:24:46 +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 CBA633411FB for ; Sat, 26 Nov 2016 18:24:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9814749A for ; Sat, 26 Nov 2016 18:24:43 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1480184677.14310b0405270e9e004705ed529ee22176d1377e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-2.7.1.ebuild sys-process/glances/glances-2.7.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 14310b0405270e9e004705ed529ee22176d1377e X-VCS-Branch: master Date: Sat, 26 Nov 2016 18:24:43 +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: 85798142-10a8-4a0a-b3e3-78b995945d50 X-Archives-Hash: dea046ee4f34afc5d17502a8833801e7 commit: 14310b0405270e9e004705ed529ee22176d1377e Author: David Seifert gentoo org> AuthorDate: Sat Nov 26 18:24:17 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Nov 26 18:24:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14310b04 sys-process/glances: Fix PyPI link Gentoo-bug: 600876 Package-Manager: portage-2.3.2 sys-process/glances/glances-2.7.1.ebuild | 2 +- sys-process/glances/glances-2.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-process/glances/glances-2.7.1.ebuild b/sys-process/glances/glances-2.7.1.ebuild index 9d04a05..9d90003 100644 --- a/sys-process/glances/glances-2.7.1.ebuild +++ b/sys-process/glances/glances-2.7.1.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 eutils linux-info DESCRIPTION="CLI curses based monitoring tool" HOMEPAGE="https://github.com/nicolargo/glances" -SRC_URI="mirror://pypi/${PN^:0:1}/${PN^}/${P^}.tar.gz" +SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/sys-process/glances/glances-2.7.ebuild b/sys-process/glances/glances-2.7.ebuild index 9d04a05..9d90003 100644 --- a/sys-process/glances/glances-2.7.ebuild +++ b/sys-process/glances/glances-2.7.ebuild @@ -11,7 +11,7 @@ inherit distutils-r1 eutils linux-info DESCRIPTION="CLI curses based monitoring tool" HOMEPAGE="https://github.com/nicolargo/glances" -SRC_URI="mirror://pypi/${PN^:0:1}/${PN^}/${P^}.tar.gz" +SRC_URI="mirror://pypi/G/${PN^}/${P^}.tar.gz" LICENSE="LGPL-3" SLOT="0"