app-emacs/consult-flycheck: drop old 1.0

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-03-03 21:53:41 +01:00
parent 23549db9d5
commit d31c918df3
2 changed files with 0 additions and 26 deletions

View File

@@ -1,2 +1 @@
DIST consult-flycheck-1.0.tar.gz 2289 BLAKE2B 28848ab2aba8a96aee38e5d9654c096a232a31d62518ff60bf578dfce577bb7d67bdd69013e708b09be99d652c8563a39fb3e31addcb60e0fbb991816bcd31e3 SHA512 fb6d4ac8650b84331683938ac111482f8fedd68661a0bf9982a05e520109b270daa48972b1b56f25308f9c9cce7e6d968c337367035441a2a24fae80ad91c09c
DIST consult-flycheck-1.1.gh.tar.gz 3712 BLAKE2B 80b9efcbe0c706e8fd208b7f8791ee50f4ac91393902de9caaa85fc5908ec8db7e911d5fb4b69dd83b7035fce6cf06fc0555ef633b1884112fca0a37a19d5476 SHA512 0c1359185d7bf3682909faee6f776cd330f0d22cac5cd3a8e83f9fad11f479c3b0b72552da94d4b0c791a4d129046ae5fe82084a4b846dc08b026c1b08b1e979

View File

@@ -1,25 +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="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"