diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-03-23 11:50:20 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-03-23 11:50:20 +0000 |
commit | a3741353291e3d25da2e23b43f3082a1deee8617 (patch) | |
tree | 05a5dcedd0af850b89a993489b8429d52d485dac /app-emacs/evil | |
parent | Drop myself from metadata (diff) | |
download | gentoo-2-a3741353291e3d25da2e23b43f3082a1deee8617.tar.gz gentoo-2-a3741353291e3d25da2e23b43f3082a1deee8617.tar.bz2 gentoo-2-a3741353291e3d25da2e23b43f3082a1deee8617.zip |
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/evil')
-rw-r--r-- | app-emacs/evil/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/evil/evil-1.0.5.ebuild | 24 |
2 files changed, 4 insertions, 25 deletions
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog index 015a128131d2..86a3971a3ea3 100644 --- a/app-emacs/evil/ChangeLog +++ b/app-emacs/evil/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emacs/evil # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.7 2014/03/23 10:02:08 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.8 2014/03/23 11:50:20 ulm Exp $ + + 23 Mar 2014; Ulrich Müller <ulm@gentoo.org> -evil-1.0.5.ebuild: + Remove old. 23 Mar 2014; Agostino Sarubbo <ago@gentoo.org> evil-1.0.8.ebuild: Stable for x86, wrt bug #503196 diff --git a/app-emacs/evil/evil-1.0.5.ebuild b/app-emacs/evil/evil-1.0.5.ebuild deleted file mode 100644 index bb4015213ef6..000000000000 --- a/app-emacs/evil/evil-1.0.5.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.5.ebuild,v 1.1 2013/07/03 18:41:38 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-0.5.2" -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" |