From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DEF3215808B for ; Thu, 10 Mar 2022 01:04:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E2F9CE0957; Thu, 10 Mar 2022 01:04:48 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AACE0E0957 for ; Thu, 10 Mar 2022 01:04:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB62F342EC3 for ; Thu, 10 Mar 2022 01:04:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E274D2A5 for ; Thu, 10 Mar 2022 01:04:45 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1646874276.321acc054e3bb837ba2ff60cae57f001cb6893f5.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/julia-mode/, app-emacs/julia-mode/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/julia-mode/Manifest app-emacs/julia-mode/files/50julia-mode-gentoo.el app-emacs/julia-mode/julia-mode-0.4_p20211023.ebuild app-emacs/julia-mode/metadata.xml X-VCS-Directories: app-emacs/julia-mode/files/ app-emacs/julia-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 321acc054e3bb837ba2ff60cae57f001cb6893f5 X-VCS-Branch: master Date: Thu, 10 Mar 2022 01:04:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 45bdfa1f-69a6-44e4-b188-e156b601355c X-Archives-Hash: a8c81eade71a0a7b309351b44e5e4f7c commit: 321acc054e3bb837ba2ff60cae57f001cb6893f5 Author: Maciej Barć gentoo org> AuthorDate: Wed Mar 9 23:54:53 2022 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Mar 10 01:04:36 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=321acc05 app-emacs/julia-mode: new package; add 0.4_p20211023 2021.10.23 snapshot Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Maciej Barć gentoo.org> app-emacs/julia-mode/Manifest | 1 + app-emacs/julia-mode/files/50julia-mode-gentoo.el | 4 +++ .../julia-mode/julia-mode-0.4_p20211023.ebuild | 34 ++++++++++++++++++++++ app-emacs/julia-mode/metadata.xml | 13 +++++++++ 4 files changed, 52 insertions(+) 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..5f992b94a9d4 --- /dev/null +++ b/app-emacs/julia-mode/metadata.xml @@ -0,0 +1,13 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + + https://github.com/JuliaEditorSupport/julia-emacs/issues/ + JuliaEditorSupport/julia-emacs + +