GNU bug report logs -
#68182
[PATCH] gnu: emacs-ggtags: Update to 0.9.0-0.4e3630c.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 68182 in the body.
You can then email your comments to 68182 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#68182
; Package
guix-patches
.
(Sun, 31 Dec 2023 17:07:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 31 Dec 2023 17:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0-0.4e3630c.
Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
---
gnu/packages/emacs-xyz.scm | 58 ++++++++++++++++++++------------------
1 file changed, 31 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6bec2bca46..4e6cc15286 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4947,32 +4947,36 @@ (define-public emacs-xcscope
(license license:gpl2+))))
(define-public emacs-ggtags
- (package
- (name "emacs-ggtags")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://elpa.gnu.org/packages/ggtags-"
- version ".tar"))
- (sha256
- (base32
- "0p79x9g94jynl83ndvqp9349vhgkzxzhnc517r8hn44iqxqf6ghg"))))
- (build-system emacs-build-system)
- (inputs
- (list global))
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'configure
- (lambda* (#:key inputs #:allow-other-keys)
- (chmod "ggtags.el" #o644)
- (emacs-substitute-variables "ggtags.el"
- ("ggtags-executable-directory"
- (dirname (search-input-file inputs "bin/global")))))))))
- (home-page "https://github.com/leoliu/ggtags")
- (synopsis "Frontend to the GNU Global source code tagging system")
- (description "@code{ggtags} provides a frontend to the GNU Global source
+ (let ((commit "4e3630c30fb836872b5d8f2ae3e5d5ae003365d8")
+ (revision "0"))
+ (package
+ (name "emacs-ggtags")
+ (version (git-version "0.9.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/leoliu/ggtags")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1mgdli2kvsg3y6ynsl6547cwwg9f2q0s1cv4b74slpcvq5n1kb90"))))
+ (build-system emacs-build-system)
+ (inputs
+ (list global))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'configure
+ (lambda* (#:key inputs #:allow-other-keys)
+ (chmod "ggtags.el" #o644)
+ (emacs-substitute-variables "ggtags.el"
+ ("ggtags-executable-directory"
+ (dirname (search-input-file inputs "bin/global")))))))))
+ (home-page "https://github.com/leoliu/ggtags")
+ (synopsis "Frontend to the GNU Global source code tagging system")
+ (description "@code{ggtags} provides a frontend to the GNU Global source
code tagging system.
Features:
@@ -5000,7 +5004,7 @@ (define-public emacs-ggtags
@item Support eldoc.
@item Search @code{GTAGSLIBPATH} for references and symbols.
@end itemize\n")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-go-mode
;; XXX: Upstream did not tag last release. The commit below matches version
base-commit: f24b14767d362a84e6469682b4fe303b50f4b589
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#68182
; Package
guix-patches
.
(Tue, 19 Nov 2024 10:44:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 68182 <at> debbugs.gnu.org (full text, mbox):
user guix
usertag 68182 + patch-hackers-review-list
thanks
--
Cayetano Santos
Reply sent
to
Ludovic Courtès <ludo <at> gnu.org>
:
You have taken responsibility.
(Sat, 18 Jan 2025 21:30:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sat, 18 Jan 2025 21:30:02 GMT)
Full text and
rfc822 format available.
Message #13 received at 68182-done <at> debbugs.gnu.org (full text, mbox):
Cayetano Santos <csantosb <at> inventati.org> skribis:
> * gnu/packages/emacs-xyz.scm (emacs-ggtags): Update to 0.9.0-0.4e3630c.
>
> Signed-off-by: Cayetano Santos <csantosb <at> inventati.org>
Applied at long last, thanks!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 16 Feb 2025 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 25 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.