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: Tue, 13 Jul 2021 13:44:08
Message-Id: 1626182979.90129ae38ef67e4e9831601a2d5816f03e4c0c07.bkohler@gentoo
1 commit: 90129ae38ef67e4e9831601a2d5816f03e4c0c07
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 13 13:16:36 2021 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 13 13:29:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90129ae3
7
8 app-admin/ps_mem: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
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_p20200417.ebuild | 30 ---------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest
18 index 77077acc5c2..ad90d18a1f2 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_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852
23 DIST ps_mem-3.13_p20201212.tar.gz 18513 BLAKE2B f3eea2008dbb60d34f8f3f1b6369f426685f35e5a39d40eb40dc682b01d20722f54cf965e3ee6a08ccaa14c17341c1c2ae3adbcb4b55c64798ed31ceb6f29ff7 SHA512 7f3f382d803ed2c5c7005f6b79ff8d19cb3d1aa1155717b5eeb94582c49886bce2e18d5ed41133294b7e3b7f2fbfe1d0a517619d0be6bbaf36fc71c7c5a181b6
24
25 diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
26 deleted file mode 100644
27 index 4133b6830ef..00000000000
28 --- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -PYTHON_COMPAT=( python3_{7,8,9} )
37 -DISTUTILS_SINGLE_IMPL=1
38 -DISTUTILS_USE_SETUPTOOLS=rdepend
39 -
40 -inherit distutils-r1 vcs-snapshot
41 -
42 -COMMIT="fc75a8cc3cda05c53a4ae4fe296deeb9fc43908d"
43 -
44 -DESCRIPTION="A utility to report core memory usage per program"
45 -HOMEPAGE="https://github.com/pixelb/ps_mem"
46 -SRC_URI="https://github.com/pixelb/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="LGPL-2.1"
49 -SLOT="0"
50 -KEYWORDS="amd64 ~ppc64 sparc x86"
51 -IUSE=""
52 -
53 -python_install() {
54 - distutils-r1_python_install --install-scripts="${EPREFIX}/usr/sbin"
55 -}
56 -
57 -python_install_all() {
58 - distutils-r1_python_install_all
59 - doman ${PN}.1
60 -}