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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EAFCD158089 for ; Sat, 30 Sep 2023 10:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DABA12BC036; Sat, 30 Sep 2023 10:00:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C416A2BC030 for ; Sat, 30 Sep 2023 10:00:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0B85C335CF4 for ; Sat, 30 Sep 2023 10:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A5001268 for ; Sat, 30 Sep 2023 10:00:54 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1696067858.3f4691452668c6215d75f014b17c196f5a218f3a.asturm@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-r2.ebuild X-VCS-Directories: app-admin/pprocm/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3f4691452668c6215d75f014b17c196f5a218f3a X-VCS-Branch: master Date: Sat, 30 Sep 2023 10:00:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5920f14e-4efa-46fc-b359-5c1aed610bfb X-Archives-Hash: 90da95398b4ceb867240b900b0a022b2 commit: 3f4691452668c6215d75f014b17c196f5a218f3a Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 28 17:42:54 2023 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}