Bump buildroot to 2019.02

This commit is contained in:
2019-03-28 22:49:48 +01:00
parent 5598b1b762
commit 920d307141
5121 changed files with 78550 additions and 46132 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_ROLE_TINY
bool "perl-role-tiny"
help
Roles. Like a nouvelle cuisine portion size slice of Moose.
https://metacpan.org/release/Role-Tiny

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 7c277728a7e090f64b495857cadfed08 Role-Tiny-2.000006.tar.gz
sha256 cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382 Role-Tiny-2.000006.tar.gz
# computed by scancpan
sha256 08292f0e1797371bce0a1b5bd80e0657b3aabf9c0ecc2ce87ad7a448a7adacce README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-role-tiny
#
################################################################################
PERL_ROLE_TINY_VERSION = 2.000006
PERL_ROLE_TINY_SOURCE = Role-Tiny-$(PERL_ROLE_TINY_VERSION).tar.gz
PERL_ROLE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_ROLE_TINY_LICENSE = Artistic or GPL-1.0+
PERL_ROLE_TINY_LICENSE_FILES = README
PERL_ROLE_TINY_DISTNAME = Role-Tiny
$(eval $(perl-package))