Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-CpuLoad/
Date: Wed, 08 Dec 2021 21:18:25
Message-Id: 1638998266.35ad06d1f5ad821b40de09262ef99541dcb5cfd3.dilfridge@gentoo
1 commit: 35ad06d1f5ad821b40de09262ef99541dcb5cfd3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 8 20:59:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 8 21:17:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35ad06d1
7
8 dev-perl/Sys-CpuLoad: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Sys-CpuLoad/Manifest | 1 -
14 dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild | 21 ---------------------
15 2 files changed, 22 deletions(-)
16
17 diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
18 index 21b3f5233220..e4f4f132a8dc 100644
19 --- a/dev-perl/Sys-CpuLoad/Manifest
20 +++ b/dev-perl/Sys-CpuLoad/Manifest
21 @@ -1,2 +1 @@
22 -DIST Sys-CpuLoad-0.03.tar.gz 2806 BLAKE2B 62a4623bbbfcd6ddaf69e99eabba66117c225544e69b5f5fb949a026375a24efbde76c05299daffd1c8942a03346187243521d73a6801ae45ca3b5c47b40ea1b SHA512 f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503
23 DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6 SHA512 d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b
24
25 diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
26 deleted file mode 100644
27 index 0e3b82646cf8..000000000000
28 --- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
29 +++ /dev/null
30 @@ -1,21 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=CLINTDW
37 -DIST_VERSION=0.03
38 -inherit perl-module
39 -
40 -DESCRIPTION="A module to retrieve system load averages"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="test"
44 -RESTRICT="!test? ( test )"
45 -
46 -RDEPEND="
47 - virtual/perl-Exporter
48 -"
49 -DEPEND="${RDEPEND}
50 - virtual/perl-ExtUtils-MakeMaker
51 -"