diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-10-08 10:47:07 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-10-08 10:47:27 +0200 |
commit | aaf9d3c151be9697fe122f229ee62c70c457017f (patch) | |
tree | 6de11ace4a7418f8105ec1a69ad94115b984d1b6 /app-emacs/editorconfig-emacs | |
parent | dev-python/pypy3-exe-bin: Bump to 7.3.6_rc2 (diff) | |
download | gentoo-aaf9d3c151be9697fe122f229ee62c70c457017f.tar.gz gentoo-aaf9d3c151be9697fe122f229ee62c70c457017f.tar.bz2 gentoo-aaf9d3c151be9697fe122f229ee62c70c457017f.zip |
app-emacs/editorconfig-emacs: Version bump to 0.8.2
Closes: https://bugs.gentoo.org/816927
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/editorconfig-emacs')
-rw-r--r-- | app-emacs/editorconfig-emacs/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/editorconfig-emacs/editorconfig-emacs-0.8.2.ebuild | 21 |
2 files changed, 22 insertions, 0 deletions
diff --git a/app-emacs/editorconfig-emacs/Manifest b/app-emacs/editorconfig-emacs/Manifest index d47180ba91a5..db6a5ee94481 100644 --- a/app-emacs/editorconfig-emacs/Manifest +++ b/app-emacs/editorconfig-emacs/Manifest @@ -1 +1,2 @@ DIST editorconfig-emacs-0.7.8.tar.gz 28250 BLAKE2B 8c09b7e495ff38d4276cdbaf60109f91b3e32215f2c6a8aceffd80a02cf024d79eac1739b3f2efa3697b78804da32d0cc2969db628d1064a0fb1db1b059a191d SHA512 21815a5a778ffef68b5205e409aa827c1bd6c9a8c542647ebec889a9f00f5b3f71e3a2072bc2f0373e8ce30c1bb57f5f6350953a3c149742a8e2e46ca9846c9a +DIST editorconfig-emacs-0.8.2.tar.gz 39675 BLAKE2B a2a9641185a00c2908715b59a7e4429008f7587e00552ebc19f6cc38b6a10423c26a25557b887caaddc47d9c136fdec82476ef916e18c06b8228925b4554428b SHA512 6934418fd7890c49d8df7cdac1a0afe066e07ddf6274f674a4624dca47de278a78778f25beca793cdb537852beb7c8df5ea46743fb0bc753acccbb9974448e18 diff --git a/app-emacs/editorconfig-emacs/editorconfig-emacs-0.8.2.ebuild b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.8.2.ebuild new file mode 100644 index 000000000000..28b91eb6580a --- /dev/null +++ b/app-emacs/editorconfig-emacs/editorconfig-emacs-0.8.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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)" |