Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/evil/
Date: Sat, 21 May 2022 08:17:38
Message-Id: 1653120906.7a149f8e4f1103924efcebfe30300d923fe5996a.matthew@gentoo
1 commit: 7a149f8e4f1103924efcebfe30300d923fe5996a
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 08:13:01 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 08:15:06 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a149f8e
7
8 app-emacs/evil: add 1.14.2
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/evil/Manifest | 1 +
13 app-emacs/evil/evil-1.14.2.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-emacs/evil/Manifest b/app-emacs/evil/Manifest
17 index 6faeec26d4a4..6fcef48ea2db 100644
18 --- a/app-emacs/evil/Manifest
19 +++ b/app-emacs/evil/Manifest
20 @@ -1 +1,2 @@
21 DIST evil-1.14.0.tar.gz 410031 BLAKE2B 85613c3e69812ce9f34b23c57e9d3c86084332ef08b3a87a508db27db6cae3c255087b07bb94d2fa4614ec82f46856b75250d22dbae15cf5194740598975eced SHA512 9d45534ec3242f86cf39884647b495b0c7a4e06875ba7f4581f43b0f22216bd9deb9a09b39b3e5a25c004e5707ed24a275b8a59572bbcaea4ef37787320492f0
22 +DIST evil-1.14.2.tar.gz 394472 BLAKE2B b73f3995bb799285b738083c9119cf9222a8be78e69d4b5bb54c8d50091fb28395102a9a9c83faeb6668eb77a97c6132cbdb06a78205a43e87a5f5f7f8457bdf SHA512 531b55c5043fed21f175a932a49b62f00a713fea84b6cd91037993c0ed5d64fdfe137b9be6423d8b82da11ba8944805cab7d51f764572a247debe24cab0d4c01
23
24 diff --git a/app-emacs/evil/evil-1.14.2.ebuild b/app-emacs/evil/evil-1.14.2.ebuild
25 new file mode 100644
26 index 000000000000..b81cd5a8431d
27 --- /dev/null
28 +++ b/app-emacs/evil/evil-1.14.2.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit elisp
36 +
37 +DESCRIPTION="Extensible vi layer for Emacs"
38 +HOMEPAGE="https://github.com/emacs-evil/evil"
39 +SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="GPL-3+ FDL-1.3+"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~x86"
44 +RESTRICT="test"
45 +
46 +RDEPEND=">=app-emacs/undo-tree-0.6.3"
47 +BDEPEND="${RDEPEND}
48 + sys-apps/texinfo"
49 +
50 +ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el"
51 +ELISP_TEXINFO="doc/build/texinfo/evil.texi"
52 +SITEFILE="50${PN}-gentoo.el"
53 +DOCS="CHANGES.org CONTRIBUTING.md README.md"