Github messages for voidlinux
 help / color / mirror / Atom feed
From: OpenSauce04 <OpenSauce04@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] Replace non-standard English "unexistent" with "nonexistent" in several error messages
Date: Sun, 16 Apr 2023 15:39:49 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-43478@inbox.vuxu.org> (raw)

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

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

https://github.com/OpenSauce04/void-packages replace-unexistent
https://github.com/void-linux/void-packages/pull/43478

Replace non-standard English "unexistent" with "nonexistent" in several error messages
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

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

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

From e5bbb958cc1ab8a081a1aad964517b0f0bcb179d Mon Sep 17 00:00:00 2001
From: OpenSauce04 <opensauce04@gmail.com>
Date: Sun, 16 Apr 2023 14:36:29 +0100
Subject: [PATCH] Replace non-standard English "unexistent" with "nonexistent"

---
 common/environment/setup/replace-interpreter.sh | 2 +-
 common/hooks/post-pkg/00-register-pkg.sh        | 2 +-
 common/xbps-src/shutils/common.sh               | 2 +-
 common/xbps-src/shutils/pkgtarget.sh            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/environment/setup/replace-interpreter.sh b/common/environment/setup/replace-interpreter.sh
index 1660ac6fa1b7..c520c73030b1 100644
--- a/common/environment/setup/replace-interpreter.sh
+++ b/common/environment/setup/replace-interpreter.sh
@@ -36,6 +36,6 @@ replace_interpreter() {
 		sed -i -e "1s|^#![[:space:]]*${orsb}|#!${trpath}|" $file
 		msg_normal "Transformed $lang script: ${file##$wrksrc}.\n"
 	else
-		msg_warn "Ignoring unexistent $lang script: ${file##$wrksrc}.\n"
+		msg_warn "Ignoring nonexistent $lang script: ${file##$wrksrc}.\n"
 	fi
 }
diff --git a/common/hooks/post-pkg/00-register-pkg.sh b/common/hooks/post-pkg/00-register-pkg.sh
index 67b7209b2728..b5392d8182f5 100644
--- a/common/hooks/post-pkg/00-register-pkg.sh
+++ b/common/hooks/post-pkg/00-register-pkg.sh
@@ -4,7 +4,7 @@ registerpkg() {
 	local repo="$1" pkg="$2" arch="$3"
 
 	if [ ! -f ${repo}/${pkg} ]; then
-		msg_error "Unexistent binary package ${repo}/${pkg}!\n"
+		msg_error "Nonexistent binary package ${repo}/${pkg}!\n"
 	fi
 
 	printf "%s:%s:%s\n" "${arch}" "${repo}" "${pkg}" >> "${XBPS_STATEDIR}/.${sourcepkg}_register_pkg"
diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh
index fdc0c5eedd92..2218d34ce30b 100644
--- a/common/xbps-src/shutils/common.sh
+++ b/common/xbps-src/shutils/common.sh
@@ -415,7 +415,7 @@ setup_pkg() {
     done
 
     if [ ! -f ${XBPS_SRCPKGDIR}/${basepkg}/template ]; then
-        msg_error "xbps-src: unexistent file: ${XBPS_SRCPKGDIR}/${basepkg}/template\n"
+        msg_error "xbps-src: nonexistent file: ${XBPS_SRCPKGDIR}/${basepkg}/template\n"
     fi
     if [ -n "$cross" ]; then
         export CROSS_BUILD="$cross"
diff --git a/common/xbps-src/shutils/pkgtarget.sh b/common/xbps-src/shutils/pkgtarget.sh
index ba8c63bca8aa..54b7c3429c2f 100644
--- a/common/xbps-src/shutils/pkgtarget.sh
+++ b/common/xbps-src/shutils/pkgtarget.sh
@@ -105,7 +105,7 @@ remove_pkg_statedir() {
 remove_pkg() {
     local cross="$1" _destdir f
 
-    [ -z $pkgname ] && msg_error "unexistent package, aborting.\n"
+    [ -z $pkgname ] && msg_error "nonexistent package, aborting.\n"
 
     if [ -n "$cross" ]; then
         _destdir="$XBPS_DESTDIR/$XBPS_CROSS_TRIPLET"

             reply	other threads:[~2023-04-16 13:39 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-16 13:39 OpenSauce04 [this message]
2023-04-17 17:45 ` xbps-src: " abenson
2023-04-17 17:45 ` [PR PATCH] [Closed]: " abenson

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-43478@inbox.vuxu.org \
    --to=opensauce04@users.noreply.github.com \
    --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).