From d830b7ad4a957a4667d000f840d9442db13250d2 Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 27 Dec 2021 22:33:23 +0800 Subject: libfile-slurper-perl: upgrade 0.012 -> 0.013 Changelog: ========= Always split on newlines in read_lines Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libfile/libfile-slurper-perl_0.012.bb | 36 ---------------------- .../libfile/libfile-slurper-perl_0.013.bb | 35 +++++++++++++++++++++ 2 files changed, 35 insertions(+), 36 deletions(-) delete mode 100644 meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb create mode 100644 meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.013.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb deleted file mode 100644 index 4a2cb73e86..0000000000 --- a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.012.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "A simple, sane and efficient module to slurp a file" -DESCRIPTION = "This module provides functions for fast and correct slurping and spewing. \ -All functions are optionally exported. All functions throw exceptions on \ -errors, write functions don't return any meaningful value." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -HOMEPAGE= "https://metacpan.org/release/File-Slurper" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" - -SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/File-Slurper-${PV}.tar.gz" - -SRC_URI[md5sum] = "5742c63096392dfee50b8db314bcca18" -SRC_URI[sha256sum] = "4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578" -RDEPENDS:${PN} = " \ - perl-module-carp \ - perl-module-encode \ - perl-module-exporter \ - perl-module-perlio \ - perl-module-perlio-encoding \ - perl-module-strict \ - perl-module-warnings \ -" - -RDEPENDS:${PN}-ptest += "libtest-warnings-perl \ - perl-module-test-more \ - " - -S = "${WORKDIR}/File-Slurper-${PV}" - -inherit cpan ptest-perl - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.013.bb b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.013.bb new file mode 100644 index 0000000000..c7e5c56b6e --- /dev/null +++ b/meta-perl/recipes-perl/libfile/libfile-slurper-perl_0.013.bb @@ -0,0 +1,35 @@ +SUMMARY = "A simple, sane and efficient module to slurp a file" +DESCRIPTION = "This module provides functions for fast and correct slurping and spewing. \ +All functions are optionally exported. All functions throw exceptions on \ +errors, write functions don't return any meaningful value." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +HOMEPAGE= "https://metacpan.org/release/File-Slurper" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/File-Slurper-${PV}.tar.gz" + +SRC_URI[sha256sum] = "e2f6a4029a6a242d50054044f1fb86770b9b5cc4daeb1a967f91ffb42716a8c5" +RDEPENDS:${PN} = " \ + perl-module-carp \ + perl-module-encode \ + perl-module-exporter \ + perl-module-perlio \ + perl-module-perlio-encoding \ + perl-module-strict \ + perl-module-warnings \ +" + +RDEPENDS:${PN}-ptest += "libtest-warnings-perl \ + perl-module-test-more \ + " + +S = "${WORKDIR}/File-Slurper-${PV}" + +inherit cpan ptest-perl + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf