From fb35ae0d4bcab2f49089d001e7da2e0973543324 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Tue, 1 Nov 2022 20:55:27 -0700 Subject: libio-compress-lzma-perl: upgrade 2.096 -> 2.201 https://metacpan.org/release/PMQS/IO-Compress-Lzma-2.201/source/Changes License-Update: Update copyright years. * 2.201 25 June 2022 * 2.201 Sat Jun 25 09:06:51 2022 +0100 3287f4e9f60e1bc04cf73ef66a73423e08e29acd * Add perl 5.36 Sun Jun 5 13:37:53 2022 +0100 130eaba57953355c04b0c9a4945530416f05c6cf * 2.103 3 April 2022 * No changes * 2.101 20 February 2021 * fix version numbers in meta files * 2.100 7 January 2021 * trim whitespace 8980603bdb827e60bad8f039c94cc55add63a031 * Avoid indirect calls 871231f020e064978af9e2a0fc3954511467534b * fix typo 7f580a0df76ff1dbbac76b72dab45aa012cfde47 Signed-off-by: Tim Orling Signed-off-by: Khem Raj --- .../libio/libio-compress-lzma-perl_2.096.bb | 25 ---------------------- .../libio/libio-compress-lzma-perl_2.201.bb | 24 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb create mode 100644 meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb deleted file mode 100644 index 09ed161d2e..0000000000 --- a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.096.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." -DESCRIPTION = "This module provides a Perl interface to allow reading and \ -writing of lzma files/buffers." -HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=2d411393b876fe63f9f1d546363f1a47" - -SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" - -SRC_URI[md5sum] = "6c1b70740605b8073e4fbb5ba1e7bbdb" -SRC_URI[sha256sum] = "2f29125f19bb41d29c4b5a2467e3560b7bce5d428176a046b7c8a51609dce6e8" - -S = "${WORKDIR}/IO-Compress-Lzma-${PV}" - -inherit cpan - -RDEPENDS:${PN} += "\ - perl-module-autoloader \ - libcompress-raw-lzma-perl \ - libio-compress-perl \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb new file mode 100644 index 0000000000..327cc7a969 --- /dev/null +++ b/meta-perl/recipes-perl/libio/libio-compress-lzma-perl_2.201.bb @@ -0,0 +1,24 @@ +SUMMARY = "Perl interface to allow reading and writing of lzma files/buffers." +DESCRIPTION = "This module provides a Perl interface to allow reading and \ +writing of lzma files/buffers." +HOMEPAGE = "https://metacpan.org/release/IO-Compress-Lzma" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://README;beginline=8;endline=10;md5=8f4f1603d6e92a381ce2f595ab3cafd5" + +SRC_URI = "${CPAN_MIRROR}/authors/id/P/PM/PMQS/IO-Compress-Lzma-${PV}.tar.gz" + +SRC_URI[sha256sum] = "e0714dd35624654ba3d8e245ac980bcd07d995989d7acc90a46146f62c4ec761" + +S = "${WORKDIR}/IO-Compress-Lzma-${PV}" + +inherit cpan + +RDEPENDS:${PN} += "\ + perl-module-autoloader \ + libcompress-raw-lzma-perl \ + libio-compress-perl \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf