~ruther/guix-local

40aa1ffa0cad0e4cdf860032febc92c8e70441d4 — Cayetano Santos 6 months ago b8e2c8b
gnu: emacs-go-translate: Rename to emacs-gt.

* gnu/packages/emacs-xyz.scm (emacs-go-translate): Deprecate and rename to…
(emacs-gt): … this.
[name, source, home-page]: Update accordingly.

Change-Id: I99bff4f387e54974598f1ab9a26acb3d2a05186b
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
1 files changed, 7 insertions(+), 4 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +7 -4
@@ 31633,15 31633,15 @@ A screenshot is taken for every user action.  Call
the GIF result.")
    (license license:gpl3+)))

(define-public emacs-go-translate
(define-public emacs-gt
  (package
    (name "emacs-go-translate")
    (name "emacs-gt")
    (version "3.0.9")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/lorniu/go-translate/")
             (url "https://github.com/lorniu/gt.el/")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256


@@ 31663,7 31663,7 @@ the GIF result.")
                         (("\\(ert-deftest test--gt-valid-literally .*"
                           all)
                          (string-append all "(skip-unless nil)\n"))))))))
    (home-page "https://github.com/lorniu/go-translate/")
    (home-page "https://github.com/lorniu/gt.el/")
    (synopsis "Configurable and scalable translation framework")
    (description
     "This is a translation framework on Emacs, with high configurability


@@ 31671,6 31671,9 @@ and extensibility.  It can easily be extended to various Text-to-Text
conversion scenarios.")
    (license license:gpl3+)))

(define-deprecated-package emacs-go-translate
  emacs-gt)

(define-public emacs-google-translate
  (package
    (name "emacs-google-translate")