diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-03-08 18:29:14 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-03-08 18:29:36 +0100 |
commit | 363a0ebb60734b06dcdd138804456adb37b111ec (patch) | |
tree | 8d7859cb3fba6e5fe6d0f12c08df0e3c5b51501d /app-emacs/fsharp-mode | |
parent | kde-plasma/discover: Drop 5.24.2.1 (diff) | |
download | gentoo-363a0ebb60734b06dcdd138804456adb37b111ec.tar.gz gentoo-363a0ebb60734b06dcdd138804456adb37b111ec.tar.bz2 gentoo-363a0ebb60734b06dcdd138804456adb37b111ec.zip |
app-emacs/fsharp-mode: new package; add 1.10_p20211229
2021.12.29 snapshot
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/fsharp-mode')
-rw-r--r-- | app-emacs/fsharp-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/fsharp-mode/files/50fsharp-mode-gentoo.el | 4 | ||||
-rw-r--r-- | app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild | 26 | ||||
-rw-r--r-- | app-emacs/fsharp-mode/metadata.xml | 14 |
4 files changed, 45 insertions, 0 deletions
diff --git a/app-emacs/fsharp-mode/Manifest b/app-emacs/fsharp-mode/Manifest new file mode 100644 index 000000000000..95ba8abd3a8d --- /dev/null +++ b/app-emacs/fsharp-mode/Manifest @@ -0,0 +1 @@ +DIST fsharp-mode-1.10_p20211229.tar.gz 78916 BLAKE2B 4cd9182c62ea0d5c7a23f2120586d4c74d16fad14762ecdb3f11a11d6c78c757b363d5c14473c10c47086c1c0e648911846fe039dfedc04fd1d84301b4aa10c5 SHA512 b02be4c8e56a2c22b7f6e6a302756278d9056e7d8b8c206c183aea5470b98610b73a3403c83e93da295d3b4d0092a4f2f1c0bdf78f701009478a3c8b1e054ab7 diff --git a/app-emacs/fsharp-mode/files/50fsharp-mode-gentoo.el b/app-emacs/fsharp-mode/files/50fsharp-mode-gentoo.el new file mode 100644 index 000000000000..305be955668d --- /dev/null +++ b/app-emacs/fsharp-mode/files/50fsharp-mode-gentoo.el @@ -0,0 +1,4 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'fsharp-mode "fsharp-mode" + "Major mode for editing fsharp code." t) +(add-to-list 'auto-mode-alist '("\\.fs[iylx]?\\'" . fsharp-mode)) diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild new file mode 100644 index 000000000000..f5407ecb598a --- /dev/null +++ b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild @@ -0,0 +1,26 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=b3aa4c53fc9e98648b25ad036e657632ae2fe192 +NEED_EMACS=25 + +inherit elisp + +DESCRIPTION="Support for the F# programming language" +HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/" +SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/emacs-${PN}-${H} + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +RESTRICT="test" # requires Cask + +RDEPEND="app-emacs/s" +BDEPEND="${RDEPEND}" + +DOCS=( CHANGELOG.md README.org ) +ELISP_REMOVE="eglot-fsharp.el" +SITEFILE="50${PN}-gentoo.el" diff --git a/app-emacs/fsharp-mode/metadata.xml b/app-emacs/fsharp-mode/metadata.xml new file mode 100644 index 000000000000..f3fd042ec1a6 --- /dev/null +++ b/app-emacs/fsharp-mode/metadata.xml @@ -0,0 +1,14 @@ +<?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> + <changelog>https://github.com/fsharp/emacs-fsharp-mode/blob/master/CHANGELOG.md</changelog> + <bugs-to>https://github.com/fsharp/emacs-fsharp-mode/issues/</bugs-to> + <remote-id type="github">fsharp/emacs-fsharp-mode</remote-id> + </upstream> +</pkgmetadata> |