diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:01:11 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:41:30 +0200 |
commit | 4335a3789b70236fc6d013dde29806f96371c1eb (patch) | |
tree | 408481d875b1bf8e2f7195e32431258e31dc577b /app-emacs/apheleia | |
parent | app-emacs/apheleia: drop old 3.0 (diff) | |
download | gentoo-4335a3789b70236fc6d013dde29806f96371c1eb.tar.gz gentoo-4335a3789b70236fc6d013dde29806f96371c1eb.tar.bz2 gentoo-4335a3789b70236fc6d013dde29806f96371c1eb.zip |
app-emacs/apheleia: drop old 3.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/apheleia')
-rw-r--r-- | app-emacs/apheleia/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/apheleia/apheleia-3.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index e71f08f7a3eb..f7da0df3e01d 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1,2 +1 @@ -DIST apheleia-3.1.tar.gz 42110 BLAKE2B 2731a0d5a37ce43f422d3cc94d1daef9fdc3147abd09c3878f28caae21e4e34320af2d6b1c929c9824de36bba3dadc40325c1fcc40d095b9e5bbc87dc0db9018 SHA512 1e6159c35016526f1af3cf1c14c6a41ec9f155948a107c858049056dc073327ffa84feeb669982ce0b9ec1c50312e9f1cf3bf7bfdd2f1cc4c7318aeff86e86f4 DIST apheleia-3.2.tar.gz 44587 BLAKE2B b09764cedfe03d4b6086dba0cca7262253e2e03c401c237f82fbc773eeddd3e121471a35277f321175405c0cdedae9417240b80b5690b4a55b29e0067b312e14 SHA512 b351ef48f914500d04de20badb56a09657493702d95dbd5a5bbeec847cb79ee2977e5fdb8a26e25765b4308d2cee4b95cb2601da8022cda4b32adc64a660453c diff --git a/app-emacs/apheleia/apheleia-3.1.ebuild b/app-emacs/apheleia/apheleia-3.1.ebuild deleted file mode 100644 index 7ba2f55e8c2c..000000000000 --- a/app-emacs/apheleia/apheleia-3.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2022 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" |