commit: 3f4691452668c6215d75f014b17c196f5a218f3a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Sep 28 17:42:54 2023 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Sep 30 09:57:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f469145
app-admin/pprocm: drop 1.0-r2 Bug: https://bugs.gentoo.org/914845 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-admin/pprocm/pprocm-1.0-r2.ebuild | 33 --------------------------------- 1 file changed, 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 -}
