diff options
Diffstat (limited to 'meta-perl/recipes-perl/libextutils')
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | 5 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb | 4 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb (renamed from meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb) | 9 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | 5 | ||||
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | 5 |
5 files changed, 12 insertions, 16 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index a58d96582e..401f607571 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" | |||
2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." | 2 | DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" | 5 | HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717" | ||
12 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" | 11 | SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" |
13 | 12 | ||
14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" | 13 | S = "${UNPACKDIR}/ExtUtils-Config-${PV}" |
15 | 14 | ||
16 | inherit cpan ptest-perl | 15 | inherit cpan ptest-perl |
17 | 16 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb index 45b7726509..f23d4e3eda 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb | |||
@@ -6,7 +6,7 @@ It can generate the necessary options to the Module::Build constructor or \ | |||
6 | to ExtUtils::MakeMaker's WriteMakefile function." | 6 | to ExtUtils::MakeMaker's WriteMakefile function." |
7 | SECTION = "libs" | 7 | SECTION = "libs" |
8 | 8 | ||
9 | HOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/" | 9 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::CppGuess" |
10 | 10 | ||
11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" | 12 | LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" |
@@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702 | |||
14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" | 14 | SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" |
15 | SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4" | 15 | SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4" |
16 | 16 | ||
17 | S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" | 17 | S = "${UNPACKDIR}/ExtUtils-CppGuess-${PV}" |
18 | 18 | ||
19 | inherit cpan | 19 | inherit cpan |
20 | 20 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb index 8534822e62..42c99ddf58 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.026.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.028.bb | |||
@@ -2,16 +2,15 @@ SUMMARY = "ExtUtils::Helpers - Various portability utilities for module builders | |||
2 | DESCRIPTION = "This module provides various portable helper function for module building modules." | 2 | DESCRIPTION = "This module provides various portable helper function for module building modules." |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | 4 | ||
5 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/" | 5 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers" |
6 | 6 | ||
7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 7 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=223c04045664f72c3a6556462612bddd" | 8 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63" |
9 | 9 | ||
10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" | 10 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "83b00c1e401321c425ae5db6b2b2fd12" | 11 | SRC_URI[sha256sum] = "c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe" |
12 | SRC_URI[sha256sum] = "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416" | ||
13 | 12 | ||
14 | S = "${WORKDIR}/ExtUtils-Helpers-${PV}" | 13 | S = "${UNPACKDIR}/ExtUtils-Helpers-${PV}" |
15 | 14 | ||
16 | inherit cpan | 15 | inherit cpan |
17 | 16 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb index 07dab4e161..13d5a31d0b 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.012.bb | |||
@@ -3,16 +3,15 @@ DESCRIPTION = "This module tries to make install path resolution as easy \ | |||
3 | as possible." | 3 | as possible." |
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | 5 | ||
6 | HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" | 6 | HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths" |
7 | 7 | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 8 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" |
10 | 10 | ||
11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" | 11 | SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" |
12 | SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b" | ||
13 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" | 12 | SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" |
14 | 13 | ||
15 | S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" | 14 | S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}" |
16 | 15 | ||
17 | inherit cpan ptest-perl | 16 | inherit cpan ptest-perl |
18 | 17 | ||
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb index 43b5b60ef6..f5b87ff896 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb | |||
@@ -7,17 +7,16 @@ and variables to Perl values." | |||
7 | 7 | ||
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | 9 | ||
10 | HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" | 10 | HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35" |
11 | 11 | ||
12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 12 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" | 13 | LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" |
14 | 14 | ||
15 | SRCNAME = "ExtUtils-ParseXS" | 15 | SRCNAME = "ExtUtils-ParseXS" |
16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" | 16 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" |
17 | SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16" | ||
18 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" | 17 | SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" |
19 | 18 | ||
20 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 19 | S = "${UNPACKDIR}/${SRCNAME}-${PV}" |
21 | 20 | ||
22 | inherit cpan | 21 | inherit cpan |
23 | 22 | ||