commit: 0b28628ee5f1fd62e59ba07ee946e11e503ac89b Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu May 22 22:23:44 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu May 22 23:01:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b28628e
app-emacs/indent-bars: drop old 0.8.2 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/indent-bars/Manifest | 1 - app-emacs/indent-bars/indent-bars-0.8.2.ebuild | 35 -------------------------- 2 files changed, 36 deletions(-) diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest index 46f57e100741..feda87b3cb67 100644 --- a/app-emacs/indent-bars/Manifest +++ b/app-emacs/indent-bars/Manifest @@ -1,2 +1 @@ -DIST indent-bars-0.8.2.gh.tar.gz 53973 BLAKE2B 1d27b20009a51eb7c7bb9a8735fc1b9bfe8fe4ea13176b7dae7f36cfe2c1b3c95476f8d101bfa90d08bd0fccce579bd5386e162c24d9d2ef84a269c75a5b42db SHA512 a301feae3593ca9acbeeca88e54f6ad47a3d574c893cc045aa5ae07689b18368ee83b34e701a4934645dcceacfa119c70313f2e416f4498a7e1a3d6e5938adea DIST indent-bars-0.8.3.gh.tar.gz 54940 BLAKE2B a7a22ae1128721a729f60bcd997910e8791daf8e71463bf322eda5cbca27f04765538ea761ce5708220e26c73355d6ec8b97b1d95a6bf033f32d6b7c8ebc283e SHA512 90f3a11c183b7a08852bb3e8984ac754c1fcbf817c656e78e772de05fdab58ab05f7b429d740739877734149f712cf18c88d5a1f8a6468d28e6b332a6a43f785 diff --git a/app-emacs/indent-bars/indent-bars-0.8.2.ebuild b/app-emacs/indent-bars/indent-bars-0.8.2.ebuild deleted file mode 100644 index 5e00a7d51847..000000000000 --- a/app-emacs/indent-bars/indent-bars-0.8.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2024 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"
