diff options
author | Sam James <sam@gentoo.org> | 2023-07-03 15:54:50 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-03 15:55:31 +0100 |
commit | 0277f3559523322f5e79cf9ba21439a010f3ec6d (patch) | |
tree | d8e3f10284ea7bb90b86d8752c3bf6a71afd804f /dev-perl/OLE-StorageLite | |
parent | eclass/kernel-build.eclass: should depend on dtc for arm* and riscv (diff) | |
download | gentoo-0277f3559523322f5e79cf9ba21439a010f3ec6d.tar.gz gentoo-0277f3559523322f5e79cf9ba21439a010f3ec6d.tar.bz2 gentoo-0277f3559523322f5e79cf9ba21439a010f3ec6d.zip |
dev-perl/OLE-StorageLite: add 0.220.0
Changes has 0.220.0 listed twice which is why I didn't notice this originally
and assumed 0.210.0 was the latest version instead. Aaah!
Thanks to Ninpo for digging in and identifying the broken package.
Closes: https://bugs.gentoo.org/909564
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/OLE-StorageLite')
-rw-r--r-- | dev-perl/OLE-StorageLite/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/OLE-StorageLite/OLE-StorageLite-0.220.0.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/dev-perl/OLE-StorageLite/Manifest b/dev-perl/OLE-StorageLite/Manifest index d854b809e244..32db29f4a807 100644 --- a/dev-perl/OLE-StorageLite/Manifest +++ b/dev-perl/OLE-StorageLite/Manifest @@ -1,2 +1,3 @@ DIST OLE-Storage_Lite-0.20.tar.gz 22586 BLAKE2B 7cbcb9a249a3d7e131e3aecd9821cb57242230f14b3058ebaed0d956d2d4ecc2e7f1d7aa40aeff01ff581016beaca75ac92456923b98dbe7932ec37374ec678a SHA512 bcf89c561e02c850f6d5d27705dd671f0294e4a903cf7863f9dbf536203dfb3148ca4fa88ef91a429b96142bf1ae040989d8850fd171448e0db5dc9ae7fc1877 DIST OLE-Storage_Lite-0.21.tar.gz 22812 BLAKE2B 6ed0b6c0873ca463da351008db8cbc31af691bc3b68e3e2882b4b42b04403eb0a580fc208f28ea5dfd9d166a54a51fe8ee49471a013eb49c5cb7cdb8458e7cec SHA512 2e2f781b6ad63b7dfe27e3962c44cc1fa6d76ae76e53908699c08cf25bc4c3c84f5f81e6cab529067cf0873d4e8e484ed31248d70e627c31809a733c0e3cd778 +DIST OLE-Storage_Lite-0.22.tar.gz 22846 BLAKE2B f051f995ebab36090871a722358be9ffbeb82a8580824bac215d70bbadc60fea6620ab1b90cb0ca03c1be9ce5d64f1fee11f4d757cc616689eac3b83fba2a8a1 SHA512 672b44f033a8c13fcf6258c2ff08627bd6ed8fe3c105b2c20e9627e361df217511fdb2c7be117634883c5ec050894a64a4d06b21fac252602c0ac1b828bf1dd5 diff --git a/dev-perl/OLE-StorageLite/OLE-StorageLite-0.220.0.ebuild b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.220.0.ebuild new file mode 100644 index 000000000000..8ecf47752121 --- /dev/null +++ b/dev-perl/OLE-StorageLite/OLE-StorageLite-0.220.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_NAME=OLE-Storage_Lite +DIST_AUTHOR=JMCNAMARA +DIST_VERSION=0.22 +inherit perl-module + +DESCRIPTION="Simple Class for OLE document interface" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" |