# HG changeset patch # User Hans-G?nter Theisgen # Date 1640959665 -3600 # Node ID 9ba53fb1f89bf9710a4bbf9f407432e7e6c09f45 # Parent 710190aac035fe29aa3f49e8b2d3c827a2a1500a updated perl-datetime-timezone (2.38 -> 2.51) diff -r 710190aac035 -r 9ba53fb1f89b perl-datetime-timezone/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime-timezone/description.txt Fri Dec 31 15:07:45 2021 +0100 @@ -0,0 +1,7 @@ +This class is the base class for all time zone objects. +A time zone is represented internally as a set of observances, +each of which describes the offset from GMT for a given time period. + +Note that without the DateTime module, this module does not do much. +It's primary interface is through a DateTime object, and most users +will not need to directly use DateTime::TimeZone methods. diff -r 710190aac035 -r 9ba53fb1f89b perl-datetime-timezone/receipt --- a/perl-datetime-timezone/receipt Fri Dec 31 15:04:43 2021 +0100 +++ b/perl-datetime-timezone/receipt Fri Dec 31 15:07:45 2021 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="perl-datetime-timezone" -VERSION="2.38" +VERSION="2.51" CATEGORY="development" SHORT_DESC="Perl extension DateTime::Format::TimeZone." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -WEB_SITE="https://metacpan.org/release/DateTime-TimeZone" +WEB_SITE="https://metacpan.org/pod/DateTime::TimeZone" +REPOLOGY="perl:datetime-timezone" SOURCE="DateTime-TimeZone" TARBALL="$SOURCE-$VERSION.tar.gz" @@ -26,12 +27,11 @@ { perl Makefile.PL && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # 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 }