commit: ed1629bf201506692f4655bdc2f6459a74eba40e Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 20:06:49 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 20:35:47 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed1629bf
app-emacs/flycheck: drop old 34.1 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/flycheck/Manifest | 1 - app-emacs/flycheck/flycheck-34.1.ebuild | 55 --------------------------------- 2 files changed, 56 deletions(-) diff --git a/app-emacs/flycheck/Manifest b/app-emacs/flycheck/Manifest index aba91cd62b9e..97e211d84506 100644 --- a/app-emacs/flycheck/Manifest +++ b/app-emacs/flycheck/Manifest @@ -1,2 +1 @@ -DIST flycheck-34.1.tar.gz 1045094 BLAKE2B 259ebb5846abf9789c2a73a765051dc0d19e93fc5ceea26b8612c017b092f4c9f4c686db6187fd098adffa50e032b9426abc4944bc46830dbc924470742f5945 SHA512 5a28b8bb6a11db3da3535effb6c1087ee9d60e56ca132c77027834724dba723a610cb036b99baddaa9bd6e14d0986503f272bee4b64c5278f1cf0726cfac31f4 DIST flycheck-35.0.gh.tar.gz 1050186 BLAKE2B 98b234b2d8cd84a4076fd603511809cdf900b1822eb636c9b53751d7a5269604053cae2af055d5641c6329ee1a0d3931a9c7a7e6bea7498d5399794ce4c2d21d SHA512 56b9bd231a711b05b87dac1bb191a796957edfc1ea9e0db63cccff9ba2259044097b489d660e0171483bfbef788ae4eeb3f78210730304fc0f50ce22f2199ddb diff --git a/app-emacs/flycheck/flycheck-34.1.ebuild b/app-emacs/flycheck/flycheck-34.1.ebuild deleted file mode 100644 index be2959eae62f..000000000000 --- a/app-emacs/flycheck/flycheck-34.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 2021-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}.git" -else - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz - -> ${P}.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/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 -}
