diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-07-03 18:41:38 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-07-03 18:41:38 +0000 |
commit | dcf2762520d68162ec48232e300a8121e21b002e (patch) | |
tree | 29593a270339c1f7859b0fc4e0bb0f6b90250896 /app-emacs | |
parent | inherit base before subversion to get a correct src_unpack, bug #475598 by M... (diff) | |
download | gentoo-2-dcf2762520d68162ec48232e300a8121e21b002e.tar.gz gentoo-2-dcf2762520d68162ec48232e300a8121e21b002e.tar.bz2 gentoo-2-dcf2762520d68162ec48232e300a8121e21b002e.zip |
Version bump, bug 472740. Remove old.
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/evil/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/evil/evil-1.0.5.ebuild (renamed from app-emacs/evil/evil-1.0.1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-emacs/evil/ChangeLog b/app-emacs/evil/ChangeLog index 172819e876e0..778ffb665afa 100644 --- a/app-emacs/evil/ChangeLog +++ b/app-emacs/evil/ChangeLog @@ -1,6 +1,12 @@ # 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.2 2013/05/22 16:29:06 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/evil/ChangeLog,v 1.3 2013/07/03 18:41:38 ulm Exp $ + +*evil-1.0.5 (03 Jul 2013) + + 03 Jul 2013; Ulrich Müller <ulm@gentoo.org> -evil-1.0.1.ebuild, + +evil-1.0.5.ebuild: + Version bump, bug 472740. Remove old. *evil-1.0.2 (22 May 2013) diff --git a/app-emacs/evil/evil-1.0.1.ebuild b/app-emacs/evil/evil-1.0.5.ebuild index 37138a9f07bc..bb4015213ef6 100644 --- a/app-emacs/evil/evil-1.0.1.ebuild +++ b/app-emacs/evil/evil-1.0.5.ebuild @@ -1,6 +1,6 @@ # 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.1.ebuild,v 1.1 2013/03/07 16:19:40 ulm Exp $ +# $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 @@ -14,7 +14,7 @@ LICENSE="GPL-3+ FDL-1.3+" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="app-emacs/undo-tree" +DEPEND=">=app-emacs/undo-tree-0.5.2" RDEPEND="${DEPEND}" S="${WORKDIR}/${PN}" |