diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-07-14 13:40:00 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-07-14 13:40:00 +0100 |
commit | 3e627c1432765cb6a32877e73f985e8bfb5102ce (patch) | |
tree | e4d7919d9e1ca0a54c1a3758c86555d6e9121956 /app-emacs | |
parent | 4a30f472147c2d8642bd558b78fcfce7b6a9c6b9 (diff) |
gentoo auto-resync : 14:07:2022 - 13:40:00
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/Manifest.gz | bin | 58196 -> 58358 bytes | |||
-rw-r--r-- | app-emacs/pandoc-mode/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/pandoc-mode/metadata.xml | 20 | ||||
-rw-r--r-- | app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild | 33 |
5 files changed, 62 insertions, 0 deletions
diff --git a/app-emacs/Manifest.gz b/app-emacs/Manifest.gz Binary files differindex e625a0ff55fe..c229f58665f5 100644 --- a/app-emacs/Manifest.gz +++ b/app-emacs/Manifest.gz diff --git a/app-emacs/pandoc-mode/Manifest b/app-emacs/pandoc-mode/Manifest new file mode 100644 index 000000000000..62d0dd4a06d5 --- /dev/null +++ b/app-emacs/pandoc-mode/Manifest @@ -0,0 +1,4 @@ +AUX 50pandoc-mode-gentoo.el 254 BLAKE2B f979086ad1a06836f67c6fff750ef0a28f7e3a9fbbed996305d4b2c55e2f40ec5ba1c446680d9eaed499a400091000d02f397ab88949ec86ca4d95508b4a718f SHA512 dce6c925f16627fe1d572816a3304a5d605e0fbef9c3f4b5044c461d8ac0d5f47ee426d7b2faa1d6c163da7364f02255ee258e7aefc2c94e70e7430aabc95505 +DIST pandoc-mode-2.32.tar.gz 97596 BLAKE2B 2a1c8a6080fbba1cf278d78f9dbe4e6824daed52ad6422378d6b5c00fd4ec9466391474fdbaad5f1cd96d89080c24968b33c0911cb5f834ddd64dc1339b78c01 SHA512 6717bf238a9f71acce8135d5fa0542c23f2b48d78415f92dda2ef58aa0355ca0fe900e1015d0da674abf7780ed614bd7d4414519bf6d0d7f5aee7e3b7a7f447f +EBUILD pandoc-mode-2.32-r1.ebuild 598 BLAKE2B 5f7120a6b9de6e35921e7a8368f47ddfd1888c86e61c13193828897d4b6ce70f2382634fe72ee596df158247ec4b8edf41b8fed687edd206235e1c9a25efa797 SHA512 1cad1707611e4b4cd3c48ea595bda4cd3dda8ca97a5203349cb448d3feeffa3f26d72f21edd23a204ee04ac8882e65ad2408997a222de44e4e7d9c82f01aa60c +MISC metadata.xml 798 BLAKE2B 2925d06732675f3478e4a7e57f077b1878c94c3f7986aae722867bab0654ce1aa77cc8b00a6ec2a08cfd1a8066670699ad59fda1504f4f4dbfc2bb23ab0a1d36 SHA512 7e4d3a0fc951f1f18f117c42bbb9f37aa90adb9412dcfec2e1461550fe1310784ffde6bd7097cf0708e1dd685f75eb139cde0c4cd8cbe1e6dd698234bc63f3f2 diff --git a/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el new file mode 100644 index 000000000000..7b5175907861 --- /dev/null +++ b/app-emacs/pandoc-mode/files/50pandoc-mode-gentoo.el @@ -0,0 +1,5 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'conditionally-turn-on-pandoc "pandoc-mode" + "Turn on pandoc-mode if a pandoc settings file exists.") ; non-interactive +(autoload 'pandoc-mode "pandoc-mode" + "Minor mode for interacting with Pandoc." t) diff --git a/app-emacs/pandoc-mode/metadata.xml b/app-emacs/pandoc-mode/metadata.xml new file mode 100644 index 000000000000..2836a8a3bb27 --- /dev/null +++ b/app-emacs/pandoc-mode/metadata.xml @@ -0,0 +1,20 @@ +<?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> + <longdescription> + pandoc-mode is an Emacs mode for interacting with Pandoc. pandoc-mode is + implemented as a minor mode that can be activated alongside the major mode + for any of Pandoc's supported input formats. It provides facilities to set + the various options that Pandoc accepts and to run Pandoc on the input + file. + </longdescription> + <upstream> + <bugs-to>https://github.com/joostkremers/pandoc-mode/issues/</bugs-to> + <remote-id type="github">joostkremers/pandoc-mode</remote-id> + </upstream> +</pkgmetadata> diff --git a/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild new file mode 100644 index 000000000000..4d7d1760c9a9 --- /dev/null +++ b/app-emacs/pandoc-mode/pandoc-mode-2.32-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="BibTeX database manager for Emacs" +HOMEPAGE="https://joostkremers.github.io/pandoc-mode/ + https://github.com/joostkremers/pandoc-mode/" +SRC_URI="https://github.com/joostkremers/${PN}/archive/${PV}.tar.gz + -> ${P}.tar.gz" + +LICENSE="BSD" +KEYWORDS="~amd64" +SLOT="0" + +BDEPEND=" + app-emacs/dash + app-emacs/hydra +" +RDEPEND=" + ${BDEPEND} + virtual/pandoc +" + +DOCS=( README.md ) +SITEFILE="50${PN}-gentoo.el" + +src_install() { + elisp_src_install + doinfo ${PN}.info +} |