repo/gentoo:master commit in: app-emacs/apheleia/
Maciej BarÄ <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786705224.dd3cdf227feddc85f302e181929d6ec47dedaa1d.xgqt@gentoo> |
commit: dd3cdf227feddc85f302e181929d6ec47dedaa1d
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 14 10:46:22 2026 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Aug 14 11:00:24 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd3cdf22
app-emacs/apheleia: drop old 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 deletions(-)
diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest
index 6a95cc17d68a..9e7bf047ea2e 100644
--- a/app-emacs/apheleia/Manifest
+++ b/app-emacs/apheleia/Manifest
@@ -1,2 +1 @@
-DIST apheleia-4.4.3.gh.tar.gz 200293 BLAKE2B 40ccc4f68584eabbc97513bc1984670459cebf707a259bc97bf076e978d3cd9df013b071055148976a7322b53743a3df48b3e295d74fdeb23f05be3c225ae60d SHA512 310809b4faec4a6541343e5c4c4fa2239bac8b63256655a66c766780d7db47c8ed1b7eac8810b1e022bf65ddf1b9ca201245689018fe3ff7b2e0f163eed15c6e
DIST apheleia-4.5.0.gh.tar.gz 202202 BLAKE2B db67a06730ec9470e52c75f4bbebff51c7fa2da496b03f8925bc3d930598e140c15bce69a8fa9872767309ee9c2c8645f41db27b365340977ee6858bbfdd70b2 SHA512 c079a23871ee7b8f4018cd054a54334cb157949a23130910bb8944c63dd7b3615e29ed858b9f6fd31b5ca448156a6446837cba4e00f348530e495313b0b2bbb5
diff --git a/app-emacs/apheleia/apheleia-4.4.3.ebuild b/app-emacs/apheleia/apheleia-4.4.3.ebuild
deleted file mode 100644
index 54ea19552010..000000000000
--- a/app-emacs/apheleia/apheleia-4.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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 .