# HG changeset patch # User Hans-G?nter Theisgen # Date 1640958514 -3600 # Node ID 2e9676db93604a8218919ee2e3c8278ce3901b53 # Parent b29a97f9866c2a2197aee19865af3d453a364eb3 updated perl-datetime (1.52 -> 1.55) diff -r b29a97f9866c -r 2e9676db9360 perl-datetime/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime/description.txt Fri Dec 31 14:48:34 2021 +0100 @@ -0,0 +1,12 @@ +DateTime is a class for the representation of date and time combinations, +and is part of the Perl DateTime project. + +It represents the Gregorian calendar, extended backwards in time before +its creation (in 1582). +This is sometimes known as the "proleptic Gregorian calendar". +In this calendar, the first day of the calendar (the epoch), is the first +day of year 1, which corresponds to the date which was (incorrectly) +believed to be the birth of Jesus Christ. + +The calendar represented does have a year 0, and in that way differs +from how dates are often written using "BCE/CE" or "BC/AD". diff -r b29a97f9866c -r 2e9676db9360 perl-datetime/receipt --- a/perl-datetime/receipt Fri Dec 31 14:44:57 2021 +0100 +++ b/perl-datetime/receipt Fri Dec 31 14:48:34 2021 +0100 @@ -1,20 +1,22 @@ # SliTaz package receipt. PACKAGE="perl-datetime" -VERSION="1.52" +VERSION="1.55" CATEGORY="development" SHORT_DESC="Perl extension DateTime." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime" +WEB_SITE="https://metacpan.org/pod/DateTime" +REPOLOGY="perl:datetime" SOURCE="DateTime" TARBALL="$SOURCE-$VERSION.tar.gz" WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL" -DEPENDS="perl perl-class-singleton perl-datetime-locale perl-datetime-timezone - perl-exporter-tiny perl-list-moreutils perl-math-round perl-params-validate - perl-test-exception perl-test-fatal perl-test-warnings perl-test-simple +DEPENDS="perl perl-class-singleton perl-datetime-locale + perl-datetime-timezone perl-exporter-tiny perl-list-moreutils + perl-math-round perl-params-validate perl-test-exception + perl-test-fatal perl-test-simple perl-test-warnings perl-try-tiny" BUILD_DEPENDS="$DEPENDS" @@ -35,6 +37,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cook_copy_folders lib }