commit:     011a79b49199583fd9734bf4ec2bbb1f34836e27
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 13 20:10:26 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 20:57:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011a79b4

app-emacs/jinx: drop old 1.9

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

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

diff --git a/app-emacs/jinx/Manifest b/app-emacs/jinx/Manifest
index f1552c0597bf..f7c3c87cf807 100644
--- a/app-emacs/jinx/Manifest
+++ b/app-emacs/jinx/Manifest
@@ -1,2 +1 @@
 DIST jinx-1.10.tar.gz 35304 BLAKE2B 
d112de93fab933782110f8587cc5c55e63429153ce205ae44ae53b86be669064961cebf688a8159cd09c53538ebd488d687939c01d21be318ef4cd2bfc930f85
 SHA512 
66f99dd5e2028770bed99a77c1364456309843f6efb4726b2cff093a0f721a54f58b72be324718c4ab55e7d54f2bf48bd4480cef4cd25c54b6ffc9f08de16ba6
-DIST jinx-1.9.tar.gz 35118 BLAKE2B 
1db0bf43978f0d3d521b864a6b71c98642a7bfd1517dfb91425776ccbb320f7b52c8c05360722e79bf294140043e65bb057372570ea0851f917824545b93db09
 SHA512 
18124ebfa0da7362d9265f4681267881849f566db10e7ea49e20f88ea0cdce0b3af76f78313849c2fa4ed0c24734ffda34aba95c86b3aeaf50db414f566a167e

diff --git a/app-emacs/jinx/jinx-1.9.ebuild b/app-emacs/jinx/jinx-1.9.ebuild
deleted file mode 100644
index 900d7311aaef..000000000000
--- a/app-emacs/jinx/jinx-1.9.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 2023-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-NEED_EMACS=27.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