commit:     63928ac91b8cf8bc0523299cc60b8ba240c99b4b
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu May 22 21:53:55 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu May 22 23:01:19 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63928ac9

app-emacs/apheleia: bump to 4.4.1

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

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

diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest
index 4fa03991f0f5..072561e91e70 100644
--- a/app-emacs/apheleia/Manifest
+++ b/app-emacs/apheleia/Manifest
@@ -1 +1,2 @@
+DIST apheleia-4.4.1.gh.tar.gz 196860 BLAKE2B 
d42afcdc16cc5d8d93ee8a5bda50a3a8da17e9e6c4c8fe81eb18e4a73d21222c9b5beb545f01d920e84ade57c91fb6aaf94d5fe4c69970b381f2c554a2e93479
 SHA512 
fde636cc911e774e839426db1aac10318ef5e7859cda2af1f9e6f7cdaa9b2e1146f5fb7d07029ceea2141f090fc8e2525e1345fd9172ba3e6157a4783e15e823
 DIST apheleia-4.4.gh.tar.gz 196511 BLAKE2B 
63474df2e699cec439aeb791a8030360e61d64354b70e349d32a0bab4ddd005913bbb6230b13009bd6261c7f418aa076a43b5f9a061ecf9697376a24a03a3718
 SHA512 
a73f86c507b2b7c8766ff37b013ddaa3907b3475e271999502ad46d8ecbc2632b13f42c7fb2ed9ac4441c2b2950e7f4b6210f222deef9d8f85c2d121f0cd21f8

diff --git a/app-emacs/apheleia/apheleia-4.4.1.ebuild 
b/app-emacs/apheleia/apheleia-4.4.1.ebuild
new file mode 100644
index 000000000000..daccf85855c6
--- /dev/null
+++ b/app-emacs/apheleia/apheleia-4.4.1.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