From 54d768f52d88d12728016965b67acbec4a15b8b4 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 22 May 2013 16:29:06 +0000 Subject: Version bump, bug 470886. (Portage version: 2.1.12.1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!) --- app-emacs/evil/ChangeLog | 7 ++++++- app-emacs/evil/evil-1.0.2.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 app-emacs/evil/evil-1.0.2.ebuild (limited to 'app-emacs') 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 +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" -- cgit v1.2.3-65-gdbad