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 C54CC158086 for ; Tue, 16 Nov 2021 20:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A6932BC00C; Tue, 16 Nov 2021 20:33:39 +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 1D98E2BC00C for ; Tue, 16 Nov 2021 20:33:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 88575342E4C for ; Tue, 16 Nov 2021 20:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E8F91DD for ; Tue, 16 Nov 2021 20:33:35 +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: <1637094778.84eafb0de974280f2db0e5eeef96b0c44057080d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/MogileFS-Client-Async/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild X-VCS-Directories: dev-perl/MogileFS-Client-Async/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 84eafb0de974280f2db0e5eeef96b0c44057080d X-VCS-Branch: master Date: Tue, 16 Nov 2021 20:33:35 +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: fc61ea5a-43e6-4747-aef0-b34f3b801773 X-Archives-Hash: 945abc9826cd38826c572e3de906125b commit: 84eafb0de974280f2db0e5eeef96b0c44057080d Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Nov 16 19:40:31 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Nov 16 20:32:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84eafb0d dev-perl/MogileFS-Client-Async: Normalize PV Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...-Client-Async-0.031.0.ebuild => MogileFS-Client-Async-0.31.0.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild similarity index 96% rename from dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild rename to dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild index 23146aaf8f95..73fcdfa49549 100644 --- a/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.031.0.ebuild +++ b/dev-perl/MogileFS-Client-Async/MogileFS-Client-Async-0.31.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DIST_AUTHOR=DLAMBLEY -DIST_VERSION=${PV%.0} +DIST_VERSION=0.031 inherit perl-module DESCRIPTION="MogileFS Client using AnyEvent non-blocking IO"