summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-03-19 19:11:30 +0100
committerUlrich Müller <ulm@gentoo.org>2018-03-19 19:13:50 +0100
commita17e820596d5e89e12b459e06f0c988fb7ceed11 (patch)
treee38f2b55b64239d68747de641f5cc4dd6ac888e6 /app-emacs/evil/evil-1.2.13.ebuild
parentnet-dns/dnsmasq: Remove unused files (bug #650194) (diff)
downloadgentoo-a17e820596d5e89e12b459e06f0c988fb7ceed11.tar.gz
gentoo-a17e820596d5e89e12b459e06f0c988fb7ceed11.tar.bz2
gentoo-a17e820596d5e89e12b459e06f0c988fb7ceed11.zip
app-emacs/evil: Version bump.
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'app-emacs/evil/evil-1.2.13.ebuild')
-rw-r--r--app-emacs/evil/evil-1.2.13.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-emacs/evil/evil-1.2.13.ebuild b/app-emacs/evil/evil-1.2.13.ebuild
new file mode 100644
index 000000000000..6163a663e1d4
--- /dev/null
+++ b/app-emacs/evil/evil-1.2.13.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit elisp
+
+DESCRIPTION="Extensible vi layer for Emacs"
+HOMEPAGE="https://github.com/emacs-evil/evil"
+SRC_URI="https://github.com/emacs-evil/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+ FDL-1.3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+RDEPEND=">=app-emacs/undo-tree-0.6.3"
+DEPEND="${RDEPEND}
+ sys-apps/texinfo"
+
+ELISP_REMOVE="evil-pkg.el evil-tests.el evil-test-helpers.el"
+ELISP_TEXINFO="doc/evil.texi"
+SITEFILE="50${PN}-gentoo.el"
+DOCS="CHANGES.org CONTRIBUTING.md README.md"