summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/evil/evil-9999.ebuild')
-rw-r--r--app-emacs/evil/evil-9999.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-emacs/evil/evil-9999.ebuild b/app-emacs/evil/evil-9999.ebuild
index 8b84747..38a2ecd 100644
--- a/app-emacs/evil/evil-9999.ebuild
+++ b/app-emacs/evil/evil-9999.ebuild
@@ -1,24 +1,25 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
+
EGIT_REPO_URI="git://gitorious.org/evil/evil.git"
+EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-inherit elisp git-2
+inherit elisp git-r3
DESCRIPTION="Extensible vi layer"
HOMEPAGE="http://gitorious.org/evil"
-SRC_URI=""
-LICENSE="GPL-2 FDL-1.3"
+LICENSE="GPL-3+ FDL-1.3+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="app-emacs/undo-tree"
RDEPEND="${DEPEND}"
+S="${WORKDIR}/${PN}"
ELISP_REMOVE="evil-pkg.el evil-tests.el"
ELISP_TEXINFO="doc/evil.texi"
SITEFILE="50${PN}-gentoo.el"