Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] build-style/perl6-dist: rename to raku-dist.
Date: Mon, 03 Feb 2020 15:33:34 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18769@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2020-02-03 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-03 14:33 voidlinux-github [this message]
2020-02-05  8:58 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-18769@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).