commit: cb7288597d5daa9b664bf02e7c5009937849b263 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Sep 9 20:32:29 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Sep 9 21:26:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb728859
app-emacs/gptel: drop old 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 deletions(-) diff --git a/app-emacs/gptel/Manifest b/app-emacs/gptel/Manifest index e1c98ac37505..18f7dcf8a54a 100644 --- a/app-emacs/gptel/Manifest +++ b/app-emacs/gptel/Manifest @@ -1,2 +1 @@ DIST gptel-0.9.8.5.gh.tar.gz 169317 BLAKE2B 24661cc1d7b00b8f74ec8de11644d6e55494922a42b30110f0f7d324cd1b2f3d945427954fcd910290ae054d02f4d5015a4bd1144d2acc02d043b1bd8f731305 SHA512 f18f129018c51962d643a6e558f3c81a100d8a705b51ed8f0ff1d1fc6cfcf47d05cff4221574f32a018f49478f26f498b0c66c2277b4727e8e2b446987830c27 -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 deleted file mode 100644 index cdcb0a3c6279..000000000000 --- a/app-emacs/gptel/gptel-0.9.8.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 -}
