app-emacs/rg: drop old 2.3.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć 2025-11-28 19:54:16 +01:00
parent 5ed1be8a55
commit 5c5635831b
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 0 additions and 62 deletions

View File

@ -1,2 +1 @@
DIST rg-2.3.0.tar.gz 204996 BLAKE2B cc233f90a4bd56928053ebace2aa166c0210ddc9720b37b4e67e10e1082ed0ff744bef6d502666a8094d9c57c0afa2b9a32967b290443cc467f2865ea7b95330 SHA512 343626c35bdb26f2a300bac258af112230cf502900852456362f1adaa6bf6551d42d07ced59b8f864cab0663b559262f2e6f982f5b95cfffe1d04218fe6ebbbe
DIST rg-2.4.0.gh.tar.gz 209666 BLAKE2B 494b70a426edce5e1588fc5ac2ddd699a3c5f58511a1ad0b8de0b221d3c29b206bd57a97ab95d27d9b5cc89acf0a93637914d8c3f3253fb67e2f1fc3334676fc SHA512 4b143199b75a857d9fd84dd95ee5e2c50857b5ae19880988d5a1886aa93902151b2a349bc42788120920cbdde1a7a13cb3cabf9aa43f63d8495e8b913183bbf9

View File

@ -1,61 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="GNU Emacs search tool based on ripgrep"
HOMEPAGE="https://rgel.readthedocs.io/
https://github.com/dajva/rg.el/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/dajva/rg.el.git"
else
SRC_URI="https://github.com/dajva/rg.el/archive/${PV}.tar.gz
-> ${P}.tar.gz"
S="${WORKDIR}/rg.el-${PV}"
KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
COMMON_DEPEND="
app-emacs/transient
app-emacs/wgrep
"
RDEPEND="
${COMMON_DEPEND}
sys-apps/ripgrep
"
BDEPEND="
${COMMON_DEPEND}
test? (
app-emacs/s
app-emacs/undercover
)
"
ELISP_REMOVE="
test/rg.el-test.el
test/rg-isearch.el-test.el
"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
elisp-enable-tests ert-runner test
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}
src_install() {
elisp_src_install
doinfo rgel.info
}