diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-12-28 11:56:30 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-12-28 11:56:44 -0600 |
commit | a2a42854de028f9f55729f76bf929e7d1a8878f0 (patch) | |
tree | ad7b7992d4027cc70c5cb793db2b10db22d4a1ab /app-admin | |
parent | dev-libs/boost: Version bump to 1.75.0 (diff) | |
download | gentoo-a2a42854de028f9f55729f76bf929e7d1a8878f0.tar.gz gentoo-a2a42854de028f9f55729f76bf929e7d1a8878f0.tar.bz2 gentoo-a2a42854de028f9f55729f76bf929e7d1a8878f0.zip |
app-admin/ps_mem: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/ps_mem/Manifest | 1 | ||||
-rw-r--r-- | app-admin/ps_mem/ps_mem-3.13-r1.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-admin/ps_mem/Manifest b/app-admin/ps_mem/Manifest index 8ba529e9e0a9..11bf64c967a9 100644 --- a/app-admin/ps_mem/Manifest +++ b/app-admin/ps_mem/Manifest @@ -1,2 +1 @@ -DIST ps_mem-3.13.tar.gz 18331 BLAKE2B a0689a98597e02a63cc83188e717421bf873b9202c0f524165ffc838fd438c539209c2f4e6561226bda8c6f85364707d29d13519d6d3e53a6d34cb39378d2de1 SHA512 bf5affaede5f052cc878d46ef81186511a1e8f5939cd7e8560ab2df9faf4dc31566cb4172d956cdcf1e6fc5586ba3458ba1011aee3720f6b7eeb3cf40b4f90dc DIST ps_mem-3.13_p20200417.tar.gz 18472 BLAKE2B 43e04d0357458107fb25600024243baaec703124fc58a819c011c847a52ad6fb7384ef38a5aa965e3ae88288cca6c76a15819466839eb729a63c4492eaa4ec0d SHA512 9694cec5d696a42dfe2f60dd024f541283e2f52aafb499ee2e551574133262bb0fc4bf6eb0e7075fb1b129aff6cd8fe6968f411f56ee1d31eb6f9aebff2d9852 diff --git a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild b/app-admin/ps_mem/ps_mem-3.13-r1.ebuild deleted file mode 100644 index 8a3aea889f12..000000000000 --- a/app-admin/ps_mem/ps_mem-3.13-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_{6,7,8} ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 vcs-snapshot - -COMMIT="9f54e1aa3a87ec176ce8b71f02673e0d8293b344" - -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 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 -} |