commit:     9353f31296516c8472eeb8a29c92504c5a75884b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  3 20:09:11 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Oct  3 20:35:49 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9353f312

app-emacs/jinx: drop old 2.2

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

 app-emacs/jinx/Manifest        |  1 -
 app-emacs/jinx/jinx-2.2.ebuild | 55 ------------------------------------------
 2 files changed, 56 deletions(-)

diff --git a/app-emacs/jinx/Manifest b/app-emacs/jinx/Manifest
index 35a265710e2f..fc7e27349bbf 100644
--- a/app-emacs/jinx/Manifest
+++ b/app-emacs/jinx/Manifest
@@ -1,2 +1 @@
-DIST jinx-2.2.tar.gz 37390 BLAKE2B 
a670b25a8935221125055b61426b7328b54807477e6c5cee81a2c410e809687be7a228446788fe73ad6dfce35af5b8abe7cc60da3ec1bf4c5b4d25ce2e4a4e31
 SHA512 
78f093e2bb229f70130bef9f212cf78283758e11f6a1bd1e6408857d1098ff89bda8ccdf4e9755c308c3b906861381d62e90a766c3dfe1e632f74e70bc365e49
 DIST jinx-2.3.tar.gz 37512 BLAKE2B 
837b041af679da173e87ea51b1e9fcd7a56f2cffbafd70e67de978904e89a1ae6dd5e843f61eb1a79da95468ad1ce9dcc1e4d4f4a0f66ad1df8728e1180e6c52
 SHA512 
60e64bb40b97333a37e0a6a2116fa3a2e0a66fcfb2eba59f21aaf220c0917d456d9b2019b9f4213fef3e59d3befc811874abc91aa0acb7ed01dd22e50b2c168c

diff --git a/app-emacs/jinx/jinx-2.2.ebuild b/app-emacs/jinx/jinx-2.2.ebuild
deleted file mode 100644
index 165e74cbe87b..000000000000
--- a/app-emacs/jinx/jinx-2.2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2023-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=28.1
-
-inherit edo elisp toolchain-funcs
-
-DESCRIPTION="Enchanted Spell Checker for GNU Emacs"
-HOMEPAGE="https://github.com/minad/jinx";
-
-if [[ "${PV}" == *9999* ]] ; then
-       inherit git-r3
-
-       EGIT_REPO_URI="https://github.com/minad/${PN}.git";
-else
-       SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz
-               -> ${P}.tar.gz"
-
-       KEYWORDS="amd64 ~x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-       app-text/enchant:2
-       >=app-emacs/compat-29.1.4.0
-"
-DEPEND="
-       ${RDEPEND}
-"
-BDEPEND="
-       virtual/pkgconfig
-"
-
-ELISP_TEXINFO="${PN}.texi"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
-       edo $(tc-getCC) -fPIC -Wall -Wextra -shared \
-               $($(tc-getPKG_CONFIG) --cflags --libs enchant-2) \
-               ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -o jinx-mod.so jinx-mod.c
-       elisp-org-export-to texinfo README.org
-       elisp_src_compile
-}
-
-src_install() {
-       elisp-make-autoload-file
-       elisp_src_install
-
-       elisp-modules-install "${PN}" jinx-mod.so
-       doinfo jinx.info
-}

Reply via email to