From 05b42e93322220e538b0c7491d458c181c7b2b50 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 2 Apr 2016 10:45:27 -0400 Subject: libxml-sax-writer-perl: update to 0.56 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libxml/libxml-sax-writer-perl_0.54.bb | 25 ---------------------- .../libxml/libxml-sax-writer-perl_0.56.bb | 25 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb create mode 100644 meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.56.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb deleted file mode 100644 index 914c20801e..0000000000 --- a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.54.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "XML::SAX::Writer - SAX2 Writer" -DESCRIPTION = "\ -XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \ -strings, files, and other flat representations. It handles charset encodings, \ -XML escaping conventions, and so forth. It is still considered alpha, \ -although it has been put to limited use in settings such as XML::LibXML and \ -the AxKit XML Application Server. \ -" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPLv1+" -HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" -DEPENDS += "libxml-filter-buffertext-perl-native" -RDEPENDS_${PN} += "libxml-filter-buffertext-perl" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" -SRC_URI[md5sum] = "383139d76418a82b9800dc4f8b568891" -SRC_URI[sha256sum] = "a1b4d959aed8f8337523c4cef4b431e56e619c795dc6f99a868548952101cf3d" - -LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" - -S = "${WORKDIR}/XML-SAX-Writer-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.56.bb b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.56.bb new file mode 100644 index 0000000000..961ceda596 --- /dev/null +++ b/meta-perl/recipes-perl/libxml/libxml-sax-writer-perl_0.56.bb @@ -0,0 +1,25 @@ +SUMMARY = "XML::SAX::Writer - SAX2 Writer" +DESCRIPTION = "\ +XML::SAX::Writer helps to serialize SAX2 representations of XML documents to \ +strings, files, and other flat representations. It handles charset encodings, \ +XML escaping conventions, and so forth. It is still considered alpha, \ +although it has been put to limited use in settings such as XML::LibXML and \ +the AxKit XML Application Server. \ +" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPLv1+" +HOMEPAGE = "http://search.cpan.org/dist/XML-SAX-Writer/" +DEPENDS += "libxml-filter-buffertext-perl-native" +RDEPENDS_${PN} += "libxml-filter-buffertext-perl" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-SAX-Writer-${PV}.tar.gz" +SRC_URI[md5sum] = "e5fa5e2b2f6867b1aca9b5b43e1ce361" +SRC_URI[sha256sum] = "d073f7a25072c8150317b86b99d07031316a15bffab99e63e5afe591c8217d03" + +LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=d41d8cd98f00b204e9800998ecf8427e" + +S = "${WORKDIR}/XML-SAX-Writer-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg