GNU bug report logs -
#72671
[PATCH] gnu: gitile: Replace outdated dependency.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Fri, 16 Aug 2024 13:37:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
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 72671 in the body.
You can then email your comments to 72671 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#72671
; Package
guix-patches
.
(Fri, 16 Aug 2024 13:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Fri, 16 Aug 2024 13:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[0001-gnu-gitile-Replace-outdated-dependency.patch (text/x-patch, inline)]
From 4ceabd3406ef8d0e98739442ae675e3aacb0ef9f Mon Sep 17 00:00:00 2001
Message-ID: <4ceabd3406ef8d0e98739442ae675e3aacb0ef9f.1723815017.git.mail <at> pisemsky.site>
From: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Fri, 16 Aug 2024 16:28:28 +0300
Subject: [PATCH] gnu: gitile: Replace outdated dependency.
* gnu/packages/version-control.scm (gitile): Replace outdated dependency.
* gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile): Remove.
Change-Id: I24295a24d0dfef08d5161c206757996ccdd881fd
---
gnu/packages/guile-xyz.scm | 21 ---------------------
gnu/packages/version-control.scm | 2 +-
2 files changed, 1 insertion(+), 22 deletions(-)
diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 0759c399c3..50d0c0920e 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1053,27 +1053,6 @@ (define-public guile-syntax-highlight
(home-page "https://dthompson.us/projects/guile-syntax-highlight.html")
(license license:lgpl3+)))
-;; gitile requires a more recent version than the latest release.
-(define-public guile-syntax-highlight-for-gitile
- (let ((commit "897fa5156ff41588e0d281eb00e4e94de63ccd8a")
- (revision "0"))
- (package
- (inherit guile-syntax-highlight)
- (version (git-version "0.1" revision commit))
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://git.dthompson.us/guile-syntax-highlight.git")
- (commit commit)))
- (file-name (git-file-name "guile-syntax-highlight" version))
- (sha256
- (base32
- "18zlg4mkgd3swgv2ggfz91ivnnzc0zhvc9ybgrxg1y762va9hyvj"))))
- (native-inputs
- (modify-inputs (package-native-inputs guile-syntax-highlight)
- (prepend autoconf automake texinfo)))
- (properties '((hidden? . #t))))))
-
(define-public guile2.2-syntax-highlight
(package
(inherit guile-syntax-highlight)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 9f67237d5d..a295974d4e 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2069,7 +2069,7 @@ (define-public gitile
guile-fibers
guile-gcrypt
guile-git
- guile-syntax-highlight-for-gitile
+ guile-syntax-highlight
guile-gnutls))
(home-page "https://git.lepiller.eu/gitile")
(synopsis "Simple Git forge written in Guile")
base-commit: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
--
2.45.2
Reply sent
to
Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
:
You have taken responsibility.
(Mon, 19 Aug 2024 06:16:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Mon, 19 Aug 2024 06:16:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 72671-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Evgeny Pisemsky <mail <at> pisemsky.site> writes:
> From 4ceabd3406ef8d0e98739442ae675e3aacb0ef9f Mon Sep 17 00:00:00 2001
> Message-ID: <4ceabd3406ef8d0e98739442ae675e3aacb0ef9f.1723815017.git.mail <at> pisemsky.site>
> From: Evgeny Pisemsky <mail <at> pisemsky.site>
> Date: Fri, 16 Aug 2024 16:28:28 +0300
> Subject: [PATCH] gnu: gitile: Replace outdated dependency.
>
> * gnu/packages/version-control.scm (gitile): Replace outdated dependency.
> * gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile): Remove.
>
> Change-Id: I24295a24d0dfef08d5161c206757996ccdd881fd
> ---
> gnu/packages/guile-xyz.scm | 21 ---------------------
> gnu/packages/version-control.scm | 2 +-
> 2 files changed, 1 insertion(+), 22 deletions(-)
>
> diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
> index 0759c399c3..50d0c0920e 100644
> --- a/gnu/packages/guile-xyz.scm
> +++ b/gnu/packages/guile-xyz.scm
> @@ -1053,27 +1053,6 @@ (define-public guile-syntax-highlight
> (home-page "https://dthompson.us/projects/guile-syntax-highlight.html")
> (license license:lgpl3+)))
>
> -;; gitile requires a more recent version than the latest release.
> -(define-public guile-syntax-highlight-for-gitile
> - (let ((commit "897fa5156ff41588e0d281eb00e4e94de63ccd8a")
> - (revision "0"))
> - (package
> - (inherit guile-syntax-highlight)
> - (version (git-version "0.1" revision commit))
> - (source (origin
> - (method git-fetch)
> - (uri (git-reference
> - (url "https://git.dthompson.us/guile-syntax-highlight.git")
> - (commit commit)))
> - (file-name (git-file-name "guile-syntax-highlight" version))
> - (sha256
> - (base32
> - "18zlg4mkgd3swgv2ggfz91ivnnzc0zhvc9ybgrxg1y762va9hyvj"))))
> - (native-inputs
> - (modify-inputs (package-native-inputs guile-syntax-highlight)
> - (prepend autoconf automake texinfo)))
> - (properties '((hidden? . #t))))))
> -
> (define-public guile2.2-syntax-highlight
> (package
> (inherit guile-syntax-highlight)
> diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
> index 9f67237d5d..a295974d4e 100644
> --- a/gnu/packages/version-control.scm
> +++ b/gnu/packages/version-control.scm
> @@ -2069,7 +2069,7 @@ (define-public gitile
> guile-fibers
> guile-gcrypt
> guile-git
> - guile-syntax-highlight-for-gitile
> + guile-syntax-highlight
> guile-gnutls))
> (home-page "https://git.lepiller.eu/gitile")
> (synopsis "Simple Git forge written in Guile")
>
> base-commit: 0ab167bdb2ec3ff88a75930c24b8bd77c61cc634
push, close.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 16 Sep 2024 11:24:09 GMT)
Full text and
rfc822 format available.
This bug report was last modified 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.