app-emacs/setup: bump to 1.5.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-08-31 14:04:01 +02:00
parent 54fa7d2e08
commit ca0356ef99
2 changed files with 32 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST setup-1.4.0.tar 81920 BLAKE2B ac8848d7cf918ef9730d9d1b3b14e48cdcc12de004a7d6e3b6b80fe62ace51af8989912f7a2fff10409e8503150a929a93c789ea1f284937c527203dd649fecb SHA512 1673b9a7d63f8eb23e59363fa3fdb4b631317e029f0bebf3de49e138dbd3ac5503b907f771f981d58c432eb8b2a9b53f623fb0435fae6e413f6b8b3ea62d21fa
DIST setup-1.5.0.tar.xz 19968 BLAKE2B 25f2e5b3f6fc6a4af6e2d2a2e639a0f3a2176423b8b6c828accecc4986927a74a80afd94b05e98f95e0ac832445551bc847594a185103c0bf91f92b155cfff51 SHA512 58be14c587c3a194fb007c8b99fd3c870c6a54b439e04bcb4d7e44698a81f43d1f494048944410230554ed58c7cb9b9d2d2e274a6ade95b8e3c8b5f4638d2f72

View File

@@ -0,0 +1,31 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="Macro to simplify repetitive configuration patterns"
HOMEPAGE="https://git.sr.ht/~pkal/setup
https://elpa.gnu.org/packages/setup.html"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://codeberg.org/pkal/setup.el"
else
SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
src_compile() {
elisp_src_compile
elisp-make-autoload-file
}