ulm 14/06/04 17:16:36 Modified: ChangeLog emacs-23.4-r11.ebuild Log: Avoid gcc -Wformat-security warning, bug 512426. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.624 app-editors/emacs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.624&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?rev=1.624&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/ChangeLog?r1=1.623&r2=1.624 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v retrieving revision 1.623 retrieving revision 1.624 diff -u -r1.623 -r1.624 --- ChangeLog 16 May 2014 20:09:30 -0000 1.623 +++ ChangeLog 4 Jun 2014 17:16:36 -0000 1.624 @@ -1,6 +1,9 @@ # 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.623 2014/05/16 20:09:30 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/ChangeLog,v 1.624 2014/06/04 17:16:36 ulm Exp $ + + 04 Jun 2014; Ulrich Müller <[email protected]> emacs-23.4-r11.ebuild: + Avoid gcc -Wformat-security warning, bug 512426. 16 May 2014; Ulrich Müller <[email protected]> emacs-24.3-r6.ebuild: Do not depend on xz-utils, it is in the system set. 1.2 app-editors/emacs/emacs-23.4-r11.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild?r1=1.1&r2=1.2 Index: emacs-23.4-r11.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- emacs-23.4-r11.ebuild 10 May 2014 13:23:15 -0000 1.1 +++ emacs-23.4-r11.ebuild 4 Jun 2014 17:16:36 -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/emacs-23.4-r11.ebuild,v 1.1 2014/05/10 13:23:15 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs/emacs-23.4-r11.ebuild,v 1.2 2014/06/04 17:16:36 ulm Exp $ EAPI=5 WANT_AUTOMAKE="none" @@ -10,7 +10,7 @@ DESCRIPTION="The extensible, customizable, self-documenting real-time display editor" HOMEPAGE="http://www.gnu.org/software/emacs/" SRC_URI="mirror://gnu/emacs/${P}.tar.bz2 - http://dev.gentoo.org/~ulm/emacs/${P}-patches-13.tar.xz" + http://dev.gentoo.org/~ulm/emacs/${P}-patches-14.tar.xz" LICENSE="GPL-3+ FDL-1.3+ BSD HPND MIT W3C unicode PSF-2" SLOT="23"
