wok rev 24193
updated perl-datetime (1.52 -> 1.55)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Dec 31 14:48:34 2021 +0100 (2021-12-31) |
parents | b29a97f9866c |
children | a7e2437aa2bf |
files | perl-datetime/description.txt perl-datetime/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/perl-datetime/description.txt Fri Dec 31 14:48:34 2021 +0100 1.3 @@ -0,0 +1,12 @@ 1.4 +DateTime is a class for the representation of date and time combinations, 1.5 +and is part of the Perl DateTime project. 1.6 + 1.7 +It represents the Gregorian calendar, extended backwards in time before 1.8 +its creation (in 1582). 1.9 +This is sometimes known as the "proleptic Gregorian calendar". 1.10 +In this calendar, the first day of the calendar (the epoch), is the first 1.11 +day of year 1, which corresponds to the date which was (incorrectly) 1.12 +believed to be the birth of Jesus Christ. 1.13 + 1.14 +The calendar represented does have a year 0, and in that way differs 1.15 +from how dates are often written using "BCE/CE" or "BC/AD".
2.1 --- a/perl-datetime/receipt Fri Dec 31 14:44:57 2021 +0100 2.2 +++ b/perl-datetime/receipt Fri Dec 31 14:48:34 2021 +0100 2.3 @@ -1,20 +1,22 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="perl-datetime" 2.7 -VERSION="1.52" 2.8 +VERSION="1.55" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Perl extension DateTime." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="GPL" 2.13 -WEB_SITE="https://metacpan.org/release/DateTime" 2.14 +WEB_SITE="https://metacpan.org/pod/DateTime" 2.15 +REPOLOGY="perl:datetime" 2.16 2.17 SOURCE="DateTime" 2.18 TARBALL="$SOURCE-$VERSION.tar.gz" 2.19 WGET_URL="https://www.cpan.org/modules/by-module/DateTime/$TARBALL" 2.20 2.21 -DEPENDS="perl perl-class-singleton perl-datetime-locale perl-datetime-timezone 2.22 - perl-exporter-tiny perl-list-moreutils perl-math-round perl-params-validate 2.23 - perl-test-exception perl-test-fatal perl-test-warnings perl-test-simple 2.24 +DEPENDS="perl perl-class-singleton perl-datetime-locale 2.25 + perl-datetime-timezone perl-exporter-tiny perl-list-moreutils 2.26 + perl-math-round perl-params-validate perl-test-exception 2.27 + perl-test-fatal perl-test-simple perl-test-warnings 2.28 perl-try-tiny" 2.29 BUILD_DEPENDS="$DEPENDS" 2.30 2.31 @@ -35,6 +37,5 @@ 2.32 # Rules to gen a SliTaz package suitable for Tazpkg. 2.33 genpkg_rules() 2.34 { 2.35 - mkdir -p $fs/usr 2.36 - cp -a $install/usr/lib $fs/usr 2.37 + cook_copy_folders lib 2.38 }