summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libextutils
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/recipes-perl/libextutils')
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb5
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.27.bb4
-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.bb5
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-parsexs-perl_3.35.bb5
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"
2DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." 2DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash."
3SECTION = "libs" 3SECTION = "libs"
4 4
5HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Config/" 5HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
6 6
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e"
9 9
10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
11SRC_URI[md5sum] = "565a7b09c7cac5907a25bbe2c959a717"
12SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" 11SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c"
13 12
14S = "${WORKDIR}/ExtUtils-Config-${PV}" 13S = "${UNPACKDIR}/ExtUtils-Config-${PV}"
15 14
16inherit cpan ptest-perl 15inherit 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 \
6to ExtUtils::MakeMaker's WriteMakefile function." 6to ExtUtils::MakeMaker's WriteMakefile function."
7SECTION = "libs" 7SECTION = "libs"
8 8
9HOMEPAGE = "http://search.cpan.org/~smueller/ExtUtils-CppGuess/" 9HOMEPAGE = "https://metacpan.org/pod/ExtUtils::CppGuess"
10 10
11LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12LIC_FILES_CHKSUM = "file://README;beginline=81;endline=84;md5=84c0390b90ea8c6702ce659b67bed699" 12LIC_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
14SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz" 14SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETJ/ExtUtils-CppGuess-${PV}.tar.gz"
15SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4" 15SRC_URI[sha256sum] = "b2c7b581901054a32dfcea12536fda8626457ed0bfbc02600bd354bde7e2a9b4"
16 16
17S = "${WORKDIR}/ExtUtils-CppGuess-${PV}" 17S = "${UNPACKDIR}/ExtUtils-CppGuess-${PV}"
18 18
19inherit cpan 19inherit 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
2DESCRIPTION = "This module provides various portable helper function for module building modules." 2DESCRIPTION = "This module provides various portable helper function for module building modules."
3SECTION = "libs" 3SECTION = "libs"
4 4
5HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-Helpers/" 5HOMEPAGE = "https://metacpan.org/pod/ExtUtils::Helpers"
6 6
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 7LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=223c04045664f72c3a6556462612bddd" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=c0280160e4f26faafef507664884bf63"
9 9
10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Helpers-${PV}.tar.gz"
11SRC_URI[md5sum] = "83b00c1e401321c425ae5db6b2b2fd12" 11SRC_URI[sha256sum] = "c8574875cce073e7dc5345a7b06d502e52044d68894f9160203fcaab379514fe"
12SRC_URI[sha256sum] = "de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416"
13 12
14S = "${WORKDIR}/ExtUtils-Helpers-${PV}" 13S = "${UNPACKDIR}/ExtUtils-Helpers-${PV}"
15 14
16inherit cpan 15inherit 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 \
3as possible." 3as possible."
4SECTION = "libs" 4SECTION = "libs"
5 5
6HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/" 6HOMEPAGE = "https://metacpan.org/pod/ExtUtils::InstallPaths"
7 7
8LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 8LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=b6fa54d873ce6bcf4809ea88bdf97769"
10 10
11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz" 11SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
12SRC_URI[md5sum] = "9a8d66aab1ffec98ea260faf03ac612b"
13SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed" 12SRC_URI[sha256sum] = "84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed"
14 13
15S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}" 14S = "${UNPACKDIR}/ExtUtils-InstallPaths-${PV}"
16 15
17inherit cpan ptest-perl 16inherit 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
8SECTION = "libs" 8SECTION = "libs"
9 9
10HOMEPAGE = "http://metapan.org/release/ExtUtils-ParseXS/" 10HOMEPAGE = "https://metacpan.org/release/SMUELLER/ExtUtils-ParseXS-3.35"
11 11
12LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 12LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
13LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6" 13LIC_FILES_CHKSUM = "file://README;beginline=120;endline=129;md5=eb858f0e3b1b0bee0c05b86a474ae2b6"
14 14
15SRCNAME = "ExtUtils-ParseXS" 15SRCNAME = "ExtUtils-ParseXS"
16SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz" 16SRC_URI = "${CPAN_MIRROR}/authors/id/S/SM/SMUELLER/${SRCNAME}-${PV}.tar.gz"
17SRC_URI[md5sum] = "2ae41036d85e98e1369645724962dd16"
18SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c" 17SRC_URI[sha256sum] = "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c"
19 18
20S = "${WORKDIR}/${SRCNAME}-${PV}" 19S = "${UNPACKDIR}/${SRCNAME}-${PV}"
21 20
22inherit cpan 21inherit cpan
23 22