ulm 14/03/12 13:31:22 Modified: ChangeLog xemacs-21.4.22-r3.ebuild Log: QA: Add missing die command, bug 503112#c2. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.172 app-editors/xemacs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.171&r2=1.172 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- ChangeLog 12 Mar 2014 11:04:44 -0000 1.171 +++ ChangeLog 12 Mar 2014 13:31:22 -0000 1.172 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xemacs # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.171 2014/03/12 11:04:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.172 2014/03/12 13:31:22 ulm Exp $ + + 12 Mar 2014; Ulrich Müller <[email protected]> xemacs-21.4.22-r3.ebuild: + QA: Add missing die command, bug 503112#c2. 12 Mar 2014; Chema Alonso <[email protected]> xemacs-21.4.22-r3.ebuild: Stable for amd64 wrt bug #503112 1.4 app-editors/xemacs/xemacs-21.4.22-r3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild?r1=1.3&r2=1.4 Index: xemacs-21.4.22-r3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xemacs-21.4.22-r3.ebuild 12 Mar 2014 11:04:44 -0000 1.3 +++ xemacs-21.4.22-r3.ebuild 12 Mar 2014 13:31:22 -0000 1.4 @@ -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/xemacs/xemacs-21.4.22-r3.ebuild,v 1.3 2014/03/12 11:04:44 nimiux Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r3.ebuild,v 1.4 2014/03/12 13:31:22 ulm Exp $ # Note: xemacs currently does not work with a hardened profile. If you # want to use xemacs on a hardened profile then compile with the @@ -87,7 +87,7 @@ # Run autoconf. XEmacs tries to be smart by providing a stub # configure.ac file for autoconf 2.59 but this throws our # autotools eclass so it must be removed first. - rm "${S}"/configure.ac + rm "${S}"/configure.ac || die eautoconf use neXt && cp "${WORKDIR}"/NeXT.XEmacs/xemacs-icons/* "${S}"/etc/toolbar/
