ulm 14/10/18 16:37:29 Modified: emacs-vcs-24.4.9999-r1.ebuild ChangeLog Log: Block against emacs-24.4, because the emacs-24 branch also installs with the 24.4 version number. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.2 app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild?r1=1.1&r2=1.2 Index: emacs-vcs-24.4.9999-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emacs-vcs-24.4.9999-r1.ebuild 17 Oct 2014 14:10:13 -0000 1.1 +++ emacs-vcs-24.4.9999-r1.ebuild 18 Oct 2014 16:37:29 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild,v 1.1 2014/10/17 14:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.4.9999-r1.ebuild,v 1.2 2014/10/18 16:37:29 ulm Exp $ EAPI=5 @@ -98,6 +98,9 @@ sys-apps/texinfo" fi +RDEPEND="${RDEPEND} + !=app-editors/emacs-24.4*" + EMACS_SUFFIX="${PN/emacs/emacs-${SLOT}}" SITEFILE="20${PN}-${SLOT}-gentoo.el" 1.169 app-editors/emacs-vcs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.169&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?rev=1.169&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs-vcs/ChangeLog?r1=1.168&r2=1.169 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v retrieving revision 1.168 retrieving revision 1.169 diff -u -r1.168 -r1.169 --- ChangeLog 17 Oct 2014 14:10:13 -0000 1.168 +++ ChangeLog 18 Oct 2014 16:37:29 -0000 1.169 @@ -1,6 +1,10 @@ # ChangeLog for app-editors/emacs-vcs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.168 2014/10/17 14:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.169 2014/10/18 16:37:29 ulm Exp $ + + 18 Oct 2014; Ulrich Müller <[email protected]> emacs-vcs-24.4.9999-r1.ebuild: + Block against emacs-24.4, because the emacs-24 branch also installs with the + 24.4 version number. *emacs-vcs-24.4.9999-r1 (17 Oct 2014)
