mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emacs/apheleia: drop old 4.4
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST apheleia-4.4.1.gh.tar.gz 196860 BLAKE2B d42afcdc16cc5d8d93ee8a5bda50a3a8da17e9e6c4c8fe81eb18e4a73d21222c9b5beb545f01d920e84ade57c91fb6aaf94d5fe4c69970b381f2c554a2e93479 SHA512 fde636cc911e774e839426db1aac10318ef5e7859cda2af1f9e6f7cdaa9b2e1146f5fb7d07029ceea2141f090fc8e2525e1345fd9172ba3e6157a4783e15e823
|
||||
DIST apheleia-4.4.gh.tar.gz 196511 BLAKE2B 63474df2e699cec439aeb791a8030360e61d64354b70e349d32a0bab4ddd005913bbb6230b13009bd6261c7f418aa076a43b5f9a061ecf9697376a24a03a3718 SHA512 a73f86c507b2b7c8766ff37b013ddaa3907b3475e271999502ad46d8ecbc2632b13f42c7fb2ed9ac4441c2b2950e7f4b6210f222deef9d8f85c2d121f0cd21f8
|
||||
|
||||
@@ -1,30 +0,0 @@
|
||||
# Copyright 1999-2025 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 .
|
||||
Reference in New Issue
Block a user