From e6231336b78f3750fc4992180e95ed631b863f38 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Fri, 9 Jul 2021 02:58:49 +0000 Subject: Revert "po4a: upgrade 0.49 -> 0.63" This reverts commit 32f9ea2ec9a31003e3f3469a9b0a5f0fc775b5ab. --- meta-perl/recipes-perl/po4a/po4a_0.49.bb | 34 ++++++++++++++++++++++++++++++++ meta-perl/recipes-perl/po4a/po4a_0.63.bb | 34 -------------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) create mode 100644 meta-perl/recipes-perl/po4a/po4a_0.49.bb delete 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 new file mode 100644 index 0000000000..5e62fd8679 --- /dev/null +++ b/meta-perl/recipes-perl/po4a/po4a_0.49.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.49 +SRCREV = "79ed87a577a543538fe39c7b60079981f5997072" + +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" diff --git a/meta-perl/recipes-perl/po4a/po4a_0.63.bb b/meta-perl/recipes-perl/po4a/po4a_0.63.bb deleted file mode 100644 index 08c3b0be8b..0000000000 --- a/meta-perl/recipes-perl/po4a/po4a_0.63.bb +++ /dev/null @@ -1,34 +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.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