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 7F045158087 for ; Sat, 30 Oct 2021 18:46:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63D98E0802; Sat, 30 Oct 2021 18:46:50 +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 4C332E0802 for ; Sat, 30 Oct 2021 18:46:50 +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 1F00A34315F for ; Sat, 30 Oct 2021 18:46:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D956187 for ; Sat, 30 Oct 2021 18:46:47 +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: <1635619573.99d815ea8f327c89d4f6c5195bc0e30390844320.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Getopt-Tabular/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild X-VCS-Directories: dev-perl/Getopt-Tabular/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 99d815ea8f327c89d4f6c5195bc0e30390844320 X-VCS-Branch: master Date: Sat, 30 Oct 2021 18:46:47 +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: a47155d8-6663-4fa1-b6f1-93f96b4e07f1 X-Archives-Hash: f0c76942c3b187ae289d2c5a897dbd3a commit: 99d815ea8f327c89d4f6c5195bc0e30390844320 Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Oct 30 18:37:33 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Sat Oct 30 18:46:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d815ea dev-perl/Getopt-Tabular: EAPI=8 bump Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...-Tabular-0.300.0-r1.ebuild => Getopt-Tabular-0.300.0-r2.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild similarity index 75% rename from dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild rename to dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild index 4d4d8421af9..55ebee00785 100644 --- a/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r1.ebuild +++ b/dev-perl/Getopt-Tabular/Getopt-Tabular-0.300.0-r2.ebuild @@ -1,10 +1,10 @@ -# 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=GWARD -DIST_VERSION="0.3" +DIST_VERSION=0.3 DIST_EXAMPLES=("demo") inherit perl-module @@ -12,4 +12,3 @@ DESCRIPTION="Table-driven argument parsing with help text" SLOT="0" KEYWORDS="~amd64 ~arm ~x86" -IUSE=""