From 15f79cdf1ebf61f6e2f28c59836440e3d35c5bbd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 29 Dec 2022 12:46:53 +0800 Subject: libmime-types-perl: upgrade 2.23 -> 2.24 Fixes: - vnd.gentoo officially took 'tar' and 'tbz2', but 'application/ x-tar' resp 'x-gtar' prevails. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libmime/libmime-types-perl_2.23.bb | 46 ---------------------- .../libmime/libmime-types-perl_2.24.bb | 46 ++++++++++++++++++++++ 2 files changed, 46 insertions(+), 46 deletions(-) delete mode 100644 meta-perl/recipes-perl/libmime/libmime-types-perl_2.23.bb create mode 100644 meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.23.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.23.bb deleted file mode 100644 index 8bf3830146..0000000000 --- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.23.bb +++ /dev/null @@ -1,46 +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 = "http://search.cpan.org/~markov/MIME-Types-${PV}" -SECTION = "libraries" - -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ - file://run-ptest \ - " -SRC_URI[sha256sum] = "a28df6319a3e8c5ce117fbe5dcdad0bc9eae8eef65c1a0a2f0c00e00e77d7e30" - -S = "${WORKDIR}/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 = "\ - 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.24.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb new file mode 100644 index 0000000000..a3d9ceef02 --- /dev/null +++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.24.bb @@ -0,0 +1,46 @@ +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 = "http://search.cpan.org/~markov/MIME-Types-${PV}" +SECTION = "libraries" + +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" +LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ + file://run-ptest \ + " +SRC_URI[sha256sum] = "629e361f22b220be50c2da7354e23c0451757709a03c25a22f3160edb94cb65f" + +S = "${WORKDIR}/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 = "\ + 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