app-emacs/indent-bars: drop old 0.8.3

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-10-20 21:55:12 +02:00
parent 7f0c9adde5
commit 63bdb2db51
2 changed files with 0 additions and 36 deletions
-1
View File
@@ -1,2 +1 @@
DIST indent-bars-0.8.3.gh.tar.gz 54940 BLAKE2B a7a22ae1128721a729f60bcd997910e8791daf8e71463bf322eda5cbca27f04765538ea761ce5708220e26c73355d6ec8b97b1d95a6bf033f32d6b7c8ebc283e SHA512 90f3a11c183b7a08852bb3e8984ac754c1fcbf817c656e78e772de05fdab58ab05f7b429d740739877734149f712cf18c88d5a1f8a6468d28e6b332a6a43f785
DIST indent-bars-0.9.2.gh.tar.gz 55533 BLAKE2B 9f02f877a119bec31bcfc522a20f84a56b1c29174338a0b3a36ddf3025d2752b4692e6f648d918b2487828a271f0c9ab53685c26976dbe98ad1c674bd99ad66e SHA512 f7c49183fdbbaf83fd8413862addc5c8ef27d56f1034bfd7b3ca375c5dc3315657a0085707e025ba524115364ea17083985a0307dfe3eaeb0cb8b5cff963aaa4
@@ -1,35 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Fast, configurable indentation guide-bars for Emacs"
HOMEPAGE="https://github.com/jdtsmith/indent-bars/"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git"
else
SRC_URI="https://github.com/jdtsmith/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
KEYWORDS="amd64 ~x86"
fi
LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
>=app-emacs/compat-30.0.0.0
"
BDEPEND="
${RDEPEND}
"
DOCS=( README.md examples.md )
SITEFILE="50${PN}-gentoo.el"