GNU bug report logs -
#40745
[PATCH] gnu: emacs-dired-toggle-sudo: remove obsolete patch.
Previous Next
Reported by: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Apr 2020 14:21:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 40745 in the body.
You can then email your comments to 40745 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#40745
; Package
guix-patches
.
(Tue, 21 Apr 2020 14:21:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Michael Rohleder <mike <at> rohleder.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 21 Apr 2020 14:21:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): remove obsolete patch.
this patch has landed upstream with the latest commit.
[0001-gnu-packages-emacs-xyz.scm-emacs-dired-toggle-sudo-r.patch (text/x-patch, inline)]
From 4be6d54366151b151cc5b45cbd153035eb321316 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike <at> rohleder.de>
Date: Tue, 21 Apr 2020 16:01:27 +0200
Subject: [PATCH] gnu: emacs-dired-toggle-sudo: remove obsolete patch.
* gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): remove obsolete patch.
---
gnu/local.mk | 4 +-
gnu/packages/emacs-xyz.scm | 41 ++++++++--------
.../emacs-dired-toggle-sudo-emacs-26.patch | 49 -------------------
3 files changed, 22 insertions(+), 72 deletions(-)
delete mode 100644 gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch
diff --git a/gnu/local.mk b/gnu/local.mk
index ca863a8b9b..e70715000a 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -29,7 +29,8 @@
# Copyright © 2020 Brendan Tildesley <mail <at> brendan.scot>
# Copyright © 2020 Vincent Legoll <vincent.legoll <at> gmail.com>
# Copyright © 2020 R Veera Kumar <vkor <at> vkten.in>
-# Copyright © 2020 Nicolò Balzarotti <nicolo <at> nixo.xyz
+# Copyright © 2020 Nicolò Balzarotti <nicolo <at> nixo.xyz>
+# Copyright © 2020 Michael Rohleder <mike <at> rohleder.de>
#
# This file is part of GNU Guix.
#
@@ -851,7 +852,6 @@ dist_patch_DATA = \
%D%/packages/patches/elm-compiler-disable-reactor.patch \
%D%/packages/patches/elm-compiler-fix-map-key.patch \
%D%/packages/patches/emacs27-exec-path.patch \
- %D%/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch \
%D%/packages/patches/emacs-exec-path.patch \
%D%/packages/patches/emacs-fix-scheme-indent-function.patch \
%D%/packages/patches/emacs-json-reformat-fix-tests.patch \
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cd80e57efb..32b1868813 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9281,28 +9281,27 @@ information inside the Dired buffer.")
(license license:gpl3+))))
(define-public emacs-dired-toggle-sudo
- (package
- (name "emacs-dired-toggle-sudo")
- (version "1.0")
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/renard/dired-toggle-sudo")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0ajj8d6k5in2hclcrqckinfh80ylddplva0ryfbkzsjkfq167cv2"))
- (patches
- (search-patches
- "emacs-dired-toggle-sudo-emacs-26.patch"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/renard/dired-toggle-sudo")
- (synopsis "Browse directory with @code{sudo} privileges")
- (description "This package allows for the use of @code{dired} with
+ (let ((commit "13bbe52c54893f5aa3e56228450ffdd0c9e1d169")
+ (revision "0"))
+ (package
+ (name "emacs-dired-toggle-sudo")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/renard/dired-toggle-sudo")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1fw1pb1z6krqd1pfxxhr6rrfr9ckkcb0zsjzbjk0i2i1q5cg6car"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/renard/dired-toggle-sudo")
+ (synopsis "Browse directory with @code{sudo} privileges")
+ (description "This package allows for the use of @code{dired} with
@code{sudo} privileges.")
- (license license:wtfpl2)))
+ (license license:wtfpl2))))
(define-public emacs-diredfl
(package
diff --git a/gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch b/gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch
deleted file mode 100644
index d979b113d0..0000000000
--- a/gnu/packages/patches/emacs-dired-toggle-sudo-emacs-26.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-From 3c0f4b27a079b90dc632f5061a81ce28cef24801 Mon Sep 17 00:00:00 2001
-From: eryx67 <eryx67 <at> gmail.com>
-Date: Thu, 29 Nov 2018 10:30:20 +0500
-Subject: [PATCH] fix for latest emacs
-
----
- dired-toggle-sudo.el | 11 +++++++----
- 1 file changed, 7 insertions(+), 4 deletions(-)
-
-diff --git a/dired-toggle-sudo.el b/dired-toggle-sudo.el
-index 386921b..fe5898e 100644
---- a/dired-toggle-sudo.el
-+++ b/dired-toggle-sudo.el
-@@ -37,17 +37,20 @@
- unless SUDO-USER is provided."
- (let* (;; Handle the case of local files. `tramp-dissect-file-name' does
- ;; not raise an error anymore.
-- (path (if (tramp-tramp-file-p path) path (concat "/:" path)))
-+ ;;(path (if (tramp-tramp-file-p path) path (concat "/-::" path)))
- (file-vec (or (ignore-errors (tramp-dissect-file-name
- path))
- (tramp-dissect-file-name
-- (concat "/:" path) 1)))
-+ (concat "/-::" path) 1)))
- (method (tramp-file-name-method file-vec))
- (user (tramp-file-name-user file-vec))
- (host (tramp-file-name-host file-vec))
-+ (domain (tramp-file-name-domain file-vec))
-+ (port (tramp-file-name-port file-vec))
- (localname (expand-file-name
- (tramp-file-name-localname file-vec))))
-- (when (string= system-name host)
-+ (when (or (string= (system-name) host)
-+ (string= "-" host))
- (setq host nil))
- (cond
- ;; remote directory -> sudo
-@@ -67,7 +70,7 @@ unless SUDO-USER is provided."
- (setq method "sudo" user sudo-user)))
- (replace-regexp-in-string
- "^/:/" "/"
-- (tramp-make-tramp-file-name method user host localname))))
-+ (tramp-make-tramp-file-name method domain user host port localname))))
-
- (defun dired-toggle-sudo-find (fname)
- "Create a new buffer for file name FNAME."
---
-2.22.0
-
--
2.26.2
[Message part 3 (text/plain, inline)]
--
Unix was the first OS where you could carry the media and system
This was fixed in BSD4.2.
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
guix-patches <at> gnu.org
:
bug#40745
; Package
guix-patches
.
(Tue, 21 Apr 2020 16:55:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 40745 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Tue, Apr 21, 2020 at 04:20:09PM +0200, Michael Rohleder wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): remove obsolete patch.
>
> this patch has landed upstream with the latest commit.
Great!
> From 4be6d54366151b151cc5b45cbd153035eb321316 Mon Sep 17 00:00:00 2001
> From: Michael Rohleder <mike <at> rohleder.de>
> Date: Tue, 21 Apr 2020 16:01:27 +0200
> Subject: [PATCH] gnu: emacs-dired-toggle-sudo: remove obsolete patch.
>
> * gnu/packages/emacs-xyz.scm (emacs-dired-toggle-sudo): remove obsolete patch.
I rewrote the commit message to be more idiomatic and pushed as
a1c34680b3439507b3c35cb6fce9832464d1ad3d
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Fri, 01 May 2020 20:29:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Michael Rohleder <mike <at> rohleder.de>
:
bug acknowledged by developer.
(Fri, 01 May 2020 20:29:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 40745-done <at> debbugs.gnu.org (full text, mbox):
Leo Famulari <leo <at> famulari.name> writes:
> I rewrote the commit message to be more idiomatic and pushed as
> a1c34680b3439507b3c35cb6fce9832464d1ad3d
Closing.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 30 May 2020 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 5 years and 78 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.