summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-09-20 10:48:20 +0200
committerUlrich Müller <ulm@gentoo.org>2020-09-20 10:48:45 +0200
commit69789e3b963c9c485a575425fbbcbf26c84298ae (patch)
tree42a2b666056c223cd9b080dc12fb4536b32ebde1 /app-emacs
parentdev-python/protobuf-python: stable 3.12.2 for ppc64 (diff)
downloadgentoo-69789e3b963c9c485a575425fbbcbf26c84298ae.tar.gz
gentoo-69789e3b963c9c485a575425fbbcbf26c84298ae.tar.bz2
gentoo-69789e3b963c9c485a575425fbbcbf26c84298ae.zip
app-emacs/lua-mode: Version bump to 20151025_p20200513.
Last upstream release in 2015, therefore making a snapshot. Closes: https://bugs.gentoo.org/723798 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/lua-mode/Manifest1
-rw-r--r--app-emacs/lua-mode/lua-mode-20151025_p20200513.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/lua-mode/Manifest b/app-emacs/lua-mode/Manifest
index 5c6dd8d4625f..ac67d802396a 100644
--- a/app-emacs/lua-mode/Manifest
+++ b/app-emacs/lua-mode/Manifest
@@ -1 +1,2 @@
DIST lua-mode-20151025.tar.gz 35319 BLAKE2B d84c79622793c51caf7262749d4648baa106f7a2d639706b495097d89fbe8f3ce09482ca12a0473e4a4eaf04cab83ee8b65d62e505b32b12302571efdd1881d4 SHA512 1b2877ba9ba24694b2a820a4e1408d0f475f04bdee424d346fc2248980863aaaf230f757365095304cda763addb32de7e6a2585218770f66d519455d1a32762d
+DIST lua-mode-20151025_p20200513.tar.gz 37281 BLAKE2B 1ec7cd53c12dc7b5bff49e11c51104b7ce6e9a8649ef10dcad670bba8b0772de3c7d9e51d8a3f6683eabe14cc290ff3978325c0531390625553f2fa00b2505e7 SHA512 9ee50bc1bccb6bff0e00ead1bc563bd69bfd1269aa1d038d05c973918ac0aeb802c6fdf98c0bd3e333e004246d0f323fc255075be1a6040c6cd0c6863568b6c2
diff --git a/app-emacs/lua-mode/lua-mode-20151025_p20200513.ebuild b/app-emacs/lua-mode/lua-mode-20151025_p20200513.ebuild
new file mode 100644
index 000000000000..0b4b6dfd0816
--- /dev/null
+++ b/app-emacs/lua-mode/lua-mode-20151025_p20200513.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+COMMIT="35b6e4c20b8b4eaf783ccc8e613d0dd06dbd165c"
+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/${COMMIT}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~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"