app-emacs/no-littering: drop old 1.8.5

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-05-02 23:38:55 +02:00
parent 9787929ff8
commit 14e73d5e8e
2 changed files with 0 additions and 34 deletions

View File

@@ -1,3 +1,2 @@
DIST no-littering-1.8.5.tar.gz 26325 BLAKE2B ff0896112a8123df093c914a95df2f4a85233b4bb045d1f4b5c5d266ce22eea1d7d2358fb4b8309d7534fa16bcdd7de89d87578cd2c21666bc8ba607bae98950 SHA512 ddc994189315cbdc7bd372a304d1203fce359745883b95d634bb134442a4a3cf05d2fbcfcba30d04c77582cfe1f12c56e7766b3bc821925490bf8d8e219a1413
DIST no-littering-1.8.6.tar.gz 26380 BLAKE2B 84630a169b2eb591c5b2e6761aa2cdb87bc1e5cc20d0e03a0a940f2d862d3b1100de30fabfad3d15aa38ec3847a3bef1517eb0005e8f65af03fd7f6198b649c8 SHA512 4fdcc63a87de45962836643f095b05165a54e7e314606a17b220040898346e8ce0fcce93763369cc08168675244795a90351f266bbbb4f1721541d14780083c0
DIST no-littering-1.8.7.gh.tar.gz 26409 BLAKE2B 22f17bb811f37e33016f050074233ef98c690b11105b48fa174fc54b243ec30642c9bc78491462c900e03a35d751b89f1cbbfafc47c6a9939f796c0cb65d39ae SHA512 b5987e074a34225bcaf632dffcdc1d5378cd133d9ee15987f8a9d7ff230915ec44f64cf76eb3786cf3e0055b88a98fa1ac22d9470c2b8615f84e2c3c81b74b5c

View File

@@ -1,33 +0,0 @@
# 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"