commit: ddbf23b099176c19c981a015404bc95efa33fd0b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Feb 23 17:38:49 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Feb 23 19:37:16 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddbf23b0
app-emacs/apheleia: bump to 4.4.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/apheleia/Manifest | 1 + app-emacs/apheleia/apheleia-4.4.3.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index c52d392c562e..f379093bd862 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1 +1,2 @@ DIST apheleia-4.4.2.gh.tar.gz 198669 BLAKE2B 3c35d4ccbceb7d80b7b30c37821afd4872b3e57dc593bbb880fc3a9bc9e7ab5396591335373c60fcef053f47890cd2b1ee3cc853e16ac4ca9d6d0e227e6da76d SHA512 4823dda5efc8c38945f36cab739d1357d9d8a1378cf62dbe977e2acc90137bfd3fabd6dcefb5f612e00fb685a0a485f199141c4ec3756c238b6b9c42b1704d11 +DIST apheleia-4.4.3.gh.tar.gz 200293 BLAKE2B 40ccc4f68584eabbc97513bc1984670459cebf707a259bc97bf076e978d3cd9df013b071055148976a7322b53743a3df48b3e295d74fdeb23f05be3c225ae60d SHA512 310809b4faec4a6541343e5c4c4fa2239bac8b63256655a66c766780d7db47c8ed1b7eac8810b1e022bf65ddf1b9ca201245689018fe3ff7b2e0f163eed15c6e diff --git a/app-emacs/apheleia/apheleia-4.4.3.ebuild b/app-emacs/apheleia/apheleia-4.4.3.ebuild new file mode 100644 index 000000000000..65e0738da442 --- /dev/null +++ b/app-emacs/apheleia/apheleia-4.4.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 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 .
