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 934D313933E for ; Tue, 13 Jul 2021 13:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5E70E0CC9; Tue, 13 Jul 2021 13:44:07 +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 95C05E0CC9 for ; Tue, 13 Jul 2021 13:44:07 +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 EDD2D335C52 for ; Tue, 13 Jul 2021 13:44:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 69AD27B3 for ; Tue, 13 Jul 2021 13:44:04 +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: <1626182979.90129ae38ef67e4e9831601a2d5816f03e4c0c07.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.13_p20200417.ebuild X-VCS-Directories: app-admin/ps_mem/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 90129ae38ef67e4e9831601a2d5816f03e4c0c07 X-VCS-Branch: master Date: Tue, 13 Jul 2021 13:44:04 +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: 0cbd6d06-2c82-49ac-8e66-ef7335977a81 X-Archives-Hash: 96f9d5c8d4a8f3a4ad464cc1f1c7d489 commit: 90129ae38ef67e4e9831601a2d5816f03e4c0c07 Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 13 13:16:36 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 13 13:29:39 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90129ae3 app-admin/ps_mem: drop old Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-admin/ps_mem/Manifest | 1 - app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 30 --------------------------- 2 files changed, 31 deletions(-) diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest index 77077acc5c2..ad90d18a1f2 100644 --- a/app-admin/ps_mem/Manifest +++ b/app-admin/ps_mem/Manifest @@ -1,2 +1 @@ -DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852 DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6 diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild deleted file mode 100644 index 4133b6830ef..00000000000 --- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{7,8,9} ) -DISTUTILS_SINGLE_IMPL=1 -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 vcs-snapshot - -COMMIT="fc75a8cc3cda05c53a4ae4fe296deeb9fc43908d" - -DESCRIPTION="A utility to report core memory usage per program" -HOMEPAGE="https://github.com/pixelb/ps_mem" -SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ~ppc64 sparc x86" -IUSE="" - -python_install() { - distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin" -} - -python_install_all() { - distutils-r1_python_install_all - doman ${PN}.1 -}