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 174A7158087 for ; Sun, 12 Dec 2021 23:50:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC132BC01A; Sun, 12 Dec 2021 23:50:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 4CE312BC006 for ; Sun, 12 Dec 2021 23:50:35 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42C90342E86 for ; Sun, 12 Dec 2021 23:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B863E206 for ; Sun, 12 Dec 2021 23:50:32 +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: <1639353015.7547bf43d5dab0e63d33493fdf57e04983901d8b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: perl-core/Text-Tabs+Wrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r2.ebuild X-VCS-Directories: perl-core/Text-Tabs+Wrap/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 7547bf43d5dab0e63d33493fdf57e04983901d8b X-VCS-Branch: master Date: Sun, 12 Dec 2021 23:50:32 +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: 0cf1f179-c590-4d09-bfed-d989a6f15c0c X-Archives-Hash: a0715a15d065243b9bb4b80f30b58a3a commit: 7547bf43d5dab0e63d33493fdf57e04983901d8b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Dec 12 23:40:56 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sun Dec 12 23:50:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7547bf43 perl-core/Text-Tabs+Wrap: EAPI=7 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ....52.300-r1.ebuild => Text-Tabs+Wrap-2013.52.300-r2.ebuild} | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild b/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r2.ebuild similarity index 81% rename from perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild rename to perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r2.ebuild index c881e28b8857..4e5e42d26aed 100644 --- a/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r1.ebuild +++ b/perl-core/Text-Tabs+Wrap/Text-Tabs+Wrap-2013.52.300-r2.ebuild @@ -1,17 +1,14 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 -MODULE_AUTHOR=MUIR -MODULE_SECTION=modules -MODULE_VERSION=2013.0523 +DIST_AUTHOR=MUIR +DIST_SECTION=modules +DIST_VERSION=2013.0523 inherit perl-module DESCRIPTION="Expand/unexpand tabs per unix expand and line wrapping" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -SRC_TEST=do