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 01EAF13933E for ; Sun, 18 Jul 2021 23:44:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8B79E0B11; Sun, 18 Jul 2021 23:44:42 +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 7A3F1E0B33 for ; Sun, 18 Jul 2021 23:44:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 1953B342AEE for ; Sun, 18 Jul 2021 23:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7238F7DA for ; Sun, 18 Jul 2021 23:44:39 +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: <1626651852.c40c1258b07fdb2c0dd62ebc9ea33fb0db43e499.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Number-Format/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Number-Format/Number-Format-1.750.0-r1.ebuild dev-perl/Number-Format/Number-Format-1.750.0.ebuild X-VCS-Directories: dev-perl/Number-Format/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: c40c1258b07fdb2c0dd62ebc9ea33fb0db43e499 X-VCS-Branch: master Date: Sun, 18 Jul 2021 23:44:39 +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: 6a5acadf-0fc3-4dd8-91f8-71fef8be89b9 X-Archives-Hash: 55a9fa7e51bd26cdfb08271833a93493 commit: c40c1258b07fdb2c0dd62ebc9ea33fb0db43e499 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Jul 18 23:31:34 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Jul 18 23:44:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40c1258 dev-perl/Number-Format: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...-Format-1.750.0.ebuild => Number-Format-1.750.0-r1.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev-perl/Number-Format/Number-Format-1.750.0.ebuild b/dev-perl/Number-Format/Number-Format-1.750.0-r1.ebuild similarity index 63% rename from dev-perl/Number-Format/Number-Format-1.750.0.ebuild rename to dev-perl/Number-Format/Number-Format-1.750.0-r1.ebuild index 7b8cae02a24..44dcfbc793e 100644 --- a/dev-perl/Number-Format/Number-Format-1.750.0.ebuild +++ b/dev-perl/Number-Format/Number-Format-1.750.0-r1.ebuild @@ -1,16 +1,13 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=WRW -MODULE_VERSION=1.75 +DIST_AUTHOR=WRW +DIST_VERSION=1.75 inherit perl-module DESCRIPTION="Package for formatting numbers for display" SLOT="0" KEYWORDS="amd64 ~ia64 ppc x86" -IUSE="" - -SRC_TEST="do"