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 44E07138334 for ; Mon, 25 Jun 2018 13:55:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B46BE09D4; Mon, 25 Jun 2018 13:55:26 +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 26BEBE09D4 for ; Mon, 25 Jun 2018 13:55:25 +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 11DDD335C39 for ; Mon, 25 Jun 2018 13:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 84B932B0 for ; Mon, 25 Jun 2018 13:55:23 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1529934906.9a4c28f0f91c42a06e7e4db3f529492aa05ed4fb.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ps_mem/Manifest app-admin/ps_mem/ps_mem-3.12.ebuild X-VCS-Directories: app-admin/ps_mem/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 9a4c28f0f91c42a06e7e4db3f529492aa05ed4fb X-VCS-Branch: master Date: Mon, 25 Jun 2018 13:55:23 +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: a8ff3e7e-a6e0-498b-be76-f6690311cdd9 X-Archives-Hash: 3f1eccfac6d1820de3d7892cb1a9d075 commit: 9a4c28f0f91c42a06e7e4db3f529492aa05ed4fb Author: Ben Kohler gentoo org> AuthorDate: Mon Jun 25 13:54:46 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Mon Jun 25 13:55:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a4c28f0 app-admin/ps_mem: add SRC_URI arrow Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-admin/ps_mem/Manifest | 2 +- app-admin/ps_mem/ps_mem-3.12.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest index dc7acbdeb15..f25c8019bba 100644 --- a/app-admin/ps_mem/Manifest +++ b/app-admin/ps_mem/Manifest @@ -1 +1 @@ -DIST v3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4 +DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4 diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild index 42ed5888590..a60e22bad8f 100644 --- a/app-admin/ps_mem/ps_mem-3.12.ebuild +++ b/app-admin/ps_mem/ps_mem-3.12.ebuild @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="A utility to report core memory usage per program" HOMEPAGE="https://github.com/pixelb/${PN}" -SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz" +SRC_URI="https://github.com/pixelb/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"