Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bb31f5475753576e55cc64423ff293a78113ff17)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bb31f5475753576e55cc64423ff293a78113ff17)
  • Date: Mon, 4 Sep 2017 04:28:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
emacs-lisp/emacs-google-translate/DEPENDS | 1 +
emacs-lisp/emacs-google-translate/DETAILS | 16 ++++++++++++++++
emacs-lisp/emacs-google-translate/HISTORY | 2 ++
4 files changed, 23 insertions(+)

New commits:
commit bb31f5475753576e55cc64423ff293a78113ff17
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

emacs-google-translate: new spell, Emacs interface to Google Translate

diff --git a/ChangeLog b/ChangeLog
index f0bdaaa..93f826a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-09-04 Ismael Luceno <ismael AT sourcemage.org>
+ * emacs-lisp/emacs-google-translate: new spell, Emacs interface
+ to Google Translate
+
2017-09-02 Pavel Vinogradov <public AT sourcemage.org>
* doc/bookworm: new spell, a simple, focused eBook reader

diff --git a/emacs-lisp/emacs-google-translate/DEPENDS
b/emacs-lisp/emacs-google-translate/DEPENDS
new file mode 100755
index 0000000..cb7f644
--- /dev/null
+++ b/emacs-lisp/emacs-google-translate/DEPENDS
@@ -0,0 +1 @@
+depends emacs
diff --git a/emacs-lisp/emacs-google-translate/DETAILS
b/emacs-lisp/emacs-google-translate/DETAILS
new file mode 100755
index 0000000..262d25a
--- /dev/null
+++ b/emacs-lisp/emacs-google-translate/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=emacs-google-translate
+ SPELLX=${SPELL#*-}
+ VERSION=0.11.14
+ SOURCE="$SPELLX-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/atykhonov/$SPELLX/archive/v$VERSION.tar.gz
+
SOURCE_HASH=sha512:6ef5d907973acfcf37d55083cc8cc8685a9add80c4d689098953d9b589ac02f042340d5562bfdfc54ba155325ec97e8f8c0ad4613a6511d9c360e761e87e265e
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
+ WEB_SITE="https://github.com/atykhonov/google-translate";
+ LICENSE[0]="GPLv2+"
+ ENTERED=20170903
+ KEYWORDS=""
+ SHORT="Emacs interface to Google Translate"
+cat << EOF
+This package allows to translate the strings using Google Translate service
+directly from GNU Emacs.
+EOF
diff --git a/emacs-lisp/emacs-google-translate/HISTORY
b/emacs-lisp/emacs-google-translate/HISTORY
new file mode 100644
index 0000000..76b455c
--- /dev/null
+++ b/emacs-lisp/emacs-google-translate/HISTORY
@@ -0,0 +1,2 @@
+2017-09-03 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (bb31f5475753576e55cc64423ff293a78113ff17), Ismael Luceno, 09/04/2017

Archive powered by MHonArc 2.6.24.

Top of Page