From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1742F139694 for ; Fri, 10 Mar 2017 21:13:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7D464E0C47; Fri, 10 Mar 2017 21:13:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5AF55E0C53 for ; Fri, 10 Mar 2017 21:13:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9269234112A for ; Fri, 10 Mar 2017 21:13:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0C0A963BD for ; Fri, 10 Mar 2017 21:13:29 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1489180404.0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pprocm/pprocm-1.0-r1.ebuild X-VCS-Directories: app-admin/pprocm/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018 X-VCS-Branch: master Date: Fri, 10 Mar 2017 21:13:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 15d19e65-e948-4f59-bbf0-91c2457260f9 X-Archives-Hash: a0ede9c9ee98b4df991dbc6ede0ea110 commit: 0ab5d63e0b5cbe77d8201fae3e8f98d945f5c018 Author: Patrice Clement gentoo org> AuthorDate: Thu Mar 9 20:56:47 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Mar 10 21:13:24 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab5d63e app-admin/pprocm: clean up old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-admin/pprocm/pprocm-1.0-r1.ebuild | 25 ------------------------- 1 file changed, 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 cfa629a0605..00000000000 --- 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" -}