commit:     743c5acff06f47bbd076bf493d9b184624bcd081
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Tue May 31 12:10:34 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Tue May 31 16:34:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=743c5acf

app-admin/ps_mem: add 3.14

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 app-admin/ps_mem/Manifest           |  1 +
 app-admin/ps_mem/ps_mem-3.14.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
index ad90d18a1f2a..299b1ced0165 100644
--- a/app-admin/ps_mem/Manifest
+++ b/app-admin/ps_mem/Manifest
@@ -1 +1,2 @@
 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.14.ebuild 
b/app-admin/ps_mem/ps_mem-3.14.ebuild
new file mode 100644
index 000000000000..33c8ca96a668
--- /dev/null
+++ b/app-admin/ps_mem/ps_mem-3.14.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 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
+
+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/refs/tags/v${PV}.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
+}

Reply via email to