summaryrefslogtreecommitdiff
path: root/sys-process/ps_mem
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
committerLiguros - Gitlab CI/CD [master] <gitlab@liguros.net>2021-01-17 23:35:33 +0000
commit8e8120eabdd28020aa69c7a60505cce2edd20adc (patch)
tree061bf0acdc672720e0bc3a2d575f67d25aedb2d8 /sys-process/ps_mem
parentc16790af2c9b4cbc38e565d4311252193ff85484 (diff)
downloadbaldeagleos-repo-21.1.2.tar.gz
baldeagleos-repo-21.1.2.tar.xz
baldeagleos-repo-21.1.2.zip
Updating liguros repo21.1.2
Diffstat (limited to 'sys-process/ps_mem')
-rw-r--r--sys-process/ps_mem/Manifest1
-rw-r--r--sys-process/ps_mem/ps_mem-3.7.ebuild24
2 files changed, 0 insertions, 25 deletions
diff --git a/sys-process/ps_mem/Manifest b/sys-process/ps_mem/Manifest
deleted file mode 100644
index b47111acd0a0..000000000000
--- a/sys-process/ps_mem/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST f0891def54f1edb78a70006603d2b025236b830f.tar.gz 17912 BLAKE2B 7eeec3495a6831730c35fa539554823a85254bf37e527d59f1311fc446aa933da5d8d6502c74ab57a548bd40db3a3aa2675143e07e595b40bdd1aed6198b19cc SHA512 b63d3bec6f245feea29d965a1c03d3239969c107920ac0b3180c5d76487f0639a45fc742d47fd5213f045926326a37b27478fc4da576e87c3e4641fa1caceb78
diff --git a/sys-process/ps_mem/ps_mem-3.7.ebuild b/sys-process/ps_mem/ps_mem-3.7.ebuild
deleted file mode 100644
index d67f1c8e010e..000000000000
--- a/sys-process/ps_mem/ps_mem-3.7.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{6,7,8,9,10} )
-DISTUTILS_SINGLE_IMPL=true
-
-inherit distutils-r1
-
-GITCOMMIT="f0891def54f1edb78a70006603d2b025236b830f"
-DESCRIPTION='Python script to determine the RAM usage of a process'
-LICENSE='LGPL-2.1'
-SRC_URI="https://github.com/pixelb/ps_mem/archive/$GITCOMMIT.tar.gz"
-SLOT='0'
-
-KEYWORDS='~x86 ~amd64'
-
-S="${WORKDIR}/$PN-$GITCOMMIT"
-
-python_install_all() {
- doman "${PN}.1"
-
- distutils-r1_python_install_all
-}