Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] build-style/perl6-dist: rename to raku-dist.
@ 2020-02-03 14:33 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:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku-dist
https://github.com/void-linux/void-packages/pull/18769

build-style/perl6-dist: rename to raku-dist.
Part of the rename of Perl 6 to Raku. Requires https://github.com/void-linux/void-packages/pull/18768.

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

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

From 8d74f351cbbc6e4eaf7c44d9fa821133f77d7472 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Mon, 3 Feb 2020 22:31:25 +0800
Subject: [PATCH] build-style/perl6-dist: rename to raku-dist.

---
 Manual.md                                        |  3 +--
 common/build-style/perl6-dist.sh                 | 16 ----------------
 common/build-style/raku-dist.sh                  | 16 ++++++++++++++++
 .../build-style/{perl6-dist.sh => raku-dist.sh}  |  0
 4 files changed, 17 insertions(+), 18 deletions(-)
 delete mode 100644 common/build-style/perl6-dist.sh
 create mode 100644 common/build-style/raku-dist.sh
 rename common/environment/build-style/{perl6-dist.sh => raku-dist.sh} (100%)

diff --git a/Manual.md b/Manual.md
index d1aa3c8bc7c..7c62177bc51 100644
--- a/Manual.md
+++ b/Manual.md
@@ -896,8 +896,7 @@ Additional install arguments can be specified via `make_install_args`.
 - `perl-module` For packages that use the Perl
 [ExtUtils::MakeMaker](http://perldoc.perl.org/ExtUtils/MakeMaker.html) build method.
 
-- `perl6-dist` For packages that use the Rakudo Perl 6
-`perl6-install-dist` build method with rakudo.
+- `raku-dist` For packages that use the Raku `raku-install-dist` build method with rakudo.
 
 - `waf3` For packages that use the Python3 `waf` build method with python3.
 
diff --git a/common/build-style/perl6-dist.sh b/common/build-style/perl6-dist.sh
deleted file mode 100644
index 339c27d4382..00000000000
--- a/common/build-style/perl6-dist.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# This helper is for Rakudo Perl 6 package templates.
-#
-
-do_check() {
-	PERL6LIB=lib prove -r -e perl6 t/
-}
-
-do_install() {
-	export RAKUDO_LOG_PRECOMP=1
-	export RAKUDO_RERESOLVE_DEPENDENCIES=0
-	perl6-install-dist \
-		--to=${DESTDIR}/usr/share/perl6/vendor \
-		--for=vendor \
-		--from=.
-}
diff --git a/common/build-style/raku-dist.sh b/common/build-style/raku-dist.sh
new file mode 100644
index 00000000000..5889b1a534b
--- /dev/null
+++ b/common/build-style/raku-dist.sh
@@ -0,0 +1,16 @@
+#
+# This helper is for Raku package templates.
+#
+
+do_check() {
+	PERL6LIB=lib prove -r -e raku t/
+}
+
+do_install() {
+	export RAKUDO_LOG_PRECOMP=1
+	export RAKUDO_RERESOLVE_DEPENDENCIES=0
+	raku-install-dist \
+		--to=${DESTDIR}/usr/lib/raku/vendor \
+		--for=vendor \
+		--from=.
+}
diff --git a/common/environment/build-style/perl6-dist.sh b/common/environment/build-style/raku-dist.sh
similarity index 100%
rename from common/environment/build-style/perl6-dist.sh
rename to common/environment/build-style/raku-dist.sh

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

* Re: [PR PATCH] [Merged]: build-style/perl6-dist: rename to raku-dist.
  2020-02-03 14:33 [PR PATCH] build-style/perl6-dist: rename to raku-dist 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: 280 bytes --]

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

build-style/perl6-dist: rename to raku-dist.
https://github.com/void-linux/void-packages/pull/18769

Description:
Part of the rename of Perl 6 to Raku. Requires https://github.com/void-linux/void-packages/pull/18768.

^ 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:33 [PR PATCH] build-style/perl6-dist: rename to raku-dist 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).