diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-03-09 21:56:47 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-03-10 22:13:24 +0100 |
commit | 0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018 (patch) | |
tree | 3154453385c61b123ee195c135dedc276ca2611d /app-admin | |
parent | app-admin/pprocm: stable for amd64+x86. (diff) | |
download | gentoo-0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018.tar.gz gentoo-0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018.tar.bz2 gentoo-0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018.zip |
app-admin/pprocm: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/pprocm/pprocm-1.0-r1.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-admin/pprocm/pprocm-1.0-r1.ebuild b/app-admin/pprocm/pprocm-1.0-r1.ebuild deleted file mode 100644 index cfa629a0605d..000000000000 --- a/app-admin/pprocm/pprocm-1.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -MY_P="PProcM-"${PV} -S=${WORKDIR}/${MY_P} - -DESCRIPTION="a ncurses which monitors the 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" -IUSE="" - -DEPEND="dev-perl/POE - dev-perl/Sys-Statistics-Linux - dev-lang/perl" - -RDEPEND="dev-perl/IO-Pipely" - -src_install() { - dobin PProcM || die "dobin failed" - dodoc AUTHORS README || die "dodoc failed" -} |