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 D7EDE139368 for ; Fri, 13 Aug 2021 00:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87F1DE083B; Fri, 13 Aug 2021 00:04:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BBF9AE0827 for ; Fri, 13 Aug 2021 00:04:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83DAA342B39 for ; Fri, 13 Aug 2021 00:04:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 122CC89F for ; Fri, 13 Aug 2021 00:04:42 +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: <1628813052.78da3b63cd528c9d73b59d77aba6e00c4f1bc47e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Sys-Statistics-Linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r2.ebuild X-VCS-Directories: dev-perl/Sys-Statistics-Linux/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 78da3b63cd528c9d73b59d77aba6e00c4f1bc47e X-VCS-Branch: master Date: Fri, 13 Aug 2021 00:04:42 +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: 76ed2a08-e543-484e-a290-301d698bc184 X-Archives-Hash: ec3cd9f5d22eb78a98b43d7b120a7ca9 commit: 78da3b63cd528c9d73b59d77aba6e00c4f1bc47e Author: Andreas K. Hüttel gentoo org> AuthorDate: Thu Aug 12 23:48:09 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Aug 13 00:04:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78da3b63 dev-perl/Sys-Statistics-Linux: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...uild => Sys-Statistics-Linux-0.660.0-r2.ebuild} | 28 ++++++++-------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r2.ebuild similarity index 56% rename from dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild rename to dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r2.ebuild index a2a5b2e6d2b..b3766a081c3 100644 --- a/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r1.ebuild +++ b/dev-perl/Sys-Statistics-Linux/Sys-Statistics-Linux-0.660.0-r2.ebuild @@ -1,35 +1,27 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=BLOONIX -MODULE_VERSION=0.66 +DIST_AUTHOR=BLOONIX +DIST_VERSION=0.66 +DIST_EXAMPLES=( 'examples/*' ) inherit perl-module DESCRIPTION="Collect linux system statistics" SLOT="0" KEYWORDS="amd64 x86" -IUSE="test" -RESTRICT="!test? ( test )" -RDEPEND="dev-perl/YAML-Syck" -DEPEND=" +RDEPEND=" + dev-perl/YAML-Syck +" +BDEPEND=" dev-perl/Module-Build test? ( virtual/perl-Test-Simple - )" - -SRC_TEST="do" - -src_install() { - perl-module_src_install - - docompress -x /usr/share/doc/${PF}/examples - docinto examples - dodoc -r examples/. -} + ) +" src_test() { perl_rm_files t/001-pod.t t/002-pod-coverage.t