From 59300e17bd990cb9387850e7257ab4e6674eb4d3 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 15 Jul 2014 13:28:00 -0700 Subject: libpod-plainer-perl: Upgrade to 1.04 Year changed in README for Copyright and Licnese info Signed-off-by: Saul Wold --- meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb | 23 ---------------------- meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb create mode 100644 meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb (limited to 'meta/recipes-lsb4') diff --git a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb deleted file mode 100644 index 19247d8f12..0000000000 --- a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.03.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Perl extension for converting Pod to old-style Pod" -DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \ -constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \ -'E' and 'E'. \ -\ -This can be used to pre-process Pod before using tools which do not recognise the new style Pods." - -HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -LIC_FILES_CHKSUM = "file://README;beginline=27;md5=80b4a99d477135bfcd1d0a44a041c63c" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz" - -SRC_URI[md5sum] = "15d42071d6bd861cb72daa8cc3111cd3" -SRC_URI[sha256sum] = "9d153b1d8609606a3424f07a7f4ce955af32131d484cb9602812122bb1ee745b" - -S = "${WORKDIR}/Pod-Plainer-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb new file mode 100644 index 0000000000..a3e58f031e --- /dev/null +++ b/meta/recipes-lsb4/perl/libpod-plainer-perl_1.04.bb @@ -0,0 +1,23 @@ +SUMMARY = "Perl extension for converting Pod to old-style Pod" +DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \ +constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \ +'E' and 'E'. \ +\ +This can be used to pre-process Pod before using tools which do not recognise the new style Pods." + +HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +LIC_FILES_CHKSUM = "file://README;beginline=27;md5=227cf83970fc61264845825d9d2bf6f8" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz" + +SRC_URI[md5sum] = "f502eacd1a40894b9dfea55fc2cd5e7d" +SRC_URI[sha256sum] = "1bbfbf7d1d4871e5a83bab2137e22d089078206815190eb1d5c1260a3499456f" + +S = "${WORKDIR}/Pod-Plainer-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg