From: "Arsen Arsenović" <arsen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/jinx/
Date: Sat, 15 Mar 2025 15:44:20 +0000 (UTC) [thread overview]
Message-ID: <1742053370.224b7410272cad8ce2e05dcacee775d0d8660689.arsen@gentoo> (raw)
commit: 224b7410272cad8ce2e05dcacee775d0d8660689
Author: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 14:40:09 2025 +0000
Commit: Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 15:42:50 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=224b7410
app-emacs/jinx: add 2.0
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>
app-emacs/jinx/Manifest | 1 +
app-emacs/jinx/jinx-2.0.ebuild | 55 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/app-emacs/jinx/Manifest b/app-emacs/jinx/Manifest
index e7d1bfe266a1..ed6997b743c2 100644
--- a/app-emacs/jinx/Manifest
+++ b/app-emacs/jinx/Manifest
@@ -1 +1,2 @@
DIST jinx-1.12.tar.gz 36050 BLAKE2B 978259fb5e36ba86b97e035b2d128e19ef961146fa71a139bdbcf978cb360ca56fdf76bb43b1e9dfaf47c8acbf9082982f4e90e5c2e65adcea969787f61c8a44 SHA512 7336965a2fe3fb8c9e8f1ae6c4e7cd05a9bafda7476f1264b8bb584d8f3f81dca7085a5cc5befe686d56e2e43945e5b04c53ef8028886b2a46d0fa52afac8ee4
+DIST jinx-2.0.tar.gz 36458 BLAKE2B aa9ba5b6cdb96a1764cc84e0f1f51b1058e872d68b5613b416241930b1d65bb81f9d32f6de3527f6b8dec3e587fe0d57f4b295e87746ba12c30f117288b0e4c1 SHA512 da34d1f055f108f5abb3984978841b7bd9e19d4ded88c8e37192cb6a523ad04910ab5e9875aceb2cf6c7eb6486fc6166eaf5fb21f47cf0bcdfb943646f555a5a
diff --git a/app-emacs/jinx/jinx-2.0.ebuild b/app-emacs/jinx/jinx-2.0.ebuild
new file mode 100644
index 000000000000..fcd7f6074591
--- /dev/null
+++ b/app-emacs/jinx/jinx-2.0.ebuild
@@ -0,0 +1,55 @@
+# 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
+}
next reply other threads:[~2025-03-15 15:44 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-15 15:44 Arsen Arsenović [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-03 20:35 [gentoo-commits] repo/gentoo:master commit in: app-emacs/jinx/ Maciej Barć
2025-09-01 17:34 Arthur Zamarin
2025-08-03 13:27 Maciej Barć
2025-08-03 13:27 Maciej Barć
2025-08-03 13:27 Maciej Barć
2025-07-29 9:09 Arsen Arsenović
2025-07-12 6:43 Sam James
2025-06-11 14:58 Arsen Arsenović
2025-05-11 1:52 Sam James
2025-04-22 5:56 Sam James
2025-04-09 8:45 Arsen Arsenović
2025-01-28 14:33 Arsen Arsenović
2025-01-23 10:17 Maciej Barć
2025-01-22 11:45 Arthur Zamarin
2024-12-22 9:49 Sam James
2024-09-13 20:57 Maciej Barć
2024-09-13 20:57 Maciej Barć
2024-08-29 5:27 Jakov Smolić
2024-08-01 16:47 Arthur Zamarin
2024-07-25 16:48 Maciej Barć
2024-07-02 3:43 Maciej Barć
2024-07-02 3:43 Maciej Barć
2024-06-25 22:03 Sam James
2024-06-25 15:26 Maciej Barć
2024-05-24 0:34 Sam James
2024-05-19 23:14 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-05-07 1:16 Sam James
2024-04-17 23:29 Sam James
2024-04-13 19:14 Arsen Arsenović
2024-04-04 19:01 Maciej Barć
2024-04-04 19:01 Maciej Barć
2024-03-31 7:22 Arthur Zamarin
2024-03-13 16:40 Maciej Barć
2024-03-13 16:40 Maciej Barć
2024-03-08 13:09 Arthur Zamarin
2024-02-27 12:41 Arsen Arsenović
2024-02-04 16:32 Arsen Arsenović
2024-02-02 17:51 Arthur Zamarin
2024-01-06 9:02 Sam James
2023-12-28 23:16 Arsen Arsenović
2023-12-28 2:29 Sam James
2023-12-03 0:18 Arsen Arsenović
2023-11-20 7:03 Sam James
2023-07-03 8:23 Arsen Arsenović
2023-05-16 16:35 Arsen Arsenović
2023-04-28 11:59 Arsen Arsenović
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1742053370.224b7410272cad8ce2e05dcacee775d0d8660689.arsen@gentoo \
--to=arsen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox