From 681965b914897a86fe01cb2cca018eb87248637c Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 8 Aug 2017 14:33:52 -0400 Subject: libextutils-parsexs-perl: update to version 3.35 Update license checksum and verify terms are unchanged Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libextutils/libextutils-parsexs-perl_3.24.bb | 47 ---------------------- .../libextutils/libextutils-parsexs-perl_3.35.bb | 47 ++++++++++++++++++++++ 2 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb deleted file mode 100644 index bc368ea77c..0000000000 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.24.bb +++ /dev/null @@ -1,47 +0,0 @@ -SUMMARY = "ExtUtils::ParseXS - converts Perl XS code into C code" -DESCRIPTION = "\"ExtUtils::ParseXS\" will compile XS code into C code by \ -embedding the constructs necessary to let C functions manipulate Perl \ -values and creates the glue necessary to let Perl access those functions. \ -The compiler uses typesmapes to determine how to map C function parameters \ -and variables to Perl values." - -SECTION = "libs" - -HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" - -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://README;beginline=121;endline=130;md5=10ddb3a673b4c732022ac899968ea9cc" - -SRCNAME = "ExtUtils-ParseXS" -SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" -SRC_URI[md5sum] = "e6be3f1d493e04ed805576104cf4328b" -SRC_URI[sha256sum] = "30b60b8208fc9b7746ed934b678bb9618a8f28994dae8774548353a7b550371e" - -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit cpan - -RDEPENDS_${PN} = " perl-module-carp \ - perl-module-cwd \ - perl-module-dynaloader \ - perl-module-extutils-cbuilder \ - perl-module-extutils-makemaker \ - perl-module-file-basename \ - perl-module-file-spec \ - perl-module-lib \ - perl-module-symbol \ - perl-module-test-more \ -" - -RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ - libextutils-parsexs-countlines-perl \ - libextutils-parsexs-eval-perl \ - libextutils-parsexs-utilities-perl \ - libextutils-typemaps-perl \ - libextutils-typemaps-cmd-perl \ - libextutils-typemaps-inputmap-perl \ - libextutils-typemaps-outputmap-perl \ - libextutils-typemaps-type-perl \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb new file mode 100644 index 0000000000..33707a0af6 --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb @@ -0,0 +1,47 @@ +SUMMARY = "ExtUtils::ParseXS - converts Perl XS code into C code" +DESCRIPTION = "\"ExtUtils::ParseXS\" will compile XS code into C code by \ +embedding the constructs necessary to let C functions manipulate Perl \ +values and creates the glue necessary to let Perl access those functions. \ +The compiler uses typesmapes to determine how to map C function parameters \ +and variables to Perl values." + +SECTION = "libs" + +HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" + +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" + +SRCNAME = "ExtUtils-ParseXS" +SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" +SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" + +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit cpan + +RDEPENDS_${PN} = " perl-module-carp \ + perl-module-cwd \ + perl-module-dynaloader \ + perl-module-extutils-cbuilder \ + perl-module-extutils-makemaker \ + perl-module-file-basename \ + perl-module-file-spec \ + perl-module-lib \ + perl-module-symbol \ + perl-module-test-more \ +" + +RPROVIDES_${PN} += " libextutils-parsexs-constants-perl \ + libextutils-parsexs-countlines-perl \ + libextutils-parsexs-eval-perl \ + libextutils-parsexs-utilities-perl \ + libextutils-typemaps-perl \ + libextutils-typemaps-cmd-perl \ + libextutils-typemaps-inputmap-perl \ + libextutils-typemaps-outputmap-perl \ + libextutils-typemaps-type-perl \ +" + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg