diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-28 19:42:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-09-30 11:57:38 +0200 |
commit | 3f4691452668c6215d75f014b17c196f5a218f3a (patch) | |
tree | a185dc5d84073da3d8595b48de55bf94906f0d74 /app-admin/pprocm | |
parent | app-admin/paxtest: drop 0.9.15-r1 (diff) | |
download | gentoo-3f4691452668c6215d75f014b17c196f5a218f3a.tar.gz gentoo-3f4691452668c6215d75f014b17c196f5a218f3a.tar.bz2 gentoo-3f4691452668c6215d75f014b17c196f5a218f3a.zip |
app-admin/pprocm: drop 1.0-r2
Bug: https://bugs.gentoo.org/914845
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-admin/pprocm')
-rw-r--r-- | app-admin/pprocm/pprocm-1.0-r2.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/app-admin/pprocm/pprocm-1.0-r2.ebuild b/app-admin/pprocm/pprocm-1.0-r2.ebuild deleted file mode 100644 index a91f192678ca..000000000000 --- a/app-admin/pprocm/pprocm-1.0-r2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MY_PN="PProcM" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage" -HOMEPAGE="http://www.fusedcreations.com/PProcM/" -SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -DEPEND=" - dev-perl/POE - dev-perl/Sys-Statistics-Linux - dev-perl/IO-Pipely - dev-lang/perl" - -RDEPEND=" - ${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS=( AUTHORS README ) - -src_install() { - newbin "${MY_PN}" "${PN}" - einstalldocs -} |