diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:32:14 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-08-11 18:41:47 +0200 |
commit | 2bfbe51f001c15ea74fb255f60f15aa25425a4b5 (patch) | |
tree | 71c6a9c08a64337f3adde8b197412789c560e646 /app-emacs | |
parent | app-emacs/racket-mode: drop old 1_p20230209 (diff) | |
download | gentoo-2bfbe51f001c15ea74fb255f60f15aa25425a4b5.tar.gz gentoo-2bfbe51f001c15ea74fb255f60f15aa25425a4b5.tar.bz2 gentoo-2bfbe51f001c15ea74fb255f60f15aa25425a4b5.zip |
app-emacs/sml-mode: drop old 6.10
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/sml-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/sml-mode/sml-mode-6.10.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest index 31143ab2fe16..471bf6c9c2b0 100644 --- a/app-emacs/sml-mode/Manifest +++ b/app-emacs/sml-mode/Manifest @@ -1,3 +1,2 @@ -DIST sml-mode-6.10.el.xz 20544 BLAKE2B c872b33ffb9298dfa102b97d33604c68610d73942698b1162ed5b73fc3107217d453c475c9b0bd51368b5f32f82c147ab8de1990e4277f878837824b5dd004b8 SHA512 49e93cb2d317f0e71bfe66a6b206515eaad2cb5173552e96690fc208e9dd0c448f9939e28cd5268f0e9a90278b821109231885452785345698bee9511577828c DIST sml-mode-6.11.tar.xz 36104 BLAKE2B 86872d3359e30789a15cc76785df94bee95e2401469d26f543ad89119f73ccc27c010abe7f1da309d9bce2d9dca4ba2b0c1b6dbd2e493c17816bbe94faeccdd7 SHA512 6ffe6b0dfa0a5d1d4980de40ff3b30ce1df82ca82a1d2c9d3efe7f98253bdcbbbd21cc62cd43b5ce634c50a9b83f6d790baab5fba5b67f79fd412cbcc270d96e DIST sml-mode-6.12.tar.xz 36156 BLAKE2B 795a525bbd95f8656e4b7634618e04243644c47d36783d20d289a746bc1af2f2c2b9975259635acef3172bdee291653962bd20ba1a0c37031fdd7c31b5d6cd14 SHA512 abf23dc1232777ab2f7a7d6bd5adfbd2e34ec9831369ff136901fb67e82d3ce30841e89f91ab7b24ae80ac74c742b665c2274f937c9340a2379403fac3824817 diff --git a/app-emacs/sml-mode/sml-mode-6.10.ebuild b/app-emacs/sml-mode/sml-mode-6.10.ebuild deleted file mode 100644 index 065ea53ffa0f..000000000000 --- a/app-emacs/sml-mode/sml-mode-6.10.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs major mode for editing Standard ML" -HOMEPAGE="https://elpa.gnu.org/packages/sml-mode.html - http://www.iro.umontreal.ca/~monnier/elisp/" -# taken from https://elpa.gnu.org/packages/${P}.el -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" - -SITEFILE="50${PN}-gentoo-6.1.el" - -src_compile() { - elisp-compile *.el - elisp-make-autoload-file -} |