# HG changeset patch # User Nathan Neulinger # Date 1443383523 0 # Node ID 3d257ce86aef7941a252cb022429a23f609bde70 # Parent 03affda6281edc98e94d38648b00a628baf3b9d4 perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated diff -r 03affda6281e -r 3d257ce86aef perl-datetime-format-strptime/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-datetime-format-strptime/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,32 @@ +# SliTaz package receipt. + +PACKAGE="perl-datetime-format-strptime" +VERSION="1.56" +CATEGORY="development" +SHORT_DESC="DateTime::Format::Strptime module is a Perl extension." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL2" +SOURCE="DateTime-Format-Strptime" +TARBALL="$SOURCE-$VERSION.tar.gz" +WEB_SITE="http://cpan.org/" +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="perl-datetime perl-params-validate" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr + cp -a $install/usr/lib $fs/usr +} + diff -r 03affda6281e -r 3d257ce86aef perl-datetime-timezone/receipt --- a/perl-datetime-timezone/receipt Sat Sep 26 21:35:58 2015 +0200 +++ b/perl-datetime-timezone/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-datetime-timezone" -VERSION="1.28" +VERSION="1.93" CATEGORY="development" SHORT_DESC="DateTime::Format::TimeZone module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" diff -r 03affda6281e -r 3d257ce86aef perl-datetime/receipt --- a/perl-datetime/receipt Sat Sep 26 21:35:58 2015 +0200 +++ b/perl-datetime/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="perl-datetime" -VERSION="0.70" +VERSION="1.20" CATEGORY="development" SHORT_DESC="DateTime module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,8 +11,8 @@ WEB_SITE="http://search.cpan.org/dist/DateTime" WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" -DEPENDS="perl perl-params-validate perl-test-exception \ -perl-datetime-locale perl-math-round perl-datetime-timezone" +DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \ +perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal" BUILD_DEPENDS="$DEPENDS" # Rules to configure and make the package. diff -r 03affda6281e -r 3d257ce86aef perl-module-implementation/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-module-implementation/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-module-implementation" +VERSION="0.09" +CATEGORY="development" +SHORT_DESC="Module::Implementation is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Module-Implementation" +SOURCE="Module-Implementation" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/D/DR/DROLSKY/$TARBALL" + +DEPENDS="perl perl-test-requires perl-module-runtime" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-module-runtime/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-module-runtime/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-module-runtime" +VERSION="0.014" +CATEGORY="development" +SHORT_DESC="Module::Runtime is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Module-Runtime" +SOURCE="Module-Runtime" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-params-validate/receipt --- a/perl-params-validate/receipt Sat Sep 26 21:35:58 2015 +0200 +++ b/perl-params-validate/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -1,18 +1,19 @@ # SliTaz package receipt. PACKAGE="perl-params-validate" -VERSION="0.95" +VERSION="1.21" CATEGORY="development" SHORT_DESC="Params::Validate module is a Perl extension." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL" -DEPENDS="perl" -BUILD_DEPENDS="perl" SOURCE="Params-Validate" TARBALL="$SOURCE-$VERSION.tar.gz" WEB_SITE="http://cpan.org/" WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL" +DEPENDS="perl perl-test-requires perl-module-implementation" +BUILD_DEPENDS="$DEPENDS" + # Rules to configure and make the package. compile_rules() { diff -r 03affda6281e -r 3d257ce86aef perl-test-fatal/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-fatal/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-fatal" +VERSION="0.014" +CATEGORY="development" +SHORT_DESC="Test::Fatal is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Test-Fatal" +SOURCE="Test-Fatal" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/R/RJ/RJBS/$TARBALL" + +DEPENDS="perl perl-try-tiny perl-test-simple" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-test-requires/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-requires/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-requires" +VERSION="0.09" +CATEGORY="development" +SHORT_DESC="Test::Requires is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Test-Requires" +SOURCE="Test-Requires" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-test-simple/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-simple/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-simple" +VERSION="1.302007_004" +CATEGORY="development" +SHORT_DESC="Test::Simple is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Test-Simple" +SOURCE="Test-Simple" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/E/EX/EXODIST/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-test-warnings/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-test-warnings/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-test-warnings" +VERSION="0.021" +CATEGORY="development" +SHORT_DESC="Test::Warnings is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Test-Warnings" +SOURCE="Test-Warnings" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +} diff -r 03affda6281e -r 3d257ce86aef perl-try-tiny/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/perl-try-tiny/receipt Sun Sep 27 19:52:03 2015 +0000 @@ -0,0 +1,30 @@ +# SliTaz package receipt. + +PACKAGE="perl-try-tiny" +VERSION="0.22" +CATEGORY="development" +SHORT_DESC="Try::Tiny is a perl module" +MAINTAINER="nneul@neulinger.org" +LICENSE="GPL" +WEB_SITE="http://search.cpan.org/dist/Try-Tiny" +SOURCE="Try-Tiny" +TARBALL="$SOURCE-$VERSION.tar.gz" +WGET_URL="http://www.cpan.org/authors/id/D/DO/DOY/$TARBALL" + +DEPENDS="perl" +BUILD_DEPENDS="$DEPENDS" + +# Rules to configure and make the package. +compile_rules() +{ + cd $src + perl Makefile.PL && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cp -a $install/usr $fs +}