summaryrefslogtreecommitdiff
path: root/app-emacs/yaml-mode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/yaml-mode
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/yaml-mode')
-rw-r--r--app-emacs/yaml-mode/Manifest6
-rw-r--r--app-emacs/yaml-mode/files/50yaml-mode-gentoo.el3
-rw-r--r--app-emacs/yaml-mode/metadata.xml12
-rw-r--r--app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild18
-rw-r--r--app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild18
5 files changed, 57 insertions, 0 deletions
diff --git a/app-emacs/yaml-mode/Manifest b/app-emacs/yaml-mode/Manifest
new file mode 100644
index 000000000000..692b5127b6a0
--- /dev/null
+++ b/app-emacs/yaml-mode/Manifest
@@ -0,0 +1,6 @@
+AUX 50yaml-mode-gentoo.el 175 BLAKE2B b1af91b34a21808f9be3d19cc4d713706cf3537d9a7246fa5dd8f483af1d10aa17724ccd861cf20103430424f49b7e223f698e1483bdfd8c9840352e2ef730d3 SHA512 2a783a62a6eb12c66829b989d1685fc78bd819beb1478e94049a5beeb9f43a6d7d5b541a81622faec61f9a02361730d545979440858b2552ccb86930ac2392a1
+DIST yaml-mode-0.0.13.tar.gz 14446 BLAKE2B c80750aa78cc10342c5873d5227a2e2b7e0a1d9bdd9ee20f9c5a596e3b43a3344f9a0746eb77cc0cff4da2731cba41c5b52c8dd045d2376ee195d8103bbb7e19 SHA512 10876dfe576045bde363f62880ab3c91894d965c9dc1b7ff2b86783d31c05ab844c0abd77bcb1f7b5346d99969d69833ff4e5dc1b5700f7856fbd3dc4eebd5ef
+DIST yaml-mode-0.0.9.tar.gz 6498 BLAKE2B aa491c9cff93ebb9a8e04ef6ff4205a020986ae1e390c1e7424b5ca6b067d65ccd711fdc494164eccfc1639273d346350d8ca102be7979a49116eacf34e3aace SHA512 cdfb0694d2efe5bb86ab5280e78d577d5bdac906a7745c6e988128cbb001f1f78569199288e2c12e7977a35c35f9e47f3271747bf26fcdfab5d2a961295550ea
+EBUILD yaml-mode-0.0.13.ebuild 485 BLAKE2B bbd2a59d8174499f47c5605a480c27ae85233b8868086d4daefe5aead63b36d79b8906e99659451b1a595d0594ee40093da4810aa066cd60d667a20e899ad3e9 SHA512 a48d40bccba134cedc15d4962d342d8ecaf4a2c01e3e51f732aa1ace2de89ea7cd3969161e686bb5353443e9ddd847792222799cb32f4b8efde8eb53e28f633d
+EBUILD yaml-mode-0.0.9.ebuild 491 BLAKE2B 35206aecb29c1706b8564fa3b2e5fd3400209300a4158840fdd250ead7d5f146a279a56a745661e8a3bbc1b82c1050a893749864074665df9e1927f80e1b6431 SHA512 217691054b5184bad857d4c764c8a7aa98a9007b726748941d4268b0967f2ec7dbb50ca226ac74dbb3627cbbc80e0dce77f5a794cfa11d77435b481f8846dab1
+MISC metadata.xml 362 BLAKE2B 2d556a49f9dac87b5befc237980704a75c026760b0d59b8c5a67e138d206fd6e3bcc8a79089feacbf0107c890164f3ff4007e1f84f9974b005ce35dc1435746f SHA512 c8209f35f82e0d5cc7879d9a9a8fa94c7a78a6848fa5071b868e5b692c743236daf6552c3d44a08760998ff1e008c39d9aabdd39f1b96fcdd94743c52c1baafe
diff --git a/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
new file mode 100644
index 000000000000..7f6db15560f4
--- /dev/null
+++ b/app-emacs/yaml-mode/files/50yaml-mode-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'yaml-mode "yaml-mode" "Simple mode to edit YAML." t)
+(add-to-list 'auto-mode-alist '("\\.\\(e?ya?\\|ra\\)ml\\'" . yaml-mode))
diff --git a/app-emacs/yaml-mode/metadata.xml b/app-emacs/yaml-mode/metadata.xml
new file mode 100644
index 000000000000..7f1a74fd3403
--- /dev/null
+++ b/app-emacs/yaml-mode/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+</maintainer>
+<stabilize-allarches/>
+<upstream>
+ <remote-id type="github">yoshiki/yaml-mode</remote-id>
+</upstream>
+</pkgmetadata>
diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild
new file mode 100644
index 000000000000..36ae75dea89c
--- /dev/null
+++ b/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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/v${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"
diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild
new file mode 100644
index 000000000000..68086fa87d01
--- /dev/null
+++ b/app-emacs/yaml-mode/yaml-mode-0.0.9.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+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/release-${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"