commit: 8f2930352324f7b4262cd494363942208f11c8b2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jun 17 15:30:35 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jun 17 15:54:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f293035
app-emacs/swift-mode: drop old 9.2.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/swift-mode/Manifest | 1 - app-emacs/swift-mode/swift-mode-9.2.0.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-emacs/swift-mode/Manifest b/app-emacs/swift-mode/Manifest index 6f50595f27e7..a77d4d42a971 100644 --- a/app-emacs/swift-mode/Manifest +++ b/app-emacs/swift-mode/Manifest @@ -1,3 +1,2 @@ -DIST swift-mode-9.2.0.tar.gz 229216 BLAKE2B 5c19f919919f41ad725f1c5434022eed0be3f2b64b8165d6a9eb84b8a5467cde620f610cab4e303ef00a731f7327512caf1f1b746ab1fbe452534f1577ba6bf6 SHA512 1761639aa7281bbadef68f56dd4276799a72d03c5bb9dafc3fcd7e9f4b819f288e1b7727e3a0839862df7cf6e649549fc4b1be0f922f8a508d9c526f67d92c97 DIST swift-mode-9.3.0.tar.gz 230772 BLAKE2B 3cc9538d5136ec92c70fd6f6905294a82f9212e4e253159c880b46842875d3bca73b3f02ad1c163a9c2365ef8ecb2c22ea55494bc91322313fcbc4d88feafa7b SHA512 29bcab97a0c688ed245b7e27a9d453069acf64389a66120d5a39b2d4c84b98b1fcb2ebf3a4755b37f87c1dffe8ebe1445459ef6c3df99226d1b0670e7c8d427d DIST swift-mode-9.4.0.tar.gz 231151 BLAKE2B 4dd15e4f33ae12b7d6d382198242a42b4f6e9e0cb7c3f908224ff79bf2048763d3e2a4f7287d76046bdcb8e066ebb684dfc7b2ee7810cb695063c330569ef664 SHA512 ba8b369463e9d7daedc680da517751aa3f1d03c2b8b25c24ff35f9658706dc048a0773a7424c4437e5f200756a6d0097d14befdd370ef5872259ee4b613b619b diff --git a/app-emacs/swift-mode/swift-mode-9.2.0.ebuild b/app-emacs/swift-mode/swift-mode-9.2.0.ebuild deleted file mode 100644 index c996fb0680cb..000000000000 --- a/app-emacs/swift-mode/swift-mode-9.2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs support for Apple's Swift programming language" -HOMEPAGE="https://github.com/swift-emacs/swift-mode/" -SRC_URI="https://github.com/swift-emacs/${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" - -DOCS=( README.md CONTRIBUTING.md ) -SITEFILE="50${PN}-gentoo.el" - -src_test() { - ${EMACS} ${EMACSFLAGS} \ - -L . -L test \ - -l test/swift-mode-test.el \ - -f swift-mode:run-test || die "tests failed" -}
