From debbugs-submit-bounces@debbugs.gnu.org Sat Jan 28 07:18:23 2023 Received: (at submit) by debbugs.gnu.org; 28 Jan 2023 12:18:23 +0000 Received: from localhost ([127.0.0.1]:39741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLkA2-0000ly-UZ for submit@debbugs.gnu.org; Sat, 28 Jan 2023 07:18:23 -0500 Received: from lists.gnu.org ([209.51.188.17]:40850) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pLkA0-0000lq-VI for submit@debbugs.gnu.org; Sat, 28 Jan 2023 07:18:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pLkA0-0003tC-Bs for guix-patches@gnu.org; Sat, 28 Jan 2023 07:18:20 -0500 Received: from devianza.investici.org ([198.167.222.108]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pLk9y-0007Gv-2I for guix-patches@gnu.org; Sat, 28 Jan 2023 07:18:20 -0500 Received: from mx2.investici.org (unknown [127.0.0.1]) by devianza.investici.org (Postfix) with ESMTP id 4P3tkj37wnz6vNc; Sat, 28 Jan 2023 12:18:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=inventati.org; s=stigmate; t=1674908285; bh=3wxdzl+c65VMV1e1iZHExHdot4SS4rRYVuLXTQWgpjY=; h=From:To:Cc:Subject:Date:From; b=Rjz/98O+dzC7b+ZgPrUucY30vxYAkU7lkW18qYasv4LzOj553nylQ+exhYsq2m8tc nRz4TiCiakzZ/qyimq4RMXwOPBBJ39uebNgrtahln5O8LymiILSwYIDR8mG80SL/a9 gAUs0w+6PHQEtt+IeFWnZD/SSqpaScGYkzwZn31M= Received: from [198.167.222.108] (mx2.investici.org [198.167.222.108]) (Authenticated sender: cayetano.santos@inventati.org) by localhost (Postfix) with ESMTPSA id 4P3tkj0nRyz6vNb; Sat, 28 Jan 2023 12:18:05 +0000 (UTC) From: Cayetano Santos To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-lingva. Date: Sat, 28 Jan 2023 13:17:51 +0100 Message-Id: <1b56753a51b8956e016344b68ed8d15cf82b2b71.1674908263.git.csantosb@inventati.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=198.167.222.108; envelope-from=csantosb@inventati.org; helo=devianza.investici.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/emacs-xyz.scm (emacs-lingva): New variable. --- gnu/packages/emacs-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 59a03f5db1..d43da2e32e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -24367,6 +24367,32 @@ (define-public emacs-google-translate on-line service.") (license license:gpl3+))) +(define-public emacs-lingva + (let ((version "0.2") + (revision "1") + (commit "6c33594068fa33de622172503deeec6778d9c744")) + (package + (name "emacs-lingva") + (version + (git-version version revision commit)) + (source + (origin + (method git-fetch) + (uri + (git-reference + (url "https://codeberg.org/martianh/lingva.el") + (commit commit))) + (file-name + (git-file-name name version)) + (sha256 + (base32 + "0r2f4wrd2v67m7198z0194pg853hbq4vvpd3x96y5ikbypywf426")))) + (build-system emacs-build-system) + (home-page "https://codeberg.org/martianh/lingva.el") + (synopsis "Interact with the lingva.ml API from within Emacs") + (description "This is a basic interface to the lingva.ml API, which allows you to obtain translations of texts from Google Translate without any tracking.") + (license license:gpl3+)))) + (define-public emacs-helm-company (package (name "emacs-helm-company") base-commit: 37fdb382dad47149d8f5be41af108478800e9d30 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Jan 29 09:43:00 2023 Received: (at submit) by debbugs.gnu.org; 29 Jan 2023 14:43:00 +0000 Received: from localhost ([127.0.0.1]:42512 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM8tY-0005xx-IE for submit@debbugs.gnu.org; Sun, 29 Jan 2023 09:43:00 -0500 Received: from lists.gnu.org ([209.51.188.17]:43722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pM8tX-0005xp-Ls for submit@debbugs.gnu.org; Sun, 29 Jan 2023 09:43:00 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM8tW-0006rV-NY for guix-patches@gnu.org; Sun, 29 Jan 2023 09:42:58 -0500 Received: from relay4-d.mail.gandi.net ([2001:4b98:dc4:8::224]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pM8tU-0006EG-C0 for guix-patches@gnu.org; Sun, 29 Jan 2023 09:42:57 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id BAA59E0004; Sun, 29 Jan 2023 14:42:46 +0000 (UTC) From: Nicolas Goaziou To: Cayetano Santos via Guix-patches via Subject: Re: [bug#61118] [PATCH] gnu: Add emacs-lingva. References: <1b56753a51b8956e016344b68ed8d15cf82b2b71.1674908263.git.csantosb@inventati.org> Date: Sun, 29 Jan 2023 15:42:39 +0100 In-Reply-To: <1b56753a51b8956e016344b68ed8d15cf82b2b71.1674908263.git.csantosb@inventati.org> (Cayetano Santos via Guix-patches via's message of "Sat, 28 Jan 2023 13:17:51 +0100") Message-ID: <87zga1ieqo.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::224; envelope-from=mail@nicolasgoaziou.fr; helo=relay4-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 61118-done@debbugs.gnu.org, Cayetano Santos X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Hello, Cayetano Santos via Guix-patches via writes: > * gnu/packages/emacs-xyz.scm (emacs-lingva): New variable. Thank you. I applied it with the minor changes below. > +(define-public emacs-lingva > + (let ((version "0.2") > + (revision "1") > + (commit "6c33594068fa33de622172503deeec6778d9c744")) We usually hard-code version in `git-version' call below, so I removed the version binding here. > + (package > + (name "emacs-lingva") > + (version > + (git-version version revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri > + (git-reference > + (url "https://codeberg.org/martianh/lingva.el") > + (commit commit))) > + (file-name > + (git-file-name name version)) > + (sha256 > + (base32 > + "0r2f4wrd2v67m7198z0194pg853hbq4vvpd3x96y5ikbypywf426")))) > + (build-system emacs-build-system) > + (home-page "https://codeberg.org/martianh/lingva.el") > + (synopsis "Interact with the lingva.ml API from within Emacs") > + (description "This is a basic interface to the lingva.ml API, which allows you to obtain translations of texts from Google Translate without any tracking.") I filled the description to make it fit under 80 characters. Regards, -- Nicolas Goaziou From unknown Sat Jun 21 12:24:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Feb 2023 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator