Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] perl: rebuild few
@ 2021-08-14 18:02 dkwo
  2021-08-15 20:39 ` [PR REVIEW] " ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dkwo @ 2021-08-14 18:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 394 bytes --]

There is a new pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages perla2
https://github.com/void-linux/void-packages/pull/32490

perl: rebuild few
Some more rebuilds for perl 5.34, split from https://github.com/void-linux/void-packages/pull/32229

A patch file from https://github.com/void-linux/void-packages/pull/32490.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perla2-32490.patch --]
[-- Type: text/x-diff, Size: 3588 bytes --]

From 31cfc37aff4931b489394736d752c20bb2757ea8 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:05 +0200
Subject: [PATCH 1/4] perl-Alien: rebuild for perl-5.34

---
 srcpkgs/perl-Alien/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-Alien/template b/srcpkgs/perl-Alien/template
index 781ef525c8b5..92fafcf9e247 100644
--- a/srcpkgs/perl-Alien/template
+++ b/srcpkgs/perl-Alien/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-Alien'
 pkgname=perl-Alien
 version=0.96
-revision=2
+revision=3
 wrksrc="Alien-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 27f89695c28b934d3b6488d18ed5a241e9ec7e76 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 2/4] perl-List-SomeUtils: rebuild for perl-5.34

---
 srcpkgs/perl-List-SomeUtils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-List-SomeUtils/template b/srcpkgs/perl-List-SomeUtils/template
index b1860f746f47..4c613d8c13fb 100644
--- a/srcpkgs/perl-List-SomeUtils/template
+++ b/srcpkgs/perl-List-SomeUtils/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-SomeUtils'
 pkgname=perl-List-SomeUtils
 version=0.58
-revision=2
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 75c9ceb4783977afa45c0cfc58464173b949a628 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 3/4] perl-List-UtilsBy: rebuild for perl-5.34

---
 srcpkgs/perl-List-UtilsBy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-List-UtilsBy/template b/srcpkgs/perl-List-UtilsBy/template
index b3a07623e1c4..81c817f13e0b 100644
--- a/srcpkgs/perl-List-UtilsBy/template
+++ b/srcpkgs/perl-List-UtilsBy/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-UtilsBy'
 pkgname=perl-List-UtilsBy
 version=0.11
-revision=2
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl-Module-Build"

From 6803d59ece1cba58820ad870e05faad97fd560d6 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 4/4] perl-List-MoreUtils: rebuild for perl-5.34 and fix lint

---
 srcpkgs/perl-List-MoreUtils/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/perl-List-MoreUtils/template b/srcpkgs/perl-List-MoreUtils/template
index 8271a6ed5503..d5c1fd0d0735 100644
--- a/srcpkgs/perl-List-MoreUtils/template
+++ b/srcpkgs/perl-List-MoreUtils/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-MoreUtils'
 pkgname=perl-List-MoreUtils
 version=0.430
-revision=2
+revision=3
 wrksrc="List-MoreUtils-${version}"
 build_style=perl-module
 hostmakedepends="perl"
@@ -9,12 +9,12 @@ makedepends="perl perl-Exporter-Tiny"
 depends="$makedepends"
 short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-homepage="https://metacpan.org/release/List-MoreUtils-XS"
 license="Apache-2.0, Artistic-1.0, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/List-MoreUtils-XS"
 distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
 checksum=63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527
 
 do_check() {
-	# Lots of tests requires perl-List-MoreUtils-XS which depends on this package
+	# Lots of tests require perl-List-MoreUtils-XS which depends on this package
 	:
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR REVIEW] perl: rebuild few
  2021-08-14 18:02 [PR PATCH] perl: rebuild few dkwo
@ 2021-08-15 20:39 ` ericonr
  2021-08-16  6:02 ` [PR PATCH] [Updated] " dkwo
  2021-08-18 11:22 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2021-08-15 20:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 196 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/32490#discussion_r689140540

Comment:
Move this to use `make_check=no # reason` instead

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] perl: rebuild few
  2021-08-14 18:02 [PR PATCH] perl: rebuild few dkwo
  2021-08-15 20:39 ` [PR REVIEW] " ericonr
@ 2021-08-16  6:02 ` dkwo
  2021-08-18 11:22 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2021-08-16  6:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 399 bytes --]

There is an updated pull request by dkwo against master on the void-packages repository

https://github.com/dkwo/void-packages perla2
https://github.com/void-linux/void-packages/pull/32490

perl: rebuild few
Some more rebuilds for perl 5.34, split from https://github.com/void-linux/void-packages/pull/32229

A patch file from https://github.com/void-linux/void-packages/pull/32490.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-perla2-32490.patch --]
[-- Type: text/x-diff, Size: 3608 bytes --]

From ba0bc30c3013c47830f20dc21e06bfaade3b553c Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:05 +0200
Subject: [PATCH 1/4] perl-Alien: rebuild for perl-5.34

---
 srcpkgs/perl-Alien/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-Alien/template b/srcpkgs/perl-Alien/template
index 781ef525c8b5..92fafcf9e247 100644
--- a/srcpkgs/perl-Alien/template
+++ b/srcpkgs/perl-Alien/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-Alien'
 pkgname=perl-Alien
 version=0.96
-revision=2
+revision=3
 wrksrc="Alien-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From 084ed4c5ceadfe72c4ac820ade7828915997120b Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 2/4] perl-List-SomeUtils: rebuild for perl-5.34

---
 srcpkgs/perl-List-SomeUtils/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-List-SomeUtils/template b/srcpkgs/perl-List-SomeUtils/template
index b1860f746f47..4c613d8c13fb 100644
--- a/srcpkgs/perl-List-SomeUtils/template
+++ b/srcpkgs/perl-List-SomeUtils/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-SomeUtils'
 pkgname=perl-List-SomeUtils
 version=0.58
-revision=2
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl"

From d5e9f37363115250ee2368dba5498d71de5d4707 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 3/4] perl-List-UtilsBy: rebuild for perl-5.34

---
 srcpkgs/perl-List-UtilsBy/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/perl-List-UtilsBy/template b/srcpkgs/perl-List-UtilsBy/template
index b3a07623e1c4..81c817f13e0b 100644
--- a/srcpkgs/perl-List-UtilsBy/template
+++ b/srcpkgs/perl-List-UtilsBy/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-UtilsBy'
 pkgname=perl-List-UtilsBy
 version=0.11
-revision=2
+revision=3
 wrksrc="${pkgname/perl-/}-${version}"
 build_style=perl-module
 hostmakedepends="perl-Module-Build"

From 7af575da8a02e885ca3d90e21814431a3ac827c2 Mon Sep 17 00:00:00 2001
From: dkwo <nicolopiazzalunga@gmail.com>
Date: Sat, 14 Aug 2021 19:57:06 +0200
Subject: [PATCH 4/4] perl-List-MoreUtils: rebuild for perl-5.34 and fix lint

---
 srcpkgs/perl-List-MoreUtils/template | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/srcpkgs/perl-List-MoreUtils/template b/srcpkgs/perl-List-MoreUtils/template
index 8271a6ed5503..bbcf2b68ce7c 100644
--- a/srcpkgs/perl-List-MoreUtils/template
+++ b/srcpkgs/perl-List-MoreUtils/template
@@ -1,7 +1,7 @@
 # Template file for 'perl-List-MoreUtils'
 pkgname=perl-List-MoreUtils
 version=0.430
-revision=2
+revision=3
 wrksrc="List-MoreUtils-${version}"
 build_style=perl-module
 hostmakedepends="perl"
@@ -9,12 +9,9 @@ makedepends="perl perl-Exporter-Tiny"
 depends="$makedepends"
 short_desc="List::MoreUtils - Provide the stuff missing in List::Util"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
-homepage="https://metacpan.org/release/List-MoreUtils-XS"
 license="Apache-2.0, Artistic-1.0, GPL-1.0-or-later"
+homepage="https://metacpan.org/release/List-MoreUtils-XS"
 distfiles="${CPAN_SITE}/List/List-MoreUtils-${version}.tar.gz"
 checksum=63b1f7842cd42d9b538d1e34e0330de5ff1559e4c2737342506418276f646527
-
-do_check() {
-	# Lots of tests requires perl-List-MoreUtils-XS which depends on this package
-	:
-}
+# Lots of tests require perl-List-MoreUtils-XS, which depends on this package
+make_check=no

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: perl: rebuild few
  2021-08-14 18:02 [PR PATCH] perl: rebuild few dkwo
  2021-08-15 20:39 ` [PR REVIEW] " ericonr
  2021-08-16  6:02 ` [PR PATCH] [Updated] " dkwo
@ 2021-08-18 11:22 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2021-08-18 11:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 250 bytes --]

There's a merged pull request on the void-packages repository

perl: rebuild few
https://github.com/void-linux/void-packages/pull/32490

Description:
Some more rebuilds for perl 5.34, split from https://github.com/void-linux/void-packages/pull/32229

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-18 11:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-14 18:02 [PR PATCH] perl: rebuild few dkwo
2021-08-15 20:39 ` [PR REVIEW] " ericonr
2021-08-16  6:02 ` [PR PATCH] [Updated] " dkwo
2021-08-18 11:22 ` [PR PATCH] [Merged]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).