GNU bug report logs - #65442
[PATCH]: Add emacs-vcard-mode

Previous Next

Package: guix-patches;

Reported by: André A. Gomes <andremegafone <at> gmail.com>

Date: Mon, 21 Aug 2023 20:16:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 65442 in the body.
You can then email your comments to 65442 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65442; Package guix-patches. (Mon, 21 Aug 2023 20:16:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to André A. Gomes <andremegafone <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 21 Aug 2023 20:16:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: André A. Gomes <andremegafone <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH]: Add emacs-vcard-mode
Date: Mon, 21 Aug 2023 23:15:32 +0300
[Message part 1 (text/plain, inline)]
Hi Guix,

Please find the patch attached. Thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."
[0001-gnu-Add-emacs-vcard-mode.patch (text/x-patch, attachment)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Sat, 02 Sep 2023 16:20:02 GMT) Full text and rfc822 format available.

Notification sent to André A. Gomes <andremegafone <at> gmail.com>:
bug acknowledged by developer. (Sat, 02 Sep 2023 16:20:02 GMT) Full text and rfc822 format available.

Message #10 received at 65442-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: André A. Gomes <andremegafone <at> gmail.com>
Cc: 65442-done <at> debbugs.gnu.org
Subject: Re: bug#65442: [PATCH]: Add emacs-vcard-mode
Date: Sat, 02 Sep 2023 12:19:30 -0400
Hi,

André A. Gomes <andremegafone <at> gmail.com> writes:

[...]

> Subject: [PATCH] gnu: Add emacs-vcard-mode.
>
> * gnu/packages/emacs-xyz.scm (emacs-vcard-mode): New variable.

[...]

> +(define-public emacs-vcard-mode
> +  ;; Use the latest commit, as there are no tagged releases.
> +  (let ((commit "ab1a2885a5720d7fb02d9b6583ee908ba2260b78")
> +        (revision "0"))
> +    (package
> +      (name "emacs-vcard-mode")
> +      (home-page "https://github.com/dochang/vcard-mode")
> +      (version (git-version "0.0.0" revision commit))
> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url home-page)
> +                      (commit commit)))
> +                (file-name (git-file-name name version))
> +                (sha256
> +                 (base32
> +                  "0w44ax9dxkj8mh4np9mg3yp2yakjwrgy13izq53p0vimrhywza0w"))))
> +      (build-system emacs-build-system)
> +      (synopsis "Emacs major mode to edit vCard files")
> +      (description "A major mode to edit vCard files in Emacs.")

I've turned the description into a complete sentence, "This package
provides a major mode to ...", and installed the change.

-- 
Thanks,
Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 01 Oct 2023 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 222 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.