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 88F28158083 for ; Sat, 31 Aug 2024 14:49:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63E872BC017; Sat, 31 Aug 2024 14:49:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6623D2BC014 for ; Sat, 31 Aug 2024 14:49:16 +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 7E3BB343103 for ; Sat, 31 Aug 2024 14:49:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD18E1F28 for ; Sat, 31 Aug 2024 14:49:13 +0000 (UTC) From: "Petr Vaněk" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Petr Vaněk" Message-ID: <1725115336.39e1265f3033a4e9451dbabc9f00a4e42abb01cc.arkamar@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/pprocm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/pprocm/Manifest app-admin/pprocm/pprocm-1.0-r3.ebuild X-VCS-Directories: app-admin/pprocm/ X-VCS-Committer: arkamar X-VCS-Committer-Name: Petr Vaněk X-VCS-Revision: 39e1265f3033a4e9451dbabc9f00a4e42abb01cc X-VCS-Branch: master Date: Sat, 31 Aug 2024 14:49:13 +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: 7ba66712-5b42-4208-81e7-003776e3fd02 X-Archives-Hash: 4381d0bed55e0db52ba771f22856fb22 commit: 39e1265f3033a4e9451dbabc9f00a4e42abb01cc Author: Petr Vaněk gentoo org> AuthorDate: Sat Aug 31 14:42:05 2024 +0000 Commit: Petr Vaněk gentoo org> CommitDate: Sat Aug 31 14:42:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39e1265f app-admin/pprocm: drop 1.0-r3 Signed-off-by: Petr Vaněk gentoo.org> app-admin/pprocm/Manifest | 1 - app-admin/pprocm/pprocm-1.0-r3.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-admin/pprocm/Manifest b/app-admin/pprocm/Manifest index 74e5dccbdc34..adf0ed5e648c 100644 --- a/app-admin/pprocm/Manifest +++ b/app-admin/pprocm/Manifest @@ -1,2 +1 @@ -DIST PProcM-1.0.tar.gz 29007 BLAKE2B 511934eedb0f2269d505affbe15d9ba151ba4e6647885787caf045bdb52080ca26072f5a8986e8fdbd12fc8a0516d9c35f0d0dfd1d42ec268777c1288c55b00f SHA512 d592455719babb9dd55c0d63ea097fb110747eb481e81b237779543f7bc90c8fcc0a4e7ecb94e3287afe9ac9f707e1e90c28ab634dd8d0e2bd7708aee8e79277 DIST pprocm-1.0.tar.gz 13388 BLAKE2B 9ef3ce2965108397ad8de25d0f3f447edb32584a7767841ee14782904f124a69e492543f36ee809f19795ef3a3393ce02ac8491267a0e3d32729b9d8161a5f34 SHA512 72d816e2bf210b8724da12e360cd637cb7ed130ae36e0435900b3561bfdcad7a1b0656e2fb55c6778141193e0717308c726d1099dfbe677d93f1bbf8d1f4723f diff --git a/app-admin/pprocm/pprocm-1.0-r3.ebuild b/app-admin/pprocm/pprocm-1.0-r3.ebuild deleted file mode 100644 index ce36cdee03d4..000000000000 --- a/app-admin/pprocm/pprocm-1.0-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="PProcM" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="ncurses-based program to monitor CPU, disk, network and memory usage" -HOMEPAGE="https://github.com/ZachGoldberg/Perl-Proc-Monitor-PProcM" -SRC_URI="http://www.fusedcreations.com/PProcM/${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND=" - dev-lang/perl - dev-perl/IO-Pipely - dev-perl/POE - dev-perl/Sys-Statistics-Linux -" - -src_install() { - newbin "${MY_PN}" "${PN}" - einstalldocs -}