summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-08 02:11:53 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-08 02:15:42 +0200
commita9cee516b2b538d79ef3d622815e7e83a6076cbc (patch)
treea98fe7b36dc2803a3e369aa3dea3f31114d46003 /app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
parentmedia-video/ffmpeg: don't force -fdiagnostics-color=auto (diff)
downloadgentoo-a9cee516b2b538d79ef3d622815e7e83a6076cbc.tar.gz
gentoo-a9cee516b2b538d79ef3d622815e7e83a6076cbc.tar.bz2
gentoo-a9cee516b2b538d79ef3d622815e7e83a6076cbc.zip
app-emacs/editorconfig-emacs: autoload editorconfig-core
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild')
-rw-r--r--app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
new file mode 100644
index 000000000000..0fbc0588065e
--- /dev/null
+++ b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.7.8-r3.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit elisp readme.gentoo-r1
+
+DESCRIPTION="EditorConfig plugin for emacs"
+HOMEPAGE="https://github.com/editorconfig/editorconfig-emacs"
+SRC_URI="https://github.com/editorconfig/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+RESTRICT="test" # make test requires a git repo
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
+DOC_CONTENTS="The EditorConfig feature is not enabled as a site default.
+ Add the following line to your ~/.emacs file to activate it:
+ \n\t(editorconfig-mode 1)"