commit:     3d13dac0a305afaa2a497c2acead4a09f43f2913
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Feb  4 12:04:33 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Feb  4 12:52:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d13dac0

app-emacs/dape: drop old 0.20.0

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

 app-emacs/dape/Manifest           |  1 -
 app-emacs/dape/dape-0.20.0.ebuild | 71 ---------------------------------------
 2 files changed, 72 deletions(-)

diff --git a/app-emacs/dape/Manifest b/app-emacs/dape/Manifest
index c989e9ae3668..0bd04ed529c4 100644
--- a/app-emacs/dape/Manifest
+++ b/app-emacs/dape/Manifest
@@ -1,2 +1 @@
-DIST dape-0.20.0.tar.gz 78429 BLAKE2B 
9f079311883ffae56226ad7bbe6835c404397980333dd9539835b2f9301908fe83be6c88eebb2e5fe553eda94303bbc6cbb4f497b92131fa9979c88dccd5a032
 SHA512 
8a770d84c54fe75275067ca981c96fced384797896a19331d53f782029ec984d3755801dfd29d8c4446e6ac531ffa9dc534cca3b21ae3af52547292da4158b0a
 DIST dape-0.21.0.tar.gz 78689 BLAKE2B 
12ae2ea5771ff303693b1477fe5f535d9295d138bd16ca0859bd7cbdfbf93c18347cb6dc9910c93001947dc58cba4064c0782f0007057ea99932a2674963da90
 SHA512 
0ecbe997859148f5bd1154b946d617df054772244cadb8697c97fe82d1deb572d47d26668229e3d0dbb02f4339b51a334cd06922050dbb592a4f05581fb35012

diff --git a/app-emacs/dape/dape-0.20.0.ebuild 
b/app-emacs/dape/dape-0.20.0.ebuild
deleted file mode 100644
index c4b8f0561c5d..000000000000
--- a/app-emacs/dape/dape-0.20.0.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS="29.1"
-
-inherit elisp
-
-DESCRIPTION="Debug Adapter Protocol for Emacs"
-HOMEPAGE="https://github.com/svaante/dape";
-
-if [[ "${PV}" == 9999 ]]; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/svaante/${PN}.git";
-else
-       SRC_URI="https://github.com/svaante/${PN}/archive/refs/tags/${PV}.tar.gz
-               -> ${P}.tar.gz"
-
-       KEYWORDS="~amd64"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-       || (
-               app-emacs/jsonrpc
-               >=app-editors/emacs-30:*
-       )
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-# Requires debugpy, but we do not package debugpy right now, as well as
-# js-debug.  Most tests use only the former.
-RESTRICT="test"
-
-DOCS=( README.org CHANGELOG.org LICENSE )
-SITEFILE="50${PN}-gentoo.el"
-
-# elisp-enable-tests ert . -l dape-tests.el
-
-pkg_setup() {
-       elisp_pkg_setup
-       local has_jsonrpc="$(${EMACS} ${EMACSFLAGS} \
-               --eval "(princ (>= emacs-major-version 30))")"
-       if has_version app-emacs/jsonrpc || [[ ${has_jsonrpc} = t ]]; then
-               :
-       else
-               die "Emacs does not have jsonrpc.el 1.0.25 or later, nor was 
app-emacs/jsonrpc installed"
-       fi
-}
-
-src_compile() {
-       elisp_src_compile
-       elisp-make-autoload-file
-}
-
-# src_test() {
-#      elisp-test
-# }
-
-src_install() {
-       # Need to ignore dape-tests.el.
-       einstalldocs
-       elisp-install "${PN}" dape.el dape.elc dape-autoloads.el
-       elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}

Reply via email to