diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 01:55:25 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-08-09 02:15:59 +0200 |
commit | 511e88631688c329bc2fd8aa6e4f68da8f39e46b (patch) | |
tree | 21c50005714df5882c99b9277a846fa9753a6375 | |
parent | dev-perl/Spreadsheet-ParseExcel: EAPI=8 bump (diff) | |
download | gentoo-511e88631688c329bc2fd8aa6e4f68da8f39e46b.tar.gz gentoo-511e88631688c329bc2fd8aa6e4f68da8f39e46b.tar.bz2 gentoo-511e88631688c329bc2fd8aa6e4f68da8f39e46b.zip |
dev-perl/Spreadsheet-WriteExcel: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r-- | dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0-r1.ebuild (renamed from dev-perl/Spreadsheet-WriteExcel/Spreadsheet-WriteExcel-2.400.0.ebuild) | 18 |
1 files 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 index 37c0c40d7045..56df0c93703a 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} +" |