public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/compat/
Date: Fri, 12 Jul 2024 12:35:34 +0000 (UTC)	[thread overview]
Message-ID: <1720787730.9135c39fba064553d15884e108ddfd504485ff89.xgqt@gentoo> (raw)

commit:     9135c39fba064553d15884e108ddfd504485ff89
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 12 12:18:06 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jul 12 12:35:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9135c39f

app-emacs/compat: bump to 30.0.0.0

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

 app-emacs/compat/Manifest               |  1 +
 app-emacs/compat/compat-30.0.0.0.ebuild | 51 +++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/app-emacs/compat/Manifest b/app-emacs/compat/Manifest
index 6e0e36dbf0f1..a84805aac48a 100644
--- a/app-emacs/compat/Manifest
+++ b/app-emacs/compat/Manifest
@@ -1 +1,2 @@
 DIST compat-29.1.4.5.tar.gz 130079 BLAKE2B 84b3293bec535d7f653d0aa3fac069e230c030ccf809d0a606b068d9d663e078274d15d57ca56fc180208de69ae4fee554fbc3d5e8c78394789ee756665e980f SHA512 9682224a1ab5238c7f584121652c55df257fd050279e8356632b2aafef4045dc89b2dfd20cf8f5030dda1d96db40c993cdc3ac0efd0263d23beee8310def0849
+DIST compat-30.0.0.0.tar.gz 140329 BLAKE2B 7de4dffc518e521d0c15d3deb0f544972eb6660e19e3028f956b39b9ce355901f3d39339d9f2060a3b7754d67ec9ce92a720cc83afc468f3a2cedc189d8eb922 SHA512 04e2c26f6c1fbb78fc0f2de70913694b3f37614a6992b2a36cec5288c2083481701bdfb7d7e981582c8b22cf61b71e5a3e6011f86c1602331a26ad61c1fe2f66

diff --git a/app-emacs/compat/compat-30.0.0.0.ebuild b/app-emacs/compat/compat-30.0.0.0.ebuild
new file mode 100644
index 000000000000..0de9f6e50e90
--- /dev/null
+++ b/app-emacs/compat/compat-30.0.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Compatibility libraries for Emacs"
+HOMEPAGE="https://github.com/emacs-compat/compat/
+	https://git.sr.ht/~pkal/compat/"
+
+if [[ "${PV}" == *9999* ]] ; then
+	inherit git-r3
+
+	EGIT_REPO_URI="https://github.com/emacs-compat/${PN}.git"
+else
+	SRC_URI="https://github.com/emacs-compat/${PN}/archive/${PV}.tar.gz
+		-> ${P}.tar.gz"
+
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+BDEPEND="
+	sys-apps/texinfo
+"
+
+ELISP_TEXINFO="${PN}.texi"
+
+src_compile() {
+	emake compile "${PN}.info"
+}
+
+src_test() {
+	local has_json="$("${EMACS}" ${EMACSFLAGS} --eval "(princ (fboundp 'json-parse-string))")"
+	if [[ "${has_json}" != t ]] ; then
+		local line
+		while read line ; do
+			ewarn "${line}"
+		done <<-EOF
+		Your current Emacs version does not support native JSON parsing,
+		which is required for running tests of ${CATEGORY}/${PN}.
+		Emerge >=app-editors/emacs-27 with USE="json" and use "eselect emacs"
+		to select that version.
+		EOF
+	else
+		emake test
+	fi
+}


             reply	other threads:[~2024-07-12 12:35 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-12 12:35 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-03 18:32 [gentoo-commits] repo/gentoo:master commit in: app-emacs/compat/ Jakov Smolić
2024-05-14 22:21 Maciej Barć
2024-04-23  1:31 Sam James
2024-03-20 19:30 Maciej Barć
2024-01-15 21:20 Maciej Barć
2024-01-03  8:10 Sam James
2023-12-15  2:33 Sam James
2023-11-13 12:38 Maciej Barć
2023-09-10 15:35 Maciej Barć
2023-09-02 15:35 Sam James
2023-08-02 14:11 Maciej Barć
2023-06-24 22:39 Sam James
2023-05-13 14:51 Jakov Smolić
2023-05-13 10:57 Maciej Barć
2023-05-13 10:57 Maciej Barć
2023-04-27 23:32 Sam James
2023-04-02  1:45 Sam James
2023-03-28  0:57 Maciej Barć
2023-03-13 22:48 Sam James
2023-03-13 12:01 Maciej Barć
2023-03-13 12:01 Maciej Barć
2023-03-06 15:33 Maciej Barć
2023-03-06 15:33 Maciej Barć
2023-02-12  0:48 Maciej Barć
2023-02-10 20:36 Sam James
2023-02-08 15:01 Maciej Barć
2023-02-08 15:01 Maciej Barć
2023-02-08 15:01 Maciej Barć
2023-02-02 17:46 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-27 13:02 Maciej Barć
2023-01-23  7:57 Maciej Barć
2023-01-18 10:30 Maciej Barć
2023-01-16 14:32 Sam James
2023-01-16 12:20 Maciej Barć
2023-01-16 12:20 Maciej Barć
2023-01-09 21:16 Maciej Barć
2023-01-09 21:16 Maciej Barć
2023-01-09 21:16 Maciej Barć
2023-01-06 19:17 Maciej Barć
2023-01-03 23:25 Sam James
2023-01-03 23:25 Sam James
2022-10-17 19:23 Sam James
2022-10-17 17:30 Arthur Zamarin
2022-10-15 14:28 Arthur Zamarin
2022-10-08 20:29 Maciej Barć
2022-10-08 20:29 Maciej Barć
2022-08-27  1:27 Maciej Barć
2022-08-14 20:06 Sam James
2022-07-24 10:52 Matthew Smith
2022-07-24 10:52 Matthew Smith
2022-06-21 20:38 Ulrich Müller
2022-06-21 20:02 Ulrich Müller
2022-06-21 19:47 Maciej Barć
2022-06-21 19:36 Maciej Barć
2022-06-21 17:48 Maciej Barć
2022-06-21 13:36 Maciej Barć
2022-05-29 14:47 Matthew Smith
2022-05-29  7:41 Matthew Smith

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=1720787730.9135c39fba064553d15884e108ddfd504485ff89.xgqt@gentoo \
    --to=xgqt@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