From 2a42fba22cf75b2e092b6b52d7db83e699fb69e2 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 6 Apr 2016 22:48:14 -0400 Subject: libclass-method-modifiers-perl: update to 2.11 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libclass-method-modifiers-perl_2.11.bb | 28 ---------------------- .../libclass-method-modifiers-perl_2.12.bb | 28 ++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb create mode 100644 meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb deleted file mode 100644 index 93d6e5430..000000000 --- a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.11.bb +++ /dev/null @@ -1,28 +0,0 @@ -SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers" -DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \ -(Common Lisp Object System) world." - -SECTION = "libs" - -HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/" - -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058" - -SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz" -SRC_URI[md5sum] = "c6982e9e89325713d5afaff82cfe1744" -SRC_URI[sha256sum] = "debf979fbd9ac25cc6fe7d1cab81103c60a21f7027d2a9b4bf5cb264e313d392" - -S = "${WORKDIR}/Class-Method-Modifiers-${PV}" - -inherit cpan - -RDEPENDS_${PN} = " perl-module-b \ - perl-module-base \ - perl-module-carp \ - perl-module-exporter \ - perl-module-strict \ - perl-module-warnings \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb new file mode 100644 index 000000000..3979b3142 --- /dev/null +++ b/meta-perl/recipes-perl/libclass/libclass-method-modifiers-perl_2.12.bb @@ -0,0 +1,28 @@ +SUMMARY = "Class::Method::Modifiers - provides Moose-like method modifiers" +DESCRIPTION = "Method modifiers are a convenient feature from the CLOS \ +(Common Lisp Object System) world." + +SECTION = "libs" + +HOMEPAGE = "https://github.com/moose/Class-Method-Modifiers/" + +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=16fd0ec7b73c0e158426f753943f1058" + +SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Class-Method-Modifiers-${PV}.tar.gz" +SRC_URI[md5sum] = "f55400c7a8134acf3657f8af89bdd7af" +SRC_URI[sha256sum] = "e44c1073020bf55b8c97975ed77235fd7e2a6a56f29b5c702301721184e27ac8" + +S = "${WORKDIR}/Class-Method-Modifiers-${PV}" + +inherit cpan + +RDEPENDS_${PN} = " perl-module-b \ + perl-module-base \ + perl-module-carp \ + perl-module-exporter \ + perl-module-strict \ + perl-module-warnings \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf