summaryrefslogtreecommitdiff
path: root/app-emacs
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 08:42:42 +0100
commit4c4bbf21230bd972cf759b2a40b782aa4149fc1f (patch)
treea59d84c4fdbf92f79a7545ab2aa28896f6a714e1 /app-emacs
parente7f37e03b952768321c8c943a80eff4152ea7bbd (diff)
gentoo auto-resync : 22:08:2022 - 08:42:42
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/Manifest.gzbin60313 -> 60475 bytes
-rw-r--r--app-emacs/jq-mode/Manifest4
-rw-r--r--app-emacs/jq-mode/files/50jq-mode-gentoo.el4
-rw-r--r--app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild24
-rw-r--r--app-emacs/jq-mode/metadata.xml13
5 files changed, 45 insertions, 0 deletions
diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz
index ebe3f1c4aab0..0b88a6fb84be 100644
--- a/app-emacs/Manifest.gz
+++ b/app-emacs/Manifest.gz
Binary files differ
diff --git a/app-emacs/jq-mode/Manifest b/app-emacs/jq-mode/Manifest
new file mode 100644
index 000000000000..2e3e5e58a5f5
--- /dev/null
+++ b/app-emacs/jq-mode/Manifest
@@ -0,0 +1,4 @@
+AUX 50jq-mode-gentoo.el 161 BLAKE2B 9e19d27d960ac67dd09449270d4aecf6f51991be6b7c9f43bba1245745feef3ec8b10ca34f0de24d0c6c4436ae92c4c1c007c54344e128f19fa309ad6d934508 SHA512 4f8061ee39fb090f7fba459639008e3a3f96472151c6a2c91daaf95cbec64acab9929eb289c73dd232153946b5b751d671b01db7d59138483f59c141dc638f17
+DIST jq-mode-0.5.0_p20220610.tar.gz 18987 BLAKE2B 28ec0b7133de36d6422c60de8b0f7d75f71c1bcef959734f02914ac8dc2c822d1d616e6bc7007fd7ea86efd038b6411640cc4d558024b5000798afd1b49fd790 SHA512 10ad3fd0c02531171d95a6724a4e635b7e2b2b3e49f87ce0323ca7b67653c614ed5e3588216b1374d9e9c67cca5d64df91f44feef3532e5e1ada68050764a6a4
+EBUILD jq-mode-0.5.0_p20220610.ebuild 580 BLAKE2B bf58bf9c1a2ed22bf22b49e581e5adf1eb5df72c71575d6e66d9f8b6bfdb1a4d77046874dc64d72fb2c0ece4259b5d270a7232f9c52789fa5dacb10f14e19a0c SHA512 1629c7747c58e65fa11949bb4de501fa23501db881528836d4227d60707c5e9543392d591f84770322632902f28d16acffeec06813021d5020aff84865776105
+MISC metadata.xml 413 BLAKE2B 2ece6ba655bc5d5b1a8f7b5beab371662463c39565261f6dc7dab8fcf0ffa177d42eaf5f58952019cb44cd686318ee8230c7cb54df254a46631b6e8d008449ef SHA512 fdc9ad17e067d7d711351f472a4add20d16403c364c516f25de78b2b7b835d9f2215c1ef7cd79c1ebd26b640f7b901b43d645342cd952dd7ec0d694e63ce786a
diff --git a/app-emacs/jq-mode/files/50jq-mode-gentoo.el b/app-emacs/jq-mode/files/50jq-mode-gentoo.el
new file mode 100644
index 000000000000..6b35014a151c
--- /dev/null
+++ b/app-emacs/jq-mode/files/50jq-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'jq-mode "jq-mode"
+ "Major mode for editing jq files" t)
+(add-to-list 'auto-mode-alist '("\\.jq\\'" . jq-mode))
diff --git a/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild b/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
new file mode 100644
index 000000000000..130de353f5d6
--- /dev/null
+++ b/app-emacs/jq-mode/jq-mode-0.5.0_p20220610.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=071c1c29bac30351ad338136f2b625e5601365cd
+NEED_EMACS=25.1
+
+inherit elisp
+
+DESCRIPTION="Emacs major mode for editing jq queries"
+HOMEPAGE="https://github.com/ljos/jq-mode/"
+SRC_URI="https://github.com/ljos/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # tests fail, also they only test the ob integration
+
+RDEPEND="app-misc/jq"
+
+DOCS=( README.org )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/jq-mode/metadata.xml b/app-emacs/jq-mode/metadata.xml
new file mode 100644
index 000000000000..b4de977dc115
--- /dev/null
+++ b/app-emacs/jq-mode/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/ljos/jq-mode/issues/</bugs-to>
+ <remote-id type="github">ljos/jq-mode</remote-id>
+ </upstream>
+</pkgmetadata>