app-emacs/no-littering: bump to 1.8.1

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-10-17 11:36:52 +02:00
parent 56d87c3276
commit 38ee26a7ff
2 changed files with 34 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST no-littering-1.8.0.tar.gz 26339 BLAKE2B df82f39b970d60ded2cd3d9da1c97ca31d1dcd95196ee7353b44478a44e8b1ba57624ca243824e0259f2003e88017971ef103e716f9c6fc2d5382c52f60eb3bf SHA512 5641ab51eb36e95d3f6f1a5a8b0d5e244f3f6cbac05c90b25979e06c352f25cf5f0626c3a8bb2ae4b740cfe7a8fd55b66a37ee0b1fe37a171503a3bbe1c8cba7
DIST no-littering-1.8.1.tar.gz 26357 BLAKE2B 2d841d60b8b5f21bd2e3ae293a6425a7d8ce9a89983a767b1b10534771ca11af2b90e0d6879f0a601aa9c694c7426428a74c6fb54e7f5cc5917927341af766d5 SHA512 762f7e14310b0af0ed281b7058e5daf10af019fc14b63ddeeacdd01a90e7218d4e5dccf66871a389e54625b45fad7d2835b6821f4109f703ca6f9c7175927d5d

View File

@@ -0,0 +1,33 @@
# Copyright 1999-2025 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-30.0.2.0
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.org migrate.org )
SITEFILE="50${PN}-gentoo.el"