diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-10-20 22:13:02 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-10-20 22:13:02 +0000 |
commit | 9426833dd121254bf4f2d77935b5286aca648d05 (patch) | |
tree | 9b8437965266337031302cf150185036815ebc2f /app-editors/emacs | |
parent | Add CC_FOR_BUILD for better partial cross compile support (diff) | |
download | gentoo-2-9426833dd121254bf4f2d77935b5286aca648d05.tar.gz gentoo-2-9426833dd121254bf4f2d77935b5286aca648d05.tar.bz2 gentoo-2-9426833dd121254bf4f2d77935b5286aca648d05.zip |
Version bump. Remove release candidate.
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/emacs')
-rw-r--r-- | app-editors/emacs/ChangeLog | 8 | ||||
-rw-r--r-- | app-editors/emacs/emacs-24.4.ebuild (renamed from app-editors/emacs/emacs-24.4_rc1.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/emacs/ChangeLog b/app-editors/emacs/ChangeLog index 57c9304749a2..4e56dc862afe 100644 --- a/app-editors/emacs/ChangeLog +++ b/app-editors/emacs/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-editors/emacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.641 2014/10/18 09:43:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.642 2014/10/20 22:13:02 ulm Exp $ + +*emacs-24.4 (20 Oct 2014) + + 20 Oct 2014; Ulrich Müller <ulm@gentoo.org> -emacs-24.4_rc1.ebuild, + +emacs-24.4.ebuild: + Version bump. Remove release candidate. *emacs-24.4_rc1 (18 Oct 2014) diff --git a/app-editors/emacs/emacs-24.4_rc1.ebuild b/app-editors/emacs/emacs-24.4.ebuild index d424b3b44521..b04248a04ad6 100644 --- a/app-editors/emacs/emacs-24.4_rc1.ebuild +++ b/app-editors/emacs/emacs-24.4.ebuild @@ -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/emacs-24.4_rc1.ebuild,v 1.1 2014/10/18 09:43:07 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-24.4.ebuild,v 1.1 2014/10/20 22:13:02 ulm Exp $ EAPI=5 @@ -8,7 +8,7 @@ inherit elisp-common eutils flag-o-matic multilib readme.gentoo DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" -SRC_URI="mirror://gnu-alpha/emacs/pretest/${P/_/-}.tar.xz" +SRC_URI="mirror://gnu/emacs/${P}.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="24" |