From fbf5029a4a35cfdac2c3e296dfd5acaf35dccf8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Wed, 15 Apr 2026 17:05:13 +0200 Subject: [PATCH] app-emacs/flycheck: drop old 35.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/flycheck/Manifest | 1 - app-emacs/flycheck/flycheck-35.0.ebuild | 57 ------------------------- 2 files changed, 58 deletions(-) delete mode 100644 app-emacs/flycheck/flycheck-35.0.ebuild diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest index 3782a2e7726e4..2ddaf7f76877f 100644 --- a/app-emacs/flycheck/Manifest +++ b/app-emacs/flycheck/Manifest @@ -1,2 +1 @@ -DIST flycheck-35.0.gh.tar.gz 1050186 BLAKE2B 98b234b2d8cd84a4076fd603511809cdf900b1822eb636c9b53751d7a5269604053cae2af055d5641c6329ee1a0d3931a9c7a7e6bea7498d5399794ce4c2d21d SHA512 56b9bd231a711b05b87dac1bb191a796957edfc1ea9e0db63cccff9ba2259044097b489d660e0171483bfbef788ae4eeb3f78210730304fc0f50ce22f2199ddb DIST flycheck-36.0.gh.tar.gz 1048605 BLAKE2B f0886500c63cacbeb99835d64aafb1cb56e79cb8974cd32c6652bbbc40d606383c02a45a34d02e67c4e0328f16747f078491c154acf32754dcad50b319db9b71 SHA512 3a277773315fca465982496a6db3d2c2d0c99d19f95d3eab659890aae7d103d06035aacf89c9613620d203d701b5d3a7dd622f7149fe5676e718cdeca0e0e41f diff --git a/app-emacs/flycheck/flycheck-35.0.ebuild b/app-emacs/flycheck/flycheck-35.0.ebuild deleted file mode 100644 index 7b8e52a48131d..0000000000000 --- a/app-emacs/flycheck/flycheck-35.0.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Modern on-the-fly syntax checking extension for GNU Emacs" -HOMEPAGE="https://www.flycheck.org/ - https://github.com/flycheck/flycheck/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/${PN}/${PN}" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz - -> ${P}.gh.tar.gz" - - KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" -fi - -LICENSE="GPL-3+" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -BDEPEND=" - test? ( - app-emacs/buttercup - app-emacs/shut-up - ) -" - -ELISP_REMOVE=" - test/specs/languages/test-emacs-lisp.el - test/specs/test-documentation.el - test/specs/test-gpg.el - test/specs/test-melpa-package.el -" - -SITEFILE="50${PN}-gentoo-r1.el" -DOCS=( CHANGES.rst README.md ) - -elisp-enable-tests buttercup "${S}" - -src_compile() { - elisp-compile "${PN}.el" - elisp-make-autoload-file -} - -src_install() { - elisp-install "${PN}" "${PN}.el"{,c} "${PN}-autoloads.el" - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - einstalldocs -}