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 5CE96139345 for ; Fri, 2 Jul 2021 20:44:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 784D8E0948; Fri, 2 Jul 2021 20:44:07 +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 5DBE9E0948 for ; Fri, 2 Jul 2021 20:44:07 +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 646D7340F79 for ; Fri, 2 Jul 2021 20:44:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376B67C7 for ; Fri, 2 Jul 2021 20:44:03 +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: <1625258621.6e3791844168c227a78e3ead587dd295b8032bd0.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Math-Random/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild dev-perl/Math-Random/Math-Random-0.720.0.ebuild X-VCS-Directories: dev-perl/Math-Random/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 6e3791844168c227a78e3ead587dd295b8032bd0 X-VCS-Branch: master Date: Fri, 2 Jul 2021 20:44:03 +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: bb459214-45c8-46bd-bb4b-b4ad4b2751fb X-Archives-Hash: ebf8d1cc7e39113924f6a8be240672bb commit: 6e3791844168c227a78e3ead587dd295b8032bd0 Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Jul 2 20:38:59 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Jul 2 20:43:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e379184 dev-perl/Math-Random: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...th-Random-0.720.0.ebuild => Math-Random-0.720.0-r1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild similarity index 65% rename from dev-perl/Math-Random/Math-Random-0.720.0.ebuild rename to dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild index a17a6eb9740..2d8d6d35f23 100644 --- a/dev-perl/Math-Random/Math-Random-0.720.0.ebuild +++ b/dev-perl/Math-Random/Math-Random-0.720.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=GROMMEL -MODULE_VERSION=0.72 +DIST_AUTHOR=GROMMEL +DIST_VERSION=0.72 inherit perl-module DESCRIPTION="Random Number Generators" @@ -12,6 +12,3 @@ DESCRIPTION="Random Number Generators" LICENSE="( || ( Artistic GPL-2 ) ) public-domain" SLOT="0" KEYWORDS="amd64 x86" -IUSE="" - -SRC_TEST="do"