Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ps_mem/
Date: Mon, 28 Dec 2020 17:56:57
Message-Id: 1609178204.a2a42854de028f9f55729f76bf929e7d1a8878f0.bkohler@gentoo
1 commit: a2a42854de028f9f55729f76bf929e7d1a8878f0
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 17:56:30 2020 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 17:56:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2a42854
7
8 app-admin/ps_mem: drop old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
12
13 app-admin/ps_mem/Manifest | 1 -
14 app-admin/ps_mem/ps_mem-3.13-r1.ebuild | 28 ----------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
18 index 8ba529e9e0a..11bf64c967a 100644
19 --- a/app-admin/ps_mem/Manifest
20 +++ b/app-admin/ps_mem/Manifest
21 @@ -1,2 +1 @@
22 -DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc
23 DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
24
25 diff --git a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild b/app-admin/ps_mem/ps_mem-3.13-r1.ebuild
26 deleted file mode 100644
27 index 8a3aea889f1..00000000000
28 --- a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_{6,7,8} )
37 -DISTUTILS_SINGLE_IMPL=1
38 -inherit distutils-r1 vcs-snapshot
39 -
40 -COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344"
41 -
42 -DESCRIPTION="A utility to report core memory usage per program"
43 -HOMEPAGE="https://github.com/pixelb/ps_mem"
44 -SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="amd64 sparc x86"
49 -IUSE=""
50 -
51 -python_install() {
52 - distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
53 -}
54 -
55 -python_install_all() {
56 - distutils-r1_python_install_all
57 - doman ${PN}.1
58 -}