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 7D289138334 for ; Wed, 18 Sep 2019 17:27:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 968E0E096F; Wed, 18 Sep 2019 17:27:35 +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 4FABCE096F for ; Wed, 18 Sep 2019 17:27:35 +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 C840934B364 for ; Wed, 18 Sep 2019 17:27:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE429763 for ; Wed, 18 Sep 2019 17:27:31 +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: <1568827640.79b028188f1d5e6ed5150b129218b5fde402c2c3.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-r1.ebuild app-admin/ps_mem/ps_mem-3.12.ebuild app-admin/ps_mem/ps_mem-3.13.ebuild X-VCS-Directories: app-admin/ps_mem/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 79b028188f1d5e6ed5150b129218b5fde402c2c3 X-VCS-Branch: master Date: Wed, 18 Sep 2019 17:27:31 +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: 73fdcb17-e9aa-444d-8ca8-380c74812b50 X-Archives-Hash: 1bcddeeb356ba2aebbd3f5ec8f3c598d commit: 79b028188f1d5e6ed5150b129218b5fde402c2c3 Author: Ben Kohler gentoo org> AuthorDate: Wed Sep 18 15:07:27 2019 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Sep 18 17:27:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79b02818 app-admin/ps_mem: slightly adjust SRC_URI, drop old Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ben Kohler gentoo.org> app-admin/ps_mem/Manifest | 1 - app-admin/ps_mem/ps_mem-3.12-r1.ebuild | 28 ---------------------------- app-admin/ps_mem/ps_mem-3.12.ebuild | 29 ----------------------------- app-admin/ps_mem/ps_mem-3.13.ebuild | 2 +- 4 files changed, 1 insertion(+), 59 deletions(-) diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest index 5bf18609caa..f61c651d0a7 100644 --- a/app-admin/ps_mem/Manifest +++ b/app-admin/ps_mem/Manifest @@ -1,2 +1 @@ -DIST ps_mem-3.12.tar.gz 18074 BLAKE2B 98861120b09b3a25b29b5b461d50d8e6a8a684fe76685a7b032f769896dba4b8fa6cd1b1de2644488bf8b4568b960f2949eac2a72a6225cd19682a9c08803baa SHA512 aeba7573b651ffbe6bb263ecc257716cc91219aac232694a628b0e5b1e45235149d7dcf68f6b9ee669bd005adf68693cd09f32e378934690270b0b72c38abea4 DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc diff --git a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild b/app-admin/ps_mem/ps_mem-3.12-r1.ebuild deleted file mode 100644 index 1a46a4d9b58..00000000000 --- a/app-admin/ps_mem/ps_mem-3.12-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -DISTUTILS_SINGLE_IMPL=1 -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 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" - -python_install() { - distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" -} - -python_install_all() { - distutils-r1_python_install_all - doman ${PN}.1 -} diff --git a/app-admin/ps_mem/ps_mem-3.12.ebuild b/app-admin/ps_mem/ps_mem-3.12.ebuild deleted file mode 100644 index 56d2145f42b..00000000000 --- a/app-admin/ps_mem/ps_mem-3.12.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) -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 -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND="${PYTHON_DEPS} - dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${PYTHON_DEPS}" - -python_install() { - distutils-r1_python_install --install-scripts="/usr/sbin" -} - -src_install() { - distutils-r1_src_install - doman ${PN}.1 -} diff --git a/app-admin/ps_mem/ps_mem-3.13.ebuild b/app-admin/ps_mem/ps_mem-3.13.ebuild index b977cc31a56..b70d81dedb8 100644 --- a/app-admin/ps_mem/ps_mem-3.13.ebuild +++ b/app-admin/ps_mem/ps_mem-3.13.ebuild @@ -11,7 +11,7 @@ COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344" DESCRIPTION="A utility to report core memory usage per program" HOMEPAGE="https://github.com/pixelb/${PN}" -SRC_URI="https://github.com/pixelb/${PN}/tarball/${COMMIT} -> ${P}.tar.gz" +SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"