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 90061158086 for ; Wed, 8 Dec 2021 21:18:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DF37A2BC007; Wed, 8 Dec 2021 21:18:24 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C70702BC007 for ; Wed, 8 Dec 2021 21:18:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id F117E34351D for ; Wed, 8 Dec 2021 21:18:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8C1C177 for ; Wed, 8 Dec 2021 21:18:22 +0000 (UTC) From: "Andreas K. Hüttel" 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 K. Hüttel" Message-ID: <1638998266.35ad06d1f5ad821b40de09262ef99541dcb5cfd3.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-CpuLoad/Manifest dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild X-VCS-Directories: dev-perl/Sys-CpuLoad/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 35ad06d1f5ad821b40de09262ef99541dcb5cfd3 X-VCS-Branch: master Date: Wed, 8 Dec 2021 21:18:22 +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: 16bd3695-94cf-425a-ba10-4f5d28482692 X-Archives-Hash: d9c59f0927308339ac8f394aefde48d4 commit: 35ad06d1f5ad821b40de09262ef99541dcb5cfd3 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Dec 8 20:59:44 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Dec 8 21:17:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad06d1 dev-perl/Sys-CpuLoad: Remove old Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/Sys-CpuLoad/Manifest | 1 - dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest index 21b3f5233220..e4f4f132a8dc 100644 --- a/dev-perl/Sys-CpuLoad/Manifest +++ b/dev-perl/Sys-CpuLoad/Manifest @@ -1,2 +1 @@ -DIST Sys-CpuLoad-0.03.tar.gz 2806 BLAKE2B 62a4623bbbfcd6ddaf69e99eabba66117c225544e69b5f5fb949a026375a24efbde76c05299daffd1c8942a03346187243521d73a6801ae45ca3b5c47b40ea1b SHA512 f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503 DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6 SHA512 d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild deleted file mode 100644 index 0e3b82646cf8..000000000000 --- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=CLINTDW -DIST_VERSION=0.03 -inherit perl-module - -DESCRIPTION="A module to retrieve system load averages" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - virtual/perl-Exporter -" -DEPEND="${RDEPEND} - virtual/perl-ExtUtils-MakeMaker -"