Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2020.01.
@ 2020-02-03 14:26 voidlinux-github
  2020-02-05  8:58 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2020-02-03 14:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages rakudo-2020.01
https://github.com/void-linux/void-packages/pull/18768

rakudo: update to 2020.01.
Rename Perl 6 to Raku.

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

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

From 5d62e541d3a99357a9c7c75e80dc848dfb188f6b Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 3 Feb 2020 08:53:16 +0800
Subject: [PATCH 1/3] MoarVM: update to 2020.01.1.

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

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 91affbc578f..fff405537b7 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,18 +1,18 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2019.11
+version=2020.01.1
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --has-libatomic_ops --has-libffi --has-libuv"
 hostmakedepends="perl"
 makedepends="libatomic_ops-devel libffi-devel libuv-devel libzstd-devel"
-short_desc="VM for NQP and Rakudo Perl 6"
+short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
 maintainer="Andy Weidenbaum <archbaum@gmail.com>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=d882c5114e35800eba2226f2104997052e98b3efdea6463e7edb213a87870201
+checksum=dcb61e44a098e8375c385eb9d52bd6394255a388697b2f6a52d88e6cf4a53587
 nocross=yes
 shlib_provides="libmoar.so"

From 7a33bec148055ddcb8c2f5f88a498a1634cdc8b5 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 3 Feb 2020 08:54:41 +0800
Subject: [PATCH 2/3] nqp: update to 2020.01.

---
 srcpkgs/nqp/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index 77e1e8076aa..b5fe64d3ebc 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2019.11
+version=2020.01
 revision=1
 build_style=configure
 make_check_target=test
@@ -8,11 +8,11 @@ configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --backends=moar"
 hostmakedepends="perl"
 makedepends="MoarVM libatomic_ops-devel libffi-devel libuv-devel"
-depends="MoarVM-${version}_${revision}"
-short_desc="Lightweight Perl 6-like environment for virtual machines"
+depends="MoarVM-${version}.1_${revision}"
+short_desc="Lightweight Raku-like environment for virtual machines"
 maintainer="Andy Weidenbaum <archbaum@gmail.com>"
 license="Artistic-2.0"
 homepage="https://github.com/perl6/nqp"
-distfiles="https://github.com/perl6/nqp/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=b47f911def8aafded041b079ac86e5df23b726c190664c3217c567835f481328
+distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
+checksum=4ccc9c194322c73f4c8ba681e277231479fcc2307642eeeb0f7caa149332965b
 nocross=yes

From 3f592b9e00e5645edcda6abdb133da1abf88d484 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 3 Feb 2020 09:00:17 +0800
Subject: [PATCH 3/3] rakudo: update to 2020.01.

---
 srcpkgs/rakudo/template | 47 +++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 25 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index 42c054a3341..b269788b9d7 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,43 +1,40 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2019.11
+version=2020.01
 revision=1
 build_style=configure
 make_check_target=test
 make_install_args="RAKUDO_LOG_PRECOMP=1 RAKUDO_RERESOLVE_DEPENDENCIES=0"
 configure_script="perl Configure.pl"
-configure_args="--prefix=/usr --perl6-home=/usr/lib/perl6 --backends=moar"
+configure_args="--prefix=/usr --rakudo-home=/usr/lib/raku --backends=moar"
 make_dirs="
- /usr/lib/perl6/bin 0755 root root
- /usr/lib/perl6/core/bin 0755 root root
- /usr/lib/perl6/core/resources 0755 root root
- /usr/lib/perl6/lib 0755 root root
- /usr/lib/perl6/resources 0755 root root
- /usr/lib/perl6/site/bin 0755 root root
- /usr/lib/perl6/site/dist 0755 root root
- /usr/lib/perl6/site/precomp 0755 root root
- /usr/lib/perl6/site/resources 0755 root root
- /usr/lib/perl6/site/short 0755 root root
- /usr/lib/perl6/site/sources 0755 root root
- /usr/lib/perl6/vendor/bin 0755 root root
- /usr/lib/perl6/vendor/dist 0755 root root
- /usr/lib/perl6/vendor/precomp 0755 root root
- /usr/lib/perl6/vendor/resources 0755 root root
- /usr/lib/perl6/vendor/short 0755 root root
- /usr/lib/perl6/vendor/sources 0755 root root"
+ /usr/lib/raku/core/bin 0755 root root
+ /usr/lib/raku/core/resources 0755 root root
+ /usr/lib/raku/site/bin 0755 root root
+ /usr/lib/raku/site/dist 0755 root root
+ /usr/lib/raku/site/precomp 0755 root root
+ /usr/lib/raku/site/resources 0755 root root
+ /usr/lib/raku/site/short 0755 root root
+ /usr/lib/raku/site/sources 0755 root root
+ /usr/lib/raku/vendor/bin 0755 root root
+ /usr/lib/raku/vendor/dist 0755 root root
+ /usr/lib/raku/vendor/precomp 0755 root root
+ /usr/lib/raku/vendor/resources 0755 root root
+ /usr/lib/raku/vendor/short 0755 root root
+ /usr/lib/raku/vendor/sources 0755 root root"
 hostmakedepends="perl"
 makedepends="libatomic_ops-devel libffi-devel libuv-devel libzstd-devel nqp"
-depends="nqp>=${version}_1"
-short_desc="Production-ready, stable implementation of the Perl 6 language"
+depends="nqp-${version}_${revision}"
+short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <archbaum@gmail.com>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
-distfiles="https://github.com/rakudo/rakudo/releases/download/${version}/${pkgname}-${version}.tar.gz"
-checksum=36e19160d7a8b5dd723e5602d851ccef9e4cf0970e1c67589bf88935ceb65531
+distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
+checksum=2e02fcfca2f79ec6bd2dc0f0840ae108ec76f030f3080aa47f23f80f92b6c3b0
 nocross=yes
-provides="perl6-${version}_${revision}"
+provides="raku-${version}_${revision}"
 
 post_install() {
-	vbin tools/install-dist.p6 perl6-install-dist
+	vbin tools/install-dist.p6 raku-install-dist
 }

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

* Re: [PR PATCH] [Merged]: rakudo: update to 2020.01.
  2020-02-03 14:26 [PR PATCH] rakudo: update to 2020.01 voidlinux-github
@ 2020-02-05  8:58 ` voidlinux-github
  0 siblings, 0 replies; 2+ messages in thread
From: voidlinux-github @ 2020-02-05  8:58 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2020.01.
https://github.com/void-linux/void-packages/pull/18768

Description:
Rename Perl 6 to Raku.

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

end of thread, other threads:[~2020-02-05  8:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-03 14:26 [PR PATCH] rakudo: update to 2020.01 voidlinux-github
2020-02-05  8:58 ` [PR PATCH] [Merged]: " voidlinux-github

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).