app-emacs/gptel: bump to 0.9.9.4

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-02-23 18:41:53 +01:00
parent ddbf23b099
commit dc384d7e71
2 changed files with 42 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gptel-0.9.9.3.gh.tar.gz 195203 BLAKE2B baa2810003c8c47020723ac18a8571f7a1348a99f0ccd99e5cf9a3c979b8cff1ca22b01f2730fb8c31d15d5a9a937c30db74b62e123cf4822359504d393d0c1c SHA512 8b492caedd72ceab9a090ac62616d6849d9a582dfcdd8a7d05c7b894b13eadee5010539e2934c7b62d185edf099a151932271d407e05174a95fa2c45cc3ac0e7
DIST gptel-0.9.9.4.gh.tar.gz 202760 BLAKE2B 0c6db5be637690c8783f1b7362895d06659362934f93022ef246d263d64f8fbc7772ed810391fe455e8e11de5a8f2beb332fb4d4e13574f9dbbf09e972eb99e7 SHA512 a71a8784b7daf8b11627d6ce6b6186a2c9b919d2feaf67b6d3f9362478ea3feb784351215e17ab7bbc6e70135a410e0562ab6576428a34130c2003335127bcf9

View File

@@ -0,0 +1,41 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Simple Large Language Model chat client for GNU Emacs"
HOMEPAGE="https://github.com/karthink/gptel/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/karthink/${PN}"
else
SRC_URI="https://github.com/karthink/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="~amd64 ~arm64"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/compat
app-emacs/transient
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.org )
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}