diff options
author | 2024-01-15 20:46:33 +0100 | |
---|---|---|
committer | 2024-01-15 22:20:40 +0100 | |
commit | 94eb77c73d33d8a1c0d6340af184703063d42884 (patch) | |
tree | d2359ea7c8fcbc3bc20257faf3fe7d2178d43876 /app-emacs | |
parent | app-emacs/eldev: drop old 1.7 (diff) | |
download | gentoo-94eb77c73d33d8a1c0d6340af184703063d42884.tar.gz gentoo-94eb77c73d33d8a1c0d6340af184703063d42884.tar.bz2 gentoo-94eb77c73d33d8a1c0d6340af184703063d42884.zip |
app-emacs/apheleia: drop old 3.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/apheleia/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/apheleia/apheleia-3.2.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index e2ddcb00377c..cfbd3ad05e0d 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1,2 +1 @@ -DIST apheleia-3.2.tar.gz 44587 BLAKE2B b09764cedfe03d4b6086dba0cca7262253e2e03c401c237f82fbc773eeddd3e121471a35277f321175405c0cdedae9417240b80b5690b4a55b29e0067b312e14 SHA512 b351ef48f914500d04de20badb56a09657493702d95dbd5a5bbeec847cb79ee2977e5fdb8a26e25765b4308d2cee4b95cb2601da8022cda4b32adc64a660453c DIST apheleia-4.0.tar.gz 170327 BLAKE2B 82e5b545045ef8e5e17dd6930efe21c6eb5d04f6e22d0ce07e13af7c09237b93c09ff756e8e024751ecfc46d0809e408bfdc14e192cd9ded5cce955cd67a66bb SHA512 5cc5a12a8418372ade1ba968e34d8eae067d2c3401aeabd860b562a66a6efd1cc1b21eba6ff1d1e96a4e7aff18d26097e8758774f3fa2d5e663bdb9407647936 diff --git a/app-emacs/apheleia/apheleia-3.2.ebuild b/app-emacs/apheleia/apheleia-3.2.ebuild deleted file mode 100644 index 938ab18f90ea..000000000000 --- a/app-emacs/apheleia/apheleia-3.2.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26 - -inherit elisp - -DESCRIPTION="Reformat GNU Emacs buffers stably without moving point" -HOMEPAGE="https://github.com/radian-software/apheleia/" -SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~x86" - -DOCS=( README.md CHANGELOG.md ) -SITEFILE="50${PN}-gentoo.el" |