summaryrefslogtreecommitdiff
path: root/app-emacs/exheres-mode
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-04 15:02:51 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-04 15:02:51 +0000
commit5565fb7867ee9faddf046e42a0a3a1a207803938 (patch)
tree4ef17bc3c9c8058e033b4f7452064b3f9657e023 /app-emacs/exheres-mode
parentacf34cb86be38d3601273c231058d3fda627e618 (diff)
gentoo auto-resync : 04:12:2022 - 15:02:50
Diffstat (limited to 'app-emacs/exheres-mode')
-rw-r--r--app-emacs/exheres-mode/Manifest4
-rw-r--r--app-emacs/exheres-mode/exheres-mode-1.10.ebuild23
-rw-r--r--app-emacs/exheres-mode/files/50exheres-mode-gentoo.el2
-rw-r--r--app-emacs/exheres-mode/metadata.xml12
4 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/exheres-mode/Manifest b/app-emacs/exheres-mode/Manifest
new file mode 100644
index 000000000000..ad8fb768aedb
--- /dev/null
+++ b/app-emacs/exheres-mode/Manifest
@@ -0,0 +1,4 @@
+AUX 50exheres-mode-gentoo.el 76 BLAKE2B 4680cd97c6ae73c90349e9f62d408bc5652868134d13c4be61df58a08fc8800605f760e05b64f6ae2f8fe8f64d5c3d8e894acaf1c02e076f108c1236d6cf1944 SHA512 457cf7b3b2a7d40142ed78f4e3d3c0e51350a11fb1ec6b2eaf4ddd8086d0ba468eda849e26732a8ecf4826751699a30b3ac6a27a5ae978b09f2ac5ea8f6a662f
+DIST exheres-mode-1.10.tar.xz 49364 BLAKE2B 39d9233c212255d0c472740425357484d9d34c1a71e7ecefb40eecae19de551785c627ff0985b8018f8b9cfbdd7068e0ba624b7a624aa1e4e037135d1d83f520 SHA512 ac2be1197999f387dccbf4c335837ed0e9e356fed909a4436857fd5b1cbbf8ee47d046d7a166674462e4804ddf816d064dac6a62999d4447ff3554e5062a0f63
+EBUILD exheres-mode-1.10.ebuild 499 BLAKE2B efbfe64ff45c63a3abc8291d9ad8194c37d1e0dc2b6a439fc38d435efad0519111a1a71b879b16d3cda2a1d9d3562621124bc3db63e57ff758f47e31594299b5 SHA512 b073ad802dc0f25640c377b172668c5d268c7261a154a0c8a81ad82447b8c05ce08eab4540ccaf1c0cfad27a649e07bcdb4bdf8b434e2b1e83b9032f07282d3b
+MISC metadata.xml 382 BLAKE2B f9fc2608a144dfc1d9dcd5ebe7ee95656be8c807b3468a413bf97e326d2df0f5c1d44f94c17bee45528a3429e9b00abc8aaa640976d80aec238a13ead8c44584 SHA512 485df941afb141c1bf2062f1c2dd79e01b9ae545043e0af4a7fb7b0f455424d8cb5fd23dd252f98ef025e14db436e53a399306d5f40cc4bc709d419854dd93ba
diff --git a/app-emacs/exheres-mode/exheres-mode-1.10.ebuild b/app-emacs/exheres-mode/exheres-mode-1.10.ebuild
new file mode 100644
index 000000000000..45a923df12b6
--- /dev/null
+++ b/app-emacs/exheres-mode/exheres-mode-1.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Major mode for editing files in exheres format"
+HOMEPAGE="https://www.exherbo.org/
+ https://gitlab.exherbo.org/exherbo-misc/exheres-mode/"
+SRC_URI="https://dev.exherbo.org/distfiles/${PN}/${P}.tar.xz"
+S="${S}"/src
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+SITEFILE="50${PN}-gentoo.el"
+
+src_compile() {
+ elisp_src_compile
+ elisp-make-autoload-file
+}
diff --git a/app-emacs/exheres-mode/files/50exheres-mode-gentoo.el b/app-emacs/exheres-mode/files/50exheres-mode-gentoo.el
new file mode 100644
index 000000000000..8ed0b00ec9c6
--- /dev/null
+++ b/app-emacs/exheres-mode/files/50exheres-mode-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "exheres-mode-autoloads" nil t)
diff --git a/app-emacs/exheres-mode/metadata.xml b/app-emacs/exheres-mode/metadata.xml
new file mode 100644
index 000000000000..1bae33683c1a
--- /dev/null
+++ b/app-emacs/exheres-mode/metadata.xml
@@ -0,0 +1,12 @@
+<?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://gitlab.exherbo.org/exherbo-misc/exheres-mode/-/issues/</bugs-to>
+ </upstream>
+</pkgmetadata>