jer 14/12/16 23:21:06 Modified: xemacs-21.5.33.ebuild xemacs-21.5.31.ebuild ChangeLog Log: Do not export variables in the global scope (bug #527076). (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.4 app-editors/xemacs/xemacs-21.5.33.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild?r1=1.3&r2=1.4 Index: xemacs-21.5.33.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xemacs-21.5.33.ebuild 3 Nov 2014 11:08:09 -0000 1.3 +++ xemacs-21.5.33.ebuild 16 Dec 2014 23:21:06 -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.5.33.ebuild,v 1.3 2014/11/03 11:08:09 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.33.ebuild,v 1.4 2014/12/16 23:21:06 jer 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 @@ -8,7 +8,7 @@ EAPI=4 -export WANT_AUTOCONF="2.5" +WANT_AUTOCONF="2.5" inherit eutils flag-o-matic multilib DESCRIPTION="highly customizable open source text editor and application development system" 1.14 app-editors/xemacs/xemacs-21.5.31.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild?r1=1.13&r2=1.14 Index: xemacs-21.5.31.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- xemacs-21.5.31.ebuild 3 Nov 2014 11:08:09 -0000 1.13 +++ xemacs-21.5.31.ebuild 16 Dec 2014 23:21:06 -0000 1.14 @@ -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.5.31.ebuild,v 1.13 2014/11/03 11:08:09 titanofold Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.31.ebuild,v 1.14 2014/12/16 23:21:06 jer 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 @@ -8,7 +8,7 @@ EAPI=4 -export WANT_AUTOCONF="2.5" +WANT_AUTOCONF="2.5" inherit eutils flag-o-matic multilib DESCRIPTION="highly customizable open source text editor and application development system" 1.188 app-editors/xemacs/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 4 Dec 2014 19:02:33 -0000 1.187 +++ ChangeLog 16 Dec 2014 23:21:06 -0000 1.188 @@ -1,6 +1,10 @@ # 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.187 2014/12/04 19:02:33 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.188 2014/12/16 23:21:06 jer Exp $ + + 16 Dec 2014; Jeroen Roovers <j...@gentoo.org> xemacs-21.5.31.ebuild, + xemacs-21.5.33.ebuild: + Do not export variables in the global scope (bug #527076). 04 Dec 2014; Ulrich Müller <u...@gentoo.org> -xemacs-21.4.22-r2.ebuild, -xemacs-21.4.22-r3.ebuild: