commit: b7ecb264033c401a3b599c4e12c3581fa2322d7a Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu May 22 21:41:14 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu May 22 23:01:18 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ecb264
app-emacs/apheleia: drop old 4.3 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/apheleia/Manifest | 1 - app-emacs/apheleia/apheleia-4.3.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index c3dbb69733a1..4fa03991f0f5 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1,2 +1 @@ -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.3.ebuild b/app-emacs/apheleia/apheleia-4.3.ebuild deleted file mode 100644 index b0fe36c345fd..000000000000 --- a/app-emacs/apheleia/apheleia-4.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2024 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}.git" -else - SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ~x86" -fi - -LICENSE="MIT" -SLOT="0" - -DOCS=( README.md CHANGELOG.md ) -SITEFILE="50${PN}-gentoo.el"
