From c00f81f02f133e276c33dc7da602c30a22496ee6 Mon Sep 17 00:00:00 2001 From: zangrc Date: Sun, 7 Feb 2021 21:28:08 +0800 Subject: librole-tiny-perl: upgrade 2.002003 -> 2.002004 2.002004 - 2021-01-24 - restore requiring base class when using create_class_with_roles, which was accidentally lost in 2.002_000 (RT#134075) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../librole/librole-tiny-perl_2.002003.bb | 29 ---------------------- .../librole/librole-tiny-perl_2.002004.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb create mode 100644 meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb (limited to 'meta-perl/recipes-perl/librole') diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb deleted file mode 100644 index 531e77a107..0000000000 --- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002003.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose." -DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool." - -SECTION = "libs" - -HOMEPAGE = "https://metacpan.org/pod/Role::Tiny" - -LICENSE = "Artistic-1.0 | GPL-1.0+" -LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" - -SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" -SRC_URI[md5sum] = "065e459cdc3c6e163c6e8359baf69f45" -SRC_URI[sha256sum] = "6981e5f2d0beded157840199d678da462b22a9a3753333cab322ab6efb0fbb89" - -S = "${WORKDIR}/Role-Tiny-${PV}" - -inherit cpan - -RDEPENDS_${PN} = " perl-module-exporter \ - perl-module-strict \ - perl-module-test-more \ - perl-module-warnings \ -" - -RPROVIDES_${PN} = " librole-tiny-perl \ - librole-tiny-with-perl \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb new file mode 100644 index 0000000000..db8646d7c1 --- /dev/null +++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.002004.bb @@ -0,0 +1,29 @@ +SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose." +DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool." + +SECTION = "libs" + +HOMEPAGE = "https://metacpan.org/pod/Role::Tiny" + +LICENSE = "Artistic-1.0 | GPL-1.0+" +LIC_FILES_CHKSUM = "file://README;beginline=197;endline=234;md5=26df7e7c20551fb1906e2286624f0b71" + +SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz" +SRC_URI[md5sum] = "9ee45591befa3d0b1094ac75d282b6ba" +SRC_URI[sha256sum] = "d7bdee9e138a4f83aa52d0a981625644bda87ff16642dfa845dcb44d9a242b45" + +S = "${WORKDIR}/Role-Tiny-${PV}" + +inherit cpan + +RDEPENDS_${PN} = " perl-module-exporter \ + perl-module-strict \ + perl-module-test-more \ + perl-module-warnings \ +" + +RPROVIDES_${PN} = " librole-tiny-perl \ + librole-tiny-with-perl \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf