diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-08-10 16:45:12 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-08-10 20:16:30 +0200 |
commit | 789c318fdd84ba01d8f53391829582067c5031ad (patch) | |
tree | f86610587478e284a369b24b7086ddb0f7a4795c /app-emacs | |
parent | dev-lang/haxe: bump to 4.3.6 (diff) | |
download | gentoo-789c318fdd84ba01d8f53391829582067c5031ad.tar.gz gentoo-789c318fdd84ba01d8f53391829582067c5031ad.tar.bz2 gentoo-789c318fdd84ba01d8f53391829582067c5031ad.zip |
app-emacs/apheleia: bump to 4.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-4.2.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/app-emacs/apheleia/Manifest b/app-emacs/apheleia/Manifest index 1b82f085f3ef..6dbceeec8aed 100644 --- a/app-emacs/apheleia/Manifest +++ b/app-emacs/apheleia/Manifest @@ -1 +1,2 @@ DIST apheleia-4.1.tar.gz 178011 BLAKE2B c48b9f98e7d985b8a6a30c8945ce92d512eecd9b8ec5403f26870ca3a38cefb40d35e7757875964898e537eb65b48d85573be909685dc4dc06f56584d989b1e7 SHA512 37e946651aa084cf322eaa45c3fd72cc3d6089da237b2ce02f2ba5481eb60c63030b654c78a614c70943b2825df184249ac8fe53a013f75cde54c31062dd0c6b +DIST apheleia-4.2.tar.gz 188004 BLAKE2B 4113876579e2e1b7ea52af109c541344d58489453f6ac55dd35be6f27898a57ea36455fd1cb99bebb491940b51de7f40f6f87fadbe0b6191d122da2b9a1609fa SHA512 2465d7bba8e3660812b588051043ee2048bb31be896af38c7551f419b235ffb572a9bd2dc7a80b20fc0b9e1c6939d22a4bcdfbbbb3c473a509e1548056c8d663 diff --git a/app-emacs/apheleia/apheleia-4.2.ebuild b/app-emacs/apheleia/apheleia-4.2.ebuild new file mode 100644 index 000000000000..cca10275eb7b --- /dev/null +++ b/app-emacs/apheleia/apheleia-4.2.ebuild @@ -0,0 +1,28 @@ +# 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" |