public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/gptel/
Date: Sat, 15 Mar 2025 19:55:41 +0000 (UTC)	[thread overview]
Message-ID: <1742068532.75cedc817c103c4a0b2e6b1ff6e7e5cb158d688b.xgqt@gentoo> (raw)

commit:     75cedc817c103c4a0b2e6b1ff6e7e5cb158d688b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 17:18:45 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:32 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75cedc81

app-emacs/gptel: bump to 0.9.8

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/gptel/Manifest           |  1 +
 app-emacs/gptel/gptel-0.9.8.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/app-emacs/gptel/Manifest b/app-emacs/gptel/Manifest
index 6dba8fd8ccd7..4da76d4f3cdc 100644
--- a/app-emacs/gptel/Manifest
+++ b/app-emacs/gptel/Manifest
@@ -1,2 +1,3 @@
 DIST gptel-0.9.6.tar.gz 92734 BLAKE2B 52e7f79594e63128178c3a988e7fb0c60421b1a3da6bb6e47fe64fec176134e8af6d43b9504e55bc9f19bc03635d10a5ad0ab6fb4103dfaab0a4de730aaa43c6 SHA512 e7c1d7599d0ee68ecf61763bbc0580df67f22d4a9d77c535827f5b02b7fb45efb5d163cc0fc3cd1ef78fbbc246dc518488c28debf88322199bab1f5fd760efb9
 DIST gptel-0.9.7.tar.gz 99088 BLAKE2B ccf5d8fade5cf41d6cead4c6b48f0e6ad2672187cfd6b392a549bbd24024b85d3a317ab923b7cc9203610ec1a045709e92d18e7f1ef0b48d9709c9fcdbf02396 SHA512 db20af896255e5fb6c05ee6dc8465bf26638946778c6c05026361193837f8cfa49220622194f92ef827cd7e691ea61c4b87a030455014ac3e7d0ca211be8cf33
+DIST gptel-0.9.8.tar.gz 135756 BLAKE2B 7470ed0ab84467e3dd301130d3c67fc87dc1a87e79b7e5cb229f74c5dabc8fc5683646a667f041dea94275ddce2954b4ed112f62e562d77c48b2ae83220c85fd SHA512 4b6961a59d5d63ac1d9a8b1b084bbdcf36f7055726dbddb2baec05845faed8e15928ed3ee9bccbae246edcfcdbed4c73fd3486f5a18a8db9c1f0ca9b5c1a07fb

diff --git a/app-emacs/gptel/gptel-0.9.8.ebuild b/app-emacs/gptel/gptel-0.9.8.ebuild
new file mode 100644
index 000000000000..9e04c6f25dba
--- /dev/null
+++ b/app-emacs/gptel/gptel-0.9.8.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2025 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}.git"
+else
+	SRC_URI="https://github.com/karthink/${PN}/archive/refs/tags/v${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm64"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+RDEPEND="
+	>=app-emacs/compat-30.0.0.0
+	app-emacs/transient
+"
+BDEPEND="
+	${RDEPEND}
+"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+	elisp_src_compile
+	elisp-make-autoload-file
+}


             reply	other threads:[~2025-03-15 19:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-15 19:55 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-15 19:55 [gentoo-commits] repo/gentoo:master commit in: app-emacs/gptel/ Maciej Barć
2025-03-15 17:53 Sam James
2025-03-15 17:53 Sam James
2024-12-06  1:08 Maciej Barć
2024-12-06  1:08 Maciej Barć
2024-12-06  1:08 Maciej Barć
2024-10-17 15:51 Maciej Barć
2024-10-13 19:23 Maciej Barć

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1742068532.75cedc817c103c4a0b2e6b1ff6e7e5cb158d688b.xgqt@gentoo \
    --to=xgqt@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox