diff options
author | 2024-01-08 18:49:06 +0100 | |
---|---|---|
committer | 2024-01-08 20:22:41 +0100 | |
commit | 5bd15d32c8201521e5364f1a3c5ad685ed6fb668 (patch) | |
tree | 1e505d3ed01dcc03d8e45b1c0abc5c9895a03cd4 /app-emacs/fsharp-mode | |
parent | app-emacs/doom-themes: add live 9999 version (diff) | |
download | gentoo-5bd15d32c8201521e5364f1a3c5ad685ed6fb668.tar.gz gentoo-5bd15d32c8201521e5364f1a3c5ad685ed6fb668.tar.bz2 gentoo-5bd15d32c8201521e5364f1a3c5ad685ed6fb668.zip |
app-emacs/fsharp-mode: drop old 1.10_p20211229
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/fsharp-mode')
-rw-r--r-- | app-emacs/fsharp-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/app-emacs/fsharp-mode/Manifest b/app-emacs/fsharp-mode/Manifest index 01ec37e3af64..e632bbab6805 100644 --- a/app-emacs/fsharp-mode/Manifest +++ b/app-emacs/fsharp-mode/Manifest @@ -1,2 +1 @@ -DIST fsharp-mode-1.10_p20211229.tar.gz 78916 BLAKE2B 4cd9182c62ea0d5c7a23f2120586d4c74d16fad14762ecdb3f11a11d6c78c757b363d5c14473c10c47086c1c0e648911846fe039dfedc04fd1d84301b4aa10c5 SHA512 b02be4c8e56a2c22b7f6e6a302756278d9056e7d8b8c206c183aea5470b98610b73a3403c83e93da295d3b4d0092a4f2f1c0bdf78f701009478a3c8b1e054ab7 DIST fsharp-mode-2.0.tar.gz 80880 BLAKE2B e8de665216ac9e147d63d168abc9aebf3cf2ca6a5a6ea9f8afe45c3329d692fa0342a1c3afb982dcdb1b59e1f348e1a307e0ce6a09f708c782b32595bc74106f SHA512 bcb95995604404c42147b636d101dfcaba61945b7ef30196a0e41c138bfd0901c744ca73e36438bae14c1727030f05fc4fcc07aef06f25d46394777ff58537db diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild deleted file mode 100644 index 785b9bec28c1..000000000000 --- a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=b3aa4c53fc9e98648b25ad036e657632ae2fe192 - -inherit elisp - -DESCRIPTION="Support for the F# programming language" -HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/" -SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${COMMIT} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-emacs/s" -BDEPEND=" - ${RDEPEND} - test? ( app-emacs/buttercup ) -" - -DOCS=( CHANGELOG.md README.org ) -ELISP_REMOVE="eglot-fsharp.el test/integration-tests.el" -SITEFILE="50${PN}-gentoo.el" - -src_test() { - buttercup -L . -L test --traceback full || die -} |