summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-11-09 14:26:42 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-11-09 15:19:10 +0100
commit42a5adaf76627eef788ed47c93e2cd961c8ec6a8 (patch)
treefa5bf0ddc2c30d5dc1b5ffa670f2fdb3d534c7ce /app-emacs
parentmedia-gfx/sane-backends: add 1.3.1 (diff)
downloadgentoo-42a5adaf76627eef788ed47c93e2cd961c8ec6a8.tar.gz
gentoo-42a5adaf76627eef788ed47c93e2cd961c8ec6a8.tar.bz2
gentoo-42a5adaf76627eef788ed47c93e2cd961c8ec6a8.zip
app-emacs/matlab: drop old 3.3.6_pre20191010-r1
Closes: https://bugs.gentoo.org/928921 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/matlab/Manifest1
-rw-r--r--app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/app-emacs/matlab/Manifest b/app-emacs/matlab/Manifest
index 6f84d595e12c..eceba7a4c5de 100644
--- a/app-emacs/matlab/Manifest
+++ b/app-emacs/matlab/Manifest
@@ -1,2 +1 @@
-DIST matlab-3.3.6_pre20191010.tar.xz 111800 BLAKE2B e7960f09c51664ca92ee818ab9bbd946123f4527f5a24d31a4236e8cfe534e4cbcdd1cf49539794de79f00c369d3e440465080ab44a20e184b507e860bcf8e0d SHA512 e1997e23693e09cfcc1461c328d70494f9e83c4d034bce983f6065eff4ce3c7c406e4d046c01dc5b31b0dca6c7ade32860504d4d596e04bcf72618dba5c07792
DIST matlab-6.1_p20241107.gh.tar.gz 421687 BLAKE2B cb07a0965d02f1b2637e2c141fe649ed284a22ae959462270e51a88285188020bda8e2f8f8a2866dd6412f5f3c2d5f254b2f4d0120eb08f0d512df1a0c67185c SHA512 2a075326753939f7af74e6e5b38faf3afabb5a7f5217dc63d5d0fc1311c00c2cfdc243905d62e1a10e5998d2b68e1b70c65f5d78abcb58348fdc9e10ddbb8836
diff --git a/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild b/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild
deleted file mode 100644
index 1b54f1dbc383..000000000000
--- a/app-emacs/matlab/matlab-3.3.6_pre20191010-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Major modes for MATLAB .m and .tlc files"
-HOMEPAGE="http://matlab-emacs.sourceforge.net/"
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/matlab-emacs-src"
-SITEFILE="50${PN}-gentoo-3.3.6.el"
-DOCS="README.org INSTALL ChangeLog*"
-
-src_compile() {
- elisp-compile *.el
- elisp-make-autoload-file matlab-load.el
-}