summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-12-06 00:09:28 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-12-06 01:42:59 +0100
commit5f55af54321edd456c29c59ebe0f3dca3c05ee23 (patch)
tree49e36e0bcf322bea38cbcb0eaf6824d73ce8e6ef /app-emacs
parentapp-emacs/gptel: drop old 0.9.0 (diff)
downloadgentoo-5f55af54321edd456c29c59ebe0f3dca3c05ee23.tar.gz
gentoo-5f55af54321edd456c29c59ebe0f3dca3c05ee23.tar.bz2
gentoo-5f55af54321edd456c29c59ebe0f3dca3c05ee23.zip
app-emacs/gptel: drop old 0.9.5
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/gptel/Manifest1
-rw-r--r--app-emacs/gptel/gptel-0.9.5.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/app-emacs/gptel/Manifest b/app-emacs/gptel/Manifest
index 4d71a36b351c..ceb1e6a3ca3e 100644
--- a/app-emacs/gptel/Manifest
+++ b/app-emacs/gptel/Manifest
@@ -1,2 +1 @@
-DIST gptel-0.9.5.tar.gz 89369 BLAKE2B 7556163a95484400f9a24bbdced5e8e72f7f18833acd20a8085b3e0681a5f66a391d492f41d606bf762f0375c641923b822bfef49f70d9f64a384db3cc888a52 SHA512 98377cc3c05eacfc61b1f47a087c92a926cb1881b8194e856adb5613fdc0c3abc0274d927b3fcc8e8a910af93a007c994cc37630c1f85e67fdd579866a29f9a8
DIST gptel-0.9.6.tar.gz 92734 BLAKE2B 52e7f79594e63128178c3a988e7fb0c60421b1a3da6bb6e47fe64fec176134e8af6d43b9504e55bc9f19bc03635d10a5ad0ab6fb4103dfaab0a4de730aaa43c6 SHA512 e7c1d7599d0ee68ecf61763bbc0580df67f22d4a9d77c535827f5b02b7fb45efb5d163cc0fc3cd1ef78fbbc246dc518488c28debf88322199bab1f5fd760efb9
diff --git a/app-emacs/gptel/gptel-0.9.5.ebuild b/app-emacs/gptel/gptel-0.9.5.ebuild
deleted file mode 100644
index 783dad3ec302..000000000000
--- a/app-emacs/gptel/gptel-0.9.5.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 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"
-
-elisp-enable-tests ert test -l gptel-org -l gptel-org-test
-
-src_compile() {
- elisp_src_compile
- elisp-make-autoload-file
-}