commit: ca528c16f4f0256c93fff8d9d72b276d634e0000 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Mon Dec 4 08:20:58 2023 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Mon Dec 4 08:43:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca528c16
app-emacs/consult-flycheck: drop old 0.8-r1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/consult-flycheck/Manifest | 1 - .../consult-flycheck-0.8-r1.ebuild | 25 ---------------------- 2 files changed, 26 deletions(-) diff --git a/app-emacs/consult-flycheck/Manifest b/app-emacs/consult-flycheck/Manifest index 393975c0af1f..0ffb5031c170 100644 --- a/app-emacs/consult-flycheck/Manifest +++ b/app-emacs/consult-flycheck/Manifest @@ -1,2 +1 @@ -DIST consult-flycheck-0.8.tar.gz 2146 BLAKE2B 9b27456095012818b73484303c9d798595fb7997658952d8878b8ff63cbec860cb562e871e009ab4535f8ae12d67c1283b2ca80ce0927a471a846137a6eec8f4 SHA512 304cb58b164155f95e6c8088949fc3946145a50461388a2c8a085c940c20ada0e8834c861ee1f8900a02f308ed09c0a04d10917e94da8be0500539ddf87fe217 DIST consult-flycheck-0.9.tar.gz 2189 BLAKE2B 6fd39f9f79af54a9b02b1e1d2884b0caaba45562e13b4f10ec7bf95c9c193a248b24c0eb3160e1a97bae98c5034e24cd379f8ff54d66cf4e7ece8b426aad826a SHA512 ba742a28f37943680739b924dc163cf96d2557e22be420a7a3ca27db79365352a5b6223d988fc45e92c578e00114b2415d1be3f13feb70ac0c5509d5cd915199 diff --git a/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild b/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild deleted file mode 100644 index b28863a7366a..000000000000 --- a/app-emacs/consult-flycheck/consult-flycheck-0.8-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=26 - -inherit elisp - -DESCRIPTION="Consult integration for Flycheck" -HOMEPAGE="https://github.com/minad/consult-flycheck" -SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-emacs/consult - app-emacs/flycheck -" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el"
