diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-05-22 16:29:06 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-05-22 16:29:06 +0000 |
commit | 54d768f52d88d12728016965b67acbec4a15b8b4 (patch) | |
tree | 8fe2069d1ffd08c5d0548eaf9e056a4f94a292d6 /app-emacs/evil | |
parent | Re-add IUSE test wrongly removed, added rdep new package jsmin picked up & re... (diff) | |
download | gentoo-2-54d768f52d88d12728016965b67acbec4a15b8b4.tar.gz gentoo-2-54d768f52d88d12728016965b67acbec4a15b8b4.tar.bz2 gentoo-2-54d768f52d88d12728016965b67acbec4a15b8b4.zip |
Version bump, bug 470886.
(Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/evil')
-rw-r--r-- | app-emacs/evil/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/evil/evil-1.0.2.ebuild | 24 |
2 files changed, 30 insertions, 1 deletions
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog index 6c296efa7a96..172819e876e0 100644 --- a/app-emacs/evil/ChangeLog +++ b/app-emacs/evil/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/evil # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.1 2013/03/07 16:19:40 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.2 2013/05/22 16:29:06 ulm Exp $ + +*evil-1.0.2 (22 May 2013) + + 22 May 2013; Ulrich Müller <ulm@gentoo.org> +evil-1.0.2.ebuild: + Version bump, bug 470886. *evil-1.0.1 (07 Mar 2013) diff --git a/app-emacs/evil/evil-1.0.2.ebuild b/app-emacs/evil/evil-1.0.2.ebuild new file mode 100644 index 000000000000..117f1a48dfcb --- /dev/null +++ b/app-emacs/evil/evil-1.0.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/evil-1.0.2.ebuild,v 1.1 2013/05/22 16:29:06 ulm Exp $ + +EAPI=5 + +inherit elisp + +DESCRIPTION="Extensible vi layer for Emacs" +HOMEPAGE="http://gitorious.org/evil" +SRC_URI="mirror://gentoo/${P}.tar.xz" + +LICENSE="GPL-3+ FDL-1.3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +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" +DOCS="CHANGES.org" |