From b3238b0db163efb8934b0aa0bd238f0196bb3f33 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 9 Jul 2021 02:58:49 +0000 Subject: po4a: upgrade 0.49 -> 0.63 --- meta-perl/recipes-perl/po4a/po4a_0.49.bb | 33 ------------------------------- meta-perl/recipes-perl/po4a/po4a_0.63.bb | 34 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 33 deletions(-) delete mode 100644 meta-perl/recipes-perl/po4a/po4a_0.49.bb create mode 100644 meta-perl/recipes-perl/po4a/po4a_0.63.bb diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.49.bb deleted file mode 100644 index 1b3aca5618..0000000000 --- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "PO for anything" -DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ -(and more interestingly, the maintenance of translations) using gettext tools \ -on areas where they were not expected like documentation." -HOMEPAGE = "https://po4a.alioth.debian.org" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" - -SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https" - -# v0.49 -SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" - -S = "${WORKDIR}/git" - -DEPENDS = " \ - libmodule-build-perl-native \ - libtext-wrapi18n-perl \ - libterm-readkey-perl \ - liblocale-gettext-perl \ - libunicode-linebreak-perl \ -" - -RRECOMMENDS_${PN} = " \ - libtext-wrapi18n-perl \ - libterm-readkey-perl \ - liblocale-gettext-perl \ - libunicode-linebreak-perl \ -" - -inherit cpan_build - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/po4a/po4a_0.63.bb b/meta-perl/recipes-perl/po4a/po4a_0.63.bb new file mode 100644 index 0000000000..08c3b0be8b --- /dev/null +++ b/meta-perl/recipes-perl/po4a/po4a_0.63.bb @@ -0,0 +1,34 @@ +SUMMARY = "PO for anything" +DESCRIPTION = "The po4a (PO for anything) project goal is to ease translations \ +(and more interestingly, the maintenance of translations) using gettext tools \ +on areas where they were not expected like documentation." +HOMEPAGE = "https://po4a.alioth.debian.org" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325" + +SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https" + +# v0.63 +SRCREV = "5d2498c644c42724a6a70fc9351e76f3f6e1fc16" + +S = "${WORKDIR}/git" + +# libpod-parser-perl +DEPENDS = " \ + libmodule-build-perl-native \ + libtext-wrapi18n-perl \ + libterm-readkey-perl \ + liblocale-gettext-perl \ + libunicode-linebreak-perl \ +" + +RRECOMMENDS_${PN} = " \ + libtext-wrapi18n-perl \ + libterm-readkey-perl \ + liblocale-gettext-perl \ + libunicode-linebreak-perl \ +" + +inherit cpan_build + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg