commit:     5c5635831b905f8b464c763d13c51b1e28b617fa
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 28 18:54:16 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Nov 28 23:52:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c563583

app-emacs/rg: drop old 2.3.0

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

 app-emacs/rg/Manifest        |  1 -
 app-emacs/rg/rg-2.3.0.ebuild | 61 --------------------------------------------
 2 files changed, 62 deletions(-)

diff --git a/app-emacs/rg/Manifest b/app-emacs/rg/Manifest
index 88f0a0d569db..317ea9e41725 100644
--- a/app-emacs/rg/Manifest
+++ b/app-emacs/rg/Manifest
@@ -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

diff --git a/app-emacs/rg/rg-2.3.0.ebuild b/app-emacs/rg/rg-2.3.0.ebuild
deleted file mode 100644
index 15f133d15a84..000000000000
--- a/app-emacs/rg/rg-2.3.0.ebuild
+++ /dev/null
@@ -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
-}

Reply via email to