Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_DATETIME_TINY
bool "perl-datetime-tiny"
help
A datetime object with as little code as possible
https://metacpan.org/release/DateTime-Tiny

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 9e7e4fe588445023763df113d3f2345f DateTime-Tiny-1.04.tar.gz
sha256 68137c8ab3ca2a7f8a5fcea20f94b2f82bc2c7c36bb45063dbd81faadf0c7881 DateTime-Tiny-1.04.tar.gz

View File

@@ -0,0 +1,13 @@
################################################################################
#
# perl-datetime-tiny
#
################################################################################
PERL_DATETIME_TINY_VERSION = 1.04
PERL_DATETIME_TINY_SOURCE = DateTime-Tiny-$(PERL_DATETIME_TINY_VERSION).tar.gz
PERL_DATETIME_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AD/ADAMK
PERL_DATETIME_TINY_LICENSE = Artistic or GPLv1+
PERL_DATETIME_TINY_LICENSE_FILES = LICENSE
$(eval $(perl-package))