From 6c3cd83b8d72546b21333db3a008f2ee619e2519 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 18 Dec 2025 17:03:30 +0800 Subject: libmime-types-perl: upgrade 2.29 -> 2.30 Changelog: ============ Fixes: - no undef when simplifying illegal type Improvements: - add bugtracker to meta - better OO use of attributes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libmime/libmime-types-perl_2.29.bb | 47 ---------------------- .../libmime/libmime-types-perl_2.30.bb | 47 ++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb create mode 100644 meta-perl/recipes-perl/libmime/libmime-types-perl_2.30.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb deleted file mode 100644 index f5cc4ce84f..0000000000 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.29.bb +++ /dev/null @@ -1,47 +0,0 @@ -SUMMARY = "MIME::Types - Definition of MIME types" -DESCRIPTION = "MIME types are used in MIME compliant lines, for instance \ -as part of e-mail and HTTP traffic, to indicate the type of content which \ -is transmitted. Sometimes real knowledge about a mime-type is need.\ -\n\ -This module maintains a set of MIME::Type objects, which each describe \ -one known mime type." -HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.27" -SECTION = "libraries" - -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://META.yml;beginline=13;endline=13;md5=963ce28228347875ace682de56eef8e8" - -SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ - file://run-ptest \ - " -SRC_URI[sha256sum] = "4a6d4ec9b3aa0df2f935d4d74f7dc809fd523d508cd0e9966b5b257c02c03414" - -S = "${UNPACKDIR}/MIME-Types-${PV}" - -inherit cpan ptest - -RDEPENDS:${PN} = "\ - perl-module-base \ - perl-module-carp \ - perl-module-constant \ - perl-module-cwd \ - perl-module-encode-encoding \ - perl-module-file-basename \ - perl-module-file-spec \ - perl-module-list-util \ - perl-module-overload \ - perl-module-perlio \ - perl-module-perlio-encoding \ -" - -RDEPENDS:${PN}-ptest = "\ - libmime-types-perl \ - perl-module-lib \ - perl-module-test-more \ -" - -#RSUGGESTS:${PN}-ptest = "libmojo-base-perl" - -do_install_ptest () { - cp -r ${B}/t ${D}${PTEST_PATH} -} diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.30.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.30.bb new file mode 100644 index 0000000000..aa951a4c5a --- /dev/null +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.30.bb @@ -0,0 +1,47 @@ +SUMMARY = "MIME::Types - Definition of MIME types" +DESCRIPTION = "MIME types are used in MIME compliant lines, for instance \ +as part of e-mail and HTTP traffic, to indicate the type of content which \ +is transmitted. Sometimes real knowledge about a mime-type is need.\ +\n\ +This module maintains a set of MIME::Type objects, which each describe \ +one known mime type." +HOMEPAGE = "https://metacpan.org/release/MARKOV/MIME-Types-2.27" +SECTION = "libraries" + +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +LIC_FILES_CHKSUM = "file://META.yml;beginline=13;endline=13;md5=963ce28228347875ace682de56eef8e8" + +SRC_URI = "${CPAN_MIRROR}/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ + file://run-ptest \ + " +SRC_URI[sha256sum] = "f31b1666bdf420b4b65c373ce0129ee349dd24bab4cd16c7f01b698fe450be6f" + +S = "${UNPACKDIR}/MIME-Types-${PV}" + +inherit cpan ptest + +RDEPENDS:${PN} = "\ + perl-module-base \ + perl-module-carp \ + perl-module-constant \ + perl-module-cwd \ + perl-module-encode-encoding \ + perl-module-file-basename \ + perl-module-file-spec \ + perl-module-list-util \ + perl-module-overload \ + perl-module-perlio \ + perl-module-perlio-encoding \ +" + +RDEPENDS:${PN}-ptest = "\ + libmime-types-perl \ + perl-module-lib \ + perl-module-test-more \ +" + +#RSUGGESTS:${PN}-ptest = "libmojo-base-perl" + +do_install_ptest () { + cp -r ${B}/t ${D}${PTEST_PATH} +} -- cgit v1.2.3-54-g00ecf