wok-next rev 18450

perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author Nathan Neulinger <nneul@neulinger.org>
date Sun Sep 27 19:52:03 2015 +0000 (2015-09-27)
parents 03affda6281e
children 615dd0551477
files perl-datetime-format-strptime/receipt perl-datetime-timezone/receipt perl-datetime/receipt perl-module-implementation/receipt perl-module-runtime/receipt perl-params-validate/receipt perl-test-fatal/receipt perl-test-requires/receipt perl-test-simple/receipt perl-test-warnings/receipt perl-try-tiny/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/perl-datetime-format-strptime/receipt	Sun Sep 27 19:52:03 2015 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="perl-datetime-format-strptime"
     1.7 +VERSION="1.56"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="DateTime::Format::Strptime module is a Perl extension."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL2"
    1.12 +SOURCE="DateTime-Format-Strptime"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.gz"
    1.14 +WEB_SITE="http://cpan.org/"
    1.15 +WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    1.16 +
    1.17 +DEPENDS="perl"
    1.18 +BUILD_DEPENDS="perl-datetime perl-params-validate"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	cd $src
    1.24 +	perl Makefile.PL &&
    1.25 +	make &&
    1.26 +	make DESTDIR=$DESTDIR install
    1.27 +}
    1.28 +
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34 +}
    1.35 +
     2.1 --- a/perl-datetime-timezone/receipt	Sat Sep 26 21:35:58 2015 +0200
     2.2 +++ b/perl-datetime-timezone/receipt	Sun Sep 27 19:52:03 2015 +0000
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perl-datetime-timezone"
     2.7 -VERSION="1.28"
     2.8 +VERSION="1.93"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="DateTime::Format::TimeZone module is a Perl extension."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
     3.1 --- a/perl-datetime/receipt	Sat Sep 26 21:35:58 2015 +0200
     3.2 +++ b/perl-datetime/receipt	Sun Sep 27 19:52:03 2015 +0000
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="perl-datetime"
     3.7 -VERSION="0.70"
     3.8 +VERSION="1.20"
     3.9  CATEGORY="development"
    3.10  SHORT_DESC="DateTime module is a Perl extension."
    3.11  MAINTAINER="pascal.bellard@slitaz.org"
    3.12 @@ -11,8 +11,8 @@
    3.13  WEB_SITE="http://search.cpan.org/dist/DateTime"
    3.14  WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    3.15  
    3.16 -DEPENDS="perl perl-params-validate perl-test-exception \
    3.17 -perl-datetime-locale perl-math-round perl-datetime-timezone"
    3.18 +DEPENDS="perl perl-params-validate perl-test-exception perl-test-warnings \
    3.19 +perl-datetime-locale perl-math-round perl-datetime-timezone perl-test-fatal"
    3.20  BUILD_DEPENDS="$DEPENDS"
    3.21  
    3.22  # Rules to configure and make the package.
     4.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.2 +++ b/perl-module-implementation/receipt	Sun Sep 27 19:52:03 2015 +0000
     4.3 @@ -0,0 +1,30 @@
     4.4 +# SliTaz package receipt.
     4.5 +
     4.6 +PACKAGE="perl-module-implementation"
     4.7 +VERSION="0.09"
     4.8 +CATEGORY="development"
     4.9 +SHORT_DESC="Module::Implementation is a perl module"
    4.10 +MAINTAINER="nneul@neulinger.org"
    4.11 +LICENSE="GPL"
    4.12 +WEB_SITE="http://search.cpan.org/dist/Module-Implementation"
    4.13 +SOURCE="Module-Implementation"
    4.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    4.15 +WGET_URL="http://www.cpan.org/authors/id/D/DR/DROLSKY/$TARBALL"
    4.16 +
    4.17 +DEPENDS="perl perl-test-requires perl-module-runtime"
    4.18 +BUILD_DEPENDS="$DEPENDS"
    4.19 +
    4.20 +# Rules to configure and make the package.
    4.21 +compile_rules()
    4.22 +{
    4.23 +	cd $src
    4.24 +	perl Makefile.PL &&
    4.25 +	make &&
    4.26 +	make DESTDIR=$DESTDIR install
    4.27 +}
    4.28 +
    4.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    4.30 +genpkg_rules()
    4.31 +{
    4.32 +	cp -a $install/usr $fs
    4.33 +}
     5.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.2 +++ b/perl-module-runtime/receipt	Sun Sep 27 19:52:03 2015 +0000
     5.3 @@ -0,0 +1,30 @@
     5.4 +# SliTaz package receipt.
     5.5 +
     5.6 +PACKAGE="perl-module-runtime"
     5.7 +VERSION="0.014"
     5.8 +CATEGORY="development"
     5.9 +SHORT_DESC="Module::Runtime is a perl module"
    5.10 +MAINTAINER="nneul@neulinger.org"
    5.11 +LICENSE="GPL"
    5.12 +WEB_SITE="http://search.cpan.org/dist/Module-Runtime"
    5.13 +SOURCE="Module-Runtime"
    5.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    5.15 +WGET_URL="http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/$TARBALL"
    5.16 +
    5.17 +DEPENDS="perl"
    5.18 +BUILD_DEPENDS="$DEPENDS"
    5.19 +
    5.20 +# Rules to configure and make the package.
    5.21 +compile_rules()
    5.22 +{
    5.23 +	cd $src
    5.24 +	perl Makefile.PL &&
    5.25 +	make &&
    5.26 +	make DESTDIR=$DESTDIR install
    5.27 +}
    5.28 +
    5.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    5.30 +genpkg_rules()
    5.31 +{
    5.32 +	cp -a $install/usr $fs
    5.33 +}
     6.1 --- a/perl-params-validate/receipt	Sat Sep 26 21:35:58 2015 +0200
     6.2 +++ b/perl-params-validate/receipt	Sun Sep 27 19:52:03 2015 +0000
     6.3 @@ -1,18 +1,19 @@
     6.4  # SliTaz package receipt.
     6.5  
     6.6  PACKAGE="perl-params-validate"
     6.7 -VERSION="0.95"
     6.8 +VERSION="1.21"
     6.9  CATEGORY="development"
    6.10  SHORT_DESC="Params::Validate module is a Perl extension."
    6.11  MAINTAINER="pascal.bellard@slitaz.org"
    6.12  LICENSE="GPL"
    6.13 -DEPENDS="perl"
    6.14 -BUILD_DEPENDS="perl"
    6.15  SOURCE="Params-Validate"
    6.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    6.17  WEB_SITE="http://cpan.org/"
    6.18  WGET_URL="http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$TARBALL"
    6.19  
    6.20 +DEPENDS="perl perl-test-requires perl-module-implementation"
    6.21 +BUILD_DEPENDS="$DEPENDS"
    6.22 +
    6.23  # Rules to configure and make the package.
    6.24  compile_rules()
    6.25  {
     7.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.2 +++ b/perl-test-fatal/receipt	Sun Sep 27 19:52:03 2015 +0000
     7.3 @@ -0,0 +1,30 @@
     7.4 +# SliTaz package receipt.
     7.5 +
     7.6 +PACKAGE="perl-test-fatal"
     7.7 +VERSION="0.014"
     7.8 +CATEGORY="development"
     7.9 +SHORT_DESC="Test::Fatal is a perl module"
    7.10 +MAINTAINER="nneul@neulinger.org"
    7.11 +LICENSE="GPL"
    7.12 +WEB_SITE="http://search.cpan.org/dist/Test-Fatal"
    7.13 +SOURCE="Test-Fatal"
    7.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    7.15 +WGET_URL="http://www.cpan.org/authors/id/R/RJ/RJBS/$TARBALL"
    7.16 +
    7.17 +DEPENDS="perl perl-try-tiny perl-test-simple"
    7.18 +BUILD_DEPENDS="$DEPENDS"
    7.19 +
    7.20 +# Rules to configure and make the package.
    7.21 +compile_rules()
    7.22 +{
    7.23 +	cd $src
    7.24 +	perl Makefile.PL &&
    7.25 +	make &&
    7.26 +	make DESTDIR=$DESTDIR install
    7.27 +}
    7.28 +
    7.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    7.30 +genpkg_rules()
    7.31 +{
    7.32 +	cp -a $install/usr $fs
    7.33 +}
     8.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.2 +++ b/perl-test-requires/receipt	Sun Sep 27 19:52:03 2015 +0000
     8.3 @@ -0,0 +1,30 @@
     8.4 +# SliTaz package receipt.
     8.5 +
     8.6 +PACKAGE="perl-test-requires"
     8.7 +VERSION="0.09"
     8.8 +CATEGORY="development"
     8.9 +SHORT_DESC="Test::Requires is a perl module"
    8.10 +MAINTAINER="nneul@neulinger.org"
    8.11 +LICENSE="GPL"
    8.12 +WEB_SITE="http://search.cpan.org/dist/Test-Requires"
    8.13 +SOURCE="Test-Requires"
    8.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    8.15 +WGET_URL="http://www.cpan.org/authors/id/T/TO/TOKUHIROM/$TARBALL"
    8.16 +
    8.17 +DEPENDS="perl"
    8.18 +BUILD_DEPENDS="$DEPENDS"
    8.19 +
    8.20 +# Rules to configure and make the package.
    8.21 +compile_rules()
    8.22 +{
    8.23 +	cd $src
    8.24 +	perl Makefile.PL &&
    8.25 +	make &&
    8.26 +	make DESTDIR=$DESTDIR install
    8.27 +}
    8.28 +
    8.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    8.30 +genpkg_rules()
    8.31 +{
    8.32 +	cp -a $install/usr $fs
    8.33 +}
     9.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.2 +++ b/perl-test-simple/receipt	Sun Sep 27 19:52:03 2015 +0000
     9.3 @@ -0,0 +1,30 @@
     9.4 +# SliTaz package receipt.
     9.5 +
     9.6 +PACKAGE="perl-test-simple"
     9.7 +VERSION="1.302007_004"
     9.8 +CATEGORY="development"
     9.9 +SHORT_DESC="Test::Simple is a perl module"
    9.10 +MAINTAINER="nneul@neulinger.org"
    9.11 +LICENSE="GPL"
    9.12 +WEB_SITE="http://search.cpan.org/dist/Test-Simple"
    9.13 +SOURCE="Test-Simple"
    9.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
    9.15 +WGET_URL="http://www.cpan.org/authors/id/E/EX/EXODIST/$TARBALL"
    9.16 +
    9.17 +DEPENDS="perl"
    9.18 +BUILD_DEPENDS="$DEPENDS"
    9.19 +
    9.20 +# Rules to configure and make the package.
    9.21 +compile_rules()
    9.22 +{
    9.23 +	cd $src
    9.24 +	perl Makefile.PL &&
    9.25 +	make &&
    9.26 +	make DESTDIR=$DESTDIR install
    9.27 +}
    9.28 +
    9.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    9.30 +genpkg_rules()
    9.31 +{
    9.32 +	cp -a $install/usr $fs
    9.33 +}
    10.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.2 +++ b/perl-test-warnings/receipt	Sun Sep 27 19:52:03 2015 +0000
    10.3 @@ -0,0 +1,30 @@
    10.4 +# SliTaz package receipt.
    10.5 +
    10.6 +PACKAGE="perl-test-warnings"
    10.7 +VERSION="0.021"
    10.8 +CATEGORY="development"
    10.9 +SHORT_DESC="Test::Warnings is a perl module"
   10.10 +MAINTAINER="nneul@neulinger.org"
   10.11 +LICENSE="GPL"
   10.12 +WEB_SITE="http://search.cpan.org/dist/Test-Warnings"
   10.13 +SOURCE="Test-Warnings"
   10.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
   10.15 +WGET_URL="http://www.cpan.org/authors/id/E/ET/ETHER/$TARBALL"
   10.16 +
   10.17 +DEPENDS="perl"
   10.18 +BUILD_DEPENDS="$DEPENDS"
   10.19 +
   10.20 +# Rules to configure and make the package.
   10.21 +compile_rules()
   10.22 +{
   10.23 +	cd $src
   10.24 +	perl Makefile.PL &&
   10.25 +	make &&
   10.26 +	make DESTDIR=$DESTDIR install
   10.27 +}
   10.28 +
   10.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   10.30 +genpkg_rules()
   10.31 +{
   10.32 +	cp -a $install/usr $fs
   10.33 +}
    11.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.2 +++ b/perl-try-tiny/receipt	Sun Sep 27 19:52:03 2015 +0000
    11.3 @@ -0,0 +1,30 @@
    11.4 +# SliTaz package receipt.
    11.5 +
    11.6 +PACKAGE="perl-try-tiny"
    11.7 +VERSION="0.22"
    11.8 +CATEGORY="development"
    11.9 +SHORT_DESC="Try::Tiny is a perl module"
   11.10 +MAINTAINER="nneul@neulinger.org"
   11.11 +LICENSE="GPL"
   11.12 +WEB_SITE="http://search.cpan.org/dist/Try-Tiny"
   11.13 +SOURCE="Try-Tiny"
   11.14 +TARBALL="$SOURCE-$VERSION.tar.gz"
   11.15 +WGET_URL="http://www.cpan.org/authors/id/D/DO/DOY/$TARBALL"
   11.16 +
   11.17 +DEPENDS="perl"
   11.18 +BUILD_DEPENDS="$DEPENDS"
   11.19 +
   11.20 +# Rules to configure and make the package.
   11.21 +compile_rules()
   11.22 +{
   11.23 +	cd $src
   11.24 +	perl Makefile.PL &&
   11.25 +	make &&
   11.26 +	make DESTDIR=$DESTDIR install
   11.27 +}
   11.28 +
   11.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
   11.30 +genpkg_rules()
   11.31 +{
   11.32 +	cp -a $install/usr $fs
   11.33 +}