summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArsen Arsenović <arsen@gentoo.org>2023-05-16 18:33:12 +0200
committerArsen Arsenović <arsen@gentoo.org>2023-05-16 18:34:02 +0200
commitc8c68bff6bed2948e955e1b6644873c55b61da6f (patch)
tree1df9a7b63abc60103d502089366e37bf6033a3a8 /app-emacs/jinx/jinx-0.8.ebuild
parentdev-libs/c-blosc2: Bump to 2.9.1 (diff)
downloadgentoo-c8c68bff6bed2948e955e1b6644873c55b61da6f.tar.gz
gentoo-c8c68bff6bed2948e955e1b6644873c55b61da6f.tar.bz2
gentoo-c8c68bff6bed2948e955e1b6644873c55b61da6f.zip
app-emacs/jinx: install info documentation
Signed-off-by: Arsen Arsenović <arsen@gentoo.org>
Diffstat (limited to 'app-emacs/jinx/jinx-0.8.ebuild')
-rw-r--r--app-emacs/jinx/jinx-0.8.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-emacs/jinx/jinx-0.8.ebuild b/app-emacs/jinx/jinx-0.8.ebuild
deleted file mode 100644
index 3708e4eda694..000000000000
--- a/app-emacs/jinx/jinx-0.8.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 2023 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"
-
-# Recompressed from ELPA.
-SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- app-text/enchant:2
- >=app-emacs/compat-29.1.4.0
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-ELISP_REMOVE="${PN}-pkg.el"
-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_src_compile
-}
-
-src_install() {
- elisp-make-autoload-file
- elisp_src_install
-
- elisp-modules-install "${PN}" jinx-mod.so
-}