app-emacs/no-littering: bump to 1.8.5

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-03-03 18:00:13 +01:00
parent 3e02698a3c
commit f1c9bb4014
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST no-littering-1.8.4.tar.gz 26224 BLAKE2B 7ac7d4626eddee5ca005f1d3d2bf752fee04b34c7f78c19409bf28cc3f240bcfb393b6dae5a9bfab62bae3d165765e8c84346c46358cdcf66b152925e7b41352 SHA512 e0986a8b1e174b60227c59d73ae206c8a2a6f13c798b0cf11c4f7258c0e6d7237751d25e565ee1c6b56cee69c6068d35d3fd421935378c271468401d5065ea1f
DIST no-littering-1.8.5.tar.gz 26325 BLAKE2B ff0896112a8123df093c914a95df2f4a85233b4bb045d1f4b5c5d266ce22eea1d7d2358fb4b8309d7534fa16bcdd7de89d87578cd2c21666bc8ba607bae98950 SHA512 ddc994189315cbdc7bd372a304d1203fce359745883b95d634bb134442a4a3cf05d2fbcfcba30d04c77582cfe1f12c56e7766b3bc821925490bf8d8e219a1413

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="ELisp library that helps keeping Emacs configuration directory clean"
HOMEPAGE="https://github.com/emacscollective/no-littering/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/emacscollective/${PN}.git"
else
SRC_URI="https://github.com/emacscollective/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
app-emacs/compat
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.org migrate.org )
SITEFILE="50${PN}-gentoo.el"