commit:     2a0ec824ec466738f4131764e48e2193f25546b3
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 19 08:42:30 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb 19 08:48:58 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a0ec824

app-emacs/apheleia: bump to 4.4

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

 app-emacs/apheleia/Manifest            |  1 +
 app-emacs/apheleia/apheleia-4.4.ebuild | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest
index 04efe059a82e..c3dbb69733a1 100644
--- a/app-emacs/apheleia/Manifest
+++ b/app-emacs/apheleia/Manifest
@@ -1 +1,2 @@
 DIST apheleia-4.3.tar.gz 194027 BLAKE2B 
84b26de080e7d570e8e4d2fe973790f99c0d7582e29fd7994f015e5e379d7ecfceddb5ac4d0fb2085dbb5bbbda7c7970842aecf340f13d16f098daaf6127282d
 SHA512 
d6858e118b1e3214def5e9bbe0bbe8c685ceef74707fc8e546517f7837fcb36179ef4a050e2cef93e9c19cd6ac7f544635c9ce07874470728db93ad21fa0e2e1
+DIST apheleia-4.4.gh.tar.gz 196511 BLAKE2B 
63474df2e699cec439aeb791a8030360e61d64354b70e349d32a0bab4ddd005913bbb6230b13009bd6261c7f418aa076a43b5f9a061ecf9697376a24a03a3718
 SHA512 
a73f86c507b2b7c8766ff37b013ddaa3907b3475e271999502ad46d8ecbc2632b13f42c7fb2ed9ac4441c2b2950e7f4b6210f222deef9d8f85c2d121f0cd21f8

diff --git a/app-emacs/apheleia/apheleia-4.4.ebuild 
b/app-emacs/apheleia/apheleia-4.4.ebuild
new file mode 100644
index 000000000000..daccf85855c6
--- /dev/null
+++ b/app-emacs/apheleia/apheleia-4.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="27"
+
+inherit elisp
+
+DESCRIPTION="Reformat GNU Emacs buffers stably without moving point"
+HOMEPAGE="https://github.com/radian-software/apheleia/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/radian-software/${PN}";
+else
+       SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz
+               -> ${P}.gh.tar.gz"
+
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"
+
+DOCS=( README.md CHANGELOG.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests buttercup ./test/unit -L .

Reply via email to