commit: dc384d7e717c5fcc7695983c51717138564dbe49 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Feb 23 17:41:53 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Feb 23 19:37:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc384d7e
app-emacs/gptel: bump to 0.9.9.4 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/gptel/Manifest | 1 + app-emacs/gptel/gptel-0.9.9.4.ebuild | 41 ++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/app-emacs/gptel/Manifest b/app-emacs/gptel/Manifest index f74f8b7b4707..845dce0e2505 100644 --- a/app-emacs/gptel/Manifest +++ b/app-emacs/gptel/Manifest @@ -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 diff --git a/app-emacs/gptel/gptel-0.9.9.4.ebuild b/app-emacs/gptel/gptel-0.9.9.4.ebuild new file mode 100644 index 000000000000..e26b6a476823 --- /dev/null +++ b/app-emacs/gptel/gptel-0.9.9.4.ebuild @@ -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 +}
