commit:     c10efa37512367c036e939f80ba504ea733b76f3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  1 21:41:16 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Jun  1 21:52:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10efa37

app-emacs/gptel: drop old 0.9.7

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

 app-emacs/gptel/Manifest           |  1 -
 app-emacs/gptel/gptel-0.9.7.ebuild | 41 --------------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-emacs/gptel/Manifest b/app-emacs/gptel/Manifest
index 5855b0c8856c..d8da40ee7b98 100644
--- a/app-emacs/gptel/Manifest
+++ b/app-emacs/gptel/Manifest
@@ -1,2 +1 @@
-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.7.ebuild 
b/app-emacs/gptel/gptel-0.9.7.ebuild
deleted file mode 100644
index cdcb0a3c6279..000000000000
--- a/app-emacs/gptel/gptel-0.9.7.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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 via email to