summaryrefslogtreecommitdiff
path: root/app-emacs/julia-mode
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-10 09:10:18 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-03-10 09:10:18 +0000
commit1b800c9403f58ca355adf86b6e4c2b0432aa02cd (patch)
treeac5b4f93a53b6ce6478ae81bbfc5ac6e458004bc /app-emacs/julia-mode
parentc0160118f1a03d0fce2f73a97b487aa3a3f8aa9e (diff)
downloadbaldeagleos-repo-1b800c9403f58ca355adf86b6e4c2b0432aa02cd.tar.gz
baldeagleos-repo-1b800c9403f58ca355adf86b6e4c2b0432aa02cd.tar.xz
baldeagleos-repo-1b800c9403f58ca355adf86b6e4c2b0432aa02cd.zip
Adding metadata
Diffstat (limited to 'app-emacs/julia-mode')
-rw-r--r--app-emacs/julia-mode/Manifest1
-rw-r--r--app-emacs/julia-mode/files/50julia-mode-gentoo.el4
-rw-r--r--app-emacs/julia-mode/julia-mode-0.4_p20211023.ebuild34
-rw-r--r--app-emacs/julia-mode/metadata.xml12
4 files changed, 51 insertions, 0 deletions
diff --git a/app-emacs/julia-mode/Manifest b/app-emacs/julia-mode/Manifest
new file mode 100644
index 000000000000..5bc9a0557175
--- /dev/null
+++ b/app-emacs/julia-mode/Manifest
@@ -0,0 +1 @@
+DIST julia-mode-0.4_p20211023.tar.gz 52354 BLAKE2B 6a669475791c7605088bad16a0e67e77e8f6d31aec24fa2de5aed3f64c9452d850909df3b6f37dae8955e008439faa3d44b451c6a81c420aeea127300c252432 SHA512 204790244d95ee95cf6ec2ab5f30f00e740089872dfe327d7fea3104b1d24a7a1b6485b9d51bf8157d6622b074a673db9fe4e127846efc78969045d45a9d5730
diff --git a/app-emacs/julia-mode/files/50julia-mode-gentoo.el b/app-emacs/julia-mode/files/50julia-mode-gentoo.el
new file mode 100644
index 000000000000..c5b84ee3b143
--- /dev/null
+++ b/app-emacs/julia-mode/files/50julia-mode-gentoo.el
@@ -0,0 +1,4 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'julia-mode "julia-mode"
+ "Major mode for editing julia code." t)
+(add-to-list 'auto-mode-alist '("\\.jl\\'" . julia-mode))
diff --git a/app-emacs/julia-mode/julia-mode-0.4_p20211023.ebuild b/app-emacs/julia-mode/julia-mode-0.4_p20211023.ebuild
new file mode 100644
index 000000000000..6a1a089fe054
--- /dev/null
+++ b/app-emacs/julia-mode/julia-mode-0.4_p20211023.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=47f43f7d839019cac3ba6559d93b29487ca118cb
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Emacs major mode for the Julia programming language"
+HOMEPAGE="https://github.com/JuliaEditorSupport/julia-emacs/"
+SRC_URI="https://github.com/JuliaEditorSupport/julia-emacs/archive/${H}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/julia-emacs-${H}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( CHANGELOG.md README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+src_test() {
+ ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+ -l ert -l ./julia-mode-tests.el \
+ -f ert-run-tests-batch-and-exit || die "tests failed"
+}
+
+src_install() {
+ rm ./julia-mode-tests.el{,c} || die
+
+ elisp_src_install
+}
diff --git a/app-emacs/julia-mode/metadata.xml b/app-emacs/julia-mode/metadata.xml
new file mode 100644
index 000000000000..66b57db58a87
--- /dev/null
+++ b/app-emacs/julia-mode/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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/JuliaEditorSupport/julia-emacs/issues/</bugs-to>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata> \ No newline at end of file