summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-11-22 09:44:43 +0100
committerHans de Graaff <graaff@gentoo.org>2020-11-22 09:54:53 +0100
commitb3c3a8aa13437ea5f86d9ac4bcd932d28dcba5f4 (patch)
tree296d34815e6f289b3f33f673a47d27784e056d2d /app-emacs
parentdev-db/postgis: Bump (diff)
downloadgentoo-b3c3a8aa13437ea5f86d9ac4bcd932d28dcba5f4.tar.gz
gentoo-b3c3a8aa13437ea5f86d9ac4bcd932d28dcba5f4.tar.bz2
gentoo-b3c3a8aa13437ea5f86d9ac4bcd932d28dcba5f4.zip
app-emacs/yaml-mode: add 0.0.15
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/yaml-mode/Manifest1
-rw-r--r--app-emacs/yaml-mode/yaml-mode-0.0.15.ebuild18
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/yaml-mode/Manifest b/app-emacs/yaml-mode/Manifest
index a78242d97dd3..1f9055c44bdb 100644
--- a/app-emacs/yaml-mode/Manifest
+++ b/app-emacs/yaml-mode/Manifest
@@ -1,2 +1,3 @@
DIST yaml-mode-0.0.13.tar.gz 14446 BLAKE2B c80750aa78cc10342c5873d5227a2e2b7e0a1d9bdd9ee20f9c5a596e3b43a3344f9a0746eb77cc0cff4da2731cba41c5b52c8dd045d2376ee195d8103bbb7e19 SHA512 10876dfe576045bde363f62880ab3c91894d965c9dc1b7ff2b86783d31c05ab844c0abd77bcb1f7b5346d99969d69833ff4e5dc1b5700f7856fbd3dc4eebd5ef
DIST yaml-mode-0.0.14.tar.gz 15005 BLAKE2B 5361cc0c8b4716905b57f7cb67898606bb85541232bdbb81d613c30e2a4ff49295fa0f0c3ec511442a05e07ac55e77834eec2f09252e498cbbfd3727fe21b07d SHA512 65bf1c308c13c2666c9a30ff66ad35c8a79d88d968e3b008aaabd61a06b083b62c9cc606a8b429c4f5bda218803022efe17d631c4282e5c6c35cc3f9ae1902ba
+DIST yaml-mode-0.0.15.tar.gz 15873 BLAKE2B b025a670b39c720d64723707be08b32fff4bc4cc83b22c57c314d2886d0039ed034de03ee5162ffd814f2529b69aad5e22d9bc30003c3670aeda118d68fd2b6e SHA512 1fd8a4b6949bdffe15a9beb2119538da48bac2dbbd662ebdf0be87d92da0e94683de19d4c90bf3d05fb516e26d078d7dba9c8d340d956ab1a1cdf29827fd174d
diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.15.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.15.ebuild
new file mode 100644
index 000000000000..7a5cbf8da5fd
--- /dev/null
+++ b/app-emacs/yaml-mode/yaml-mode-0.0.15.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp
+
+DESCRIPTION="A major mode for GNU Emacs for editing YAML files"
+HOMEPAGE="https://github.com/yoshiki/yaml-mode"
+SRC_URI="https://github.com/yoshiki/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+#S="${WORKDIR}/${PN}-release-${PV}"
+DOCS="README Changes"
+SITEFILE="50${PN}-gentoo.el"