emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52079: closed ([PATCH] gnu: Add conflict.)


From: GNU bug Tracking System
Subject: bug#52079: closed ([PATCH] gnu: Add conflict.)
Date: Fri, 14 Jan 2022 09:33:02 +0000

Your message dated Fri, 14 Jan 2022 10:32:30 +0100
with message-id <87tue64q8h.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#52079] [PATCH] gnu: Add conflict.
has caused the debbugs.gnu.org bug report #52079,
regarding [PATCH] gnu: Add conflict.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52079: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52079
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add conflict. Date: Wed, 24 Nov 2021 15:24:25 +0000
* gnu/packages/shellutils.scm (conflict): New variable.
---
 gnu/packages/shellutils.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/shellutils.scm b/gnu/packages/shellutils.scm
index 70443f5019..4e24a80cef 100644
--- a/gnu/packages/shellutils.scm
+++ b/gnu/packages/shellutils.scm
@@ -514,6 +514,35 @@ (define-public rig
 city, state, zip, or area code, it will check out.")
     (license license:gpl2+)))
 
+(define-public conflict
+  (package
+    (name "conflict")
+    (version "20210108")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "https://invisible-mirror.net/archives/conflict/conflict-";
+                   version ".tgz"))
+             (sha256
+              (base32
+               "0mls4climvp7v9hnc3zh01mh270kqcj797ng0xslwb027lipis4h"))))
+    (build-system gnu-build-system)
+    (arguments
+     `(#:phases
+       (modify-phases %standard-phases
+         (add-after 'unpack 'fix-paths
+           (lambda _
+             (substitute* "run_test.sh"
+               (("PATH=\".:\\$BIN:/bin\"")
+                "PATH=\".:$BIN:$PATH\"")))))))
+    (home-page "https://invisible-island.net/conflict/conflict.html";)
+    (synopsis "Displays conflicting filenames in your execution path")
+    (description
+     "@code{conflict} examines the user-specifiable list of programs, looking
+for instances in the user's path which conflict (i.e., the name appears in more
+than one point in the path).")
+    (license (license:x11-style "file://COPYING"))))
+
 (define-public renameutils
   (package
     (name "renameutils")

base-commit: 8452c5d1f44b6fb6456409d9c51a3a32a7860b9c
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52079] [PATCH] gnu: Add conflict. Date: Fri, 14 Jan 2022 10:32:30 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Foo Chuan Wei <chuanwei.foo@hotmail.com> writes:

> * gnu/packages/shellutils.scm (conflict): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]