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 34AC6158089 for ; Sun, 31 Oct 2021 00:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82434E08D3; Sun, 31 Oct 2021 00:21:00 +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 68873E08CD for ; Sun, 31 Oct 2021 00:21:00 +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 86AA734341F for ; Sun, 31 Oct 2021 00:20:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D12BC18B for ; Sun, 31 Oct 2021 00:20:57 +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: <1635639624.8aee06dc553de91578e531981bad7306f41c8a8e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Growl-GNTP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild X-VCS-Directories: dev-perl/Growl-GNTP/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 8aee06dc553de91578e531981bad7306f41c8a8e X-VCS-Branch: master Date: Sun, 31 Oct 2021 00:20:57 +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: f0fe8c2c-d3cd-4d88-8891-f1e2aff9d0e8 X-Archives-Hash: 9c89fc688e7b3fac503a5d7b5dcb787a commit: 8aee06dc553de91578e531981bad7306f41c8a8e Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Oct 31 00:07:43 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Oct 31 00:20:24 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aee06dc dev-perl/Growl-GNTP: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...owl-GNTP-0.210.0-r1.ebuild => Growl-GNTP-0.210.0-r2.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild b/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild similarity index 84% rename from dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild rename to dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild index 516737c38aa..a8616eeb881 100644 --- a/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r1.ebuild +++ b/dev-perl/Growl-GNTP/Growl-GNTP-0.210.0-r2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=MATTN DIST_VERSION=0.21 @@ -11,7 +11,6 @@ inherit perl-module DESCRIPTION="Perl implementation of GNTP Protocol (Client Part)" SLOT="0" KEYWORDS="~amd64 x86" -IUSE="examples" RDEPEND=" examples? ( virtual/perl-Encode ) @@ -21,8 +20,9 @@ RDEPEND=" >=virtual/perl-Digest-SHA-5.450.0 virtual/perl-IO " -DEPEND="${RDEPEND} - >=dev-perl/Module-Build-Tiny-0.35.0" +BDEPEND="${RDEPEND} + >=dev-perl/Module-Build-Tiny-0.35.0 +" src_test() { my_test_control=${DIST_TEST_OVERRIDE:-${DIST_TEST:-do parallel}}