unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: Evgeny Pisemsky <mail@pisemsky.site>
Cc: 72671-done@debbugs.gnu.org
Subject: bug#72671: [PATCH] gnu: gitile: Replace outdated dependency.
Date: Mon, 19 Aug 2024 14:14:40 +0800	[thread overview]
Message-ID: <87wmkdavjj.fsf@iscas.ac.cn> (raw)
In-Reply-To: <87a5hc380t.fsf@pisemsky.site> (Evgeny Pisemsky's message of "Fri, 16 Aug 2024 16:35:30 +0300")

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

Evgeny Pisemsky <mail@pisemsky.site> writes:

> From 4ceabd3406ef8d0e98739442ae675e3aacb0ef9f Mon Sep 17 00:00:00 2001
> Message-ID: <4ceabd3406ef8d0e98739442ae675e3aacb0ef9f.1723815017.git.mail@pisemsky.site>
> From: Evgeny Pisemsky <mail@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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-08-19  6:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-16 13:35 [bug#72671] [PATCH] gnu: gitile: Replace outdated dependency Evgeny Pisemsky
2024-08-19  6:14 ` Zheng Junjie [this message]

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wmkdavjj.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=72671-done@debbugs.gnu.org \
    --cc=mail@pisemsky.site \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).