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 0CCED139360 for ; Mon, 9 Aug 2021 00:16:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 702A4E092B; Mon, 9 Aug 2021 00:16:27 +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 56A66E0922 for ; Mon, 9 Aug 2021 00:16:27 +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 3D73C33BEF5 for ; Mon, 9 Aug 2021 00:16:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 15A5386F for ; Mon, 9 Aug 2021 00:16:23 +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: <1628468159.511e88631688c329bc2fd8aa6e4f68da8f39e46b.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Spreadsheet-WriteExcel/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild X-VCS-Directories: dev-perl/Spreadsheet-WriteExcel/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 511e88631688c329bc2fd8aa6e4f68da8f39e46b X-VCS-Branch: master Date: Mon, 9 Aug 2021 00:16:23 +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: ef3ddee8-caf5-4a05-85af-1727d03782dd X-Archives-Hash: d8dfdc3977d1375ac20adc75968713ab commit: 511e88631688c329bc2fd8aa6e4f68da8f39e46b Author: Andreas K. Hüttel gentoo org> AuthorDate: Sun Aug 8 23:55:25 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 9 00:15:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511e8863 dev-perl/Spreadsheet-WriteExcel: EAPI=8 bump Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> ...ebuild => Spreadsheet-WriteExcel-2.400.0-r1.ebuild} | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild b/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild similarity index 74% rename from dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild rename to dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild index 37c0c40d704..56df0c93703 100644 --- a/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild +++ b/dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild @@ -1,22 +1,22 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=JMCNAMARA -MODULE_VERSION=2.40 +DIST_AUTHOR=JMCNAMARA +DIST_VERSION=2.40 inherit perl-module DESCRIPTION="Write cross-platform Excel binary file" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="" -RDEPEND="virtual/perl-File-Temp +RDEPEND=" + virtual/perl-File-Temp dev-perl/Parse-RecDescent >=dev-perl/OLE-StorageLite-0.19 - dev-perl/IO-stringy" -DEPEND="${RDEPEND}" - -SRC_TEST="do" + dev-perl/IO-stringy +" +BDEPEND="${RDEPEND} +"