commit: 9f167a8b4d09e0748f22448cbc9fbd3a74c4bad5
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 16:09:32 2022 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 14:26:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f167a8b
app-admin/ps_mem: drop 3.13_p20201212
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/ps_mem/Manifest | 1 -
app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild | 29 ---------------------------
2 files changed, 30 deletions(-)
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index 299b1ced0165..96ad0f59707f 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1,2 +1 @@
-DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B
f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7
SHA512
7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
DIST ps_mem-3.14.tar.gz 18539 BLAKE2B
29046d2bcef7eafea72921440664ec40b235ddb45d068e1b2edbb40e8318b0245ec320dd6d3b96e3aad9dc2666dd8bdf88686e4bab5ccff832a4de30e4644a15
SHA512
53d9e87e6a35f48b013c7280a954fb95373668e30f41fe3e5a9d2af9b7fb9060f113a80ac5ee3af6e23370058ff3afc8b2c88c99e1666d8422e3c73dc848ee81
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
b/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
deleted file mode 100644
index daed2c4134c2..000000000000
--- a/app-admin/ps_mem/ps_mem-3.13_p20201212.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8,9,10} )
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 vcs-snapshot
-
-COMMIT="f26d3f416430d1e25659fa6dd5e7412029d8fa9c"
-
-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
-}