diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-06-25 17:15:31 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-06-25 17:26:03 +0200 |
commit | a09d36d9d768175a04fe38f2183adf6067432eaa (patch) | |
tree | 9797e9a5cb35cf784c3b6f168c196972c95806ca /app-emacs | |
parent | app-emacs/jinx: drop old 1.5 (diff) | |
download | gentoo-a09d36d9d768175a04fe38f2183adf6067432eaa.tar.gz gentoo-a09d36d9d768175a04fe38f2183adf6067432eaa.tar.bz2 gentoo-a09d36d9d768175a04fe38f2183adf6067432eaa.zip |
app-emacs/lua-mode: drop old 20201010
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/lua-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/lua-mode/lua-mode-20201010.ebuild | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/app-emacs/lua-mode/Manifest b/app-emacs/lua-mode/Manifest index 1dce5680fbc4..4bb1a0a28147 100644 --- a/app-emacs/lua-mode/Manifest +++ b/app-emacs/lua-mode/Manifest @@ -1,2 +1 @@ -DIST lua-mode-20201010.tar.gz 42458 BLAKE2B 7bdfd35a8cb2bd1abea477fc408ee1d36c482310764d95acc0e0032a316bba005c15be9b5b862f249d72a7f6bdb30e71d951182023686f5914f4ec5272eb03f1 SHA512 7df283c4a6445979b4ceb1e398d1b48e8967d2f631f33be3f58171758ceb613ea8a4c7a466975bbe77d2a361b70dc9f30b7a244be34a87de0e6434b61088a6a4 DIST lua-mode-20210802.tar.gz 53708 BLAKE2B 59532423c87dc0a50401352151756f66cb757e3ffdd7bae066bfbe4e4d90a6ea52b90b106e998c5e2abe05bdd0be9a653b1d226127380b88c5c13def5292a622 SHA512 04a85b6911c295ac02534b812bcd90c8f0224634c77b1fdcff86a24315749af07d86a8b4f8c65caf853849d4a9af9e85af9506606d0e5193e37644130981ccc5 diff --git a/app-emacs/lua-mode/lua-mode-20201010.ebuild b/app-emacs/lua-mode/lua-mode-20201010.ebuild deleted file mode 100644 index 6dd22aff231d..000000000000 --- a/app-emacs/lua-mode/lua-mode-20201010.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="An Emacs major mode for editing Lua scripts" -HOMEPAGE="http://lua-users.org/wiki/LuaEditorSupport - http://immerrr.github.io/lua-mode/" -SRC_URI="https://github.com/immerrr/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux" -RESTRICT="test" # tests require cask which isn't packaged yet - -SITEFILE="50${PN}-gentoo.el" -DOCS="NEWS README README.md TODO" |