matsl       14/10/28 18:54:41

  Modified:             xemacs-21.4.22-r4.ebuild ChangeLog
                        xemacs-21.5.34-r2.ebuild
  Log:
  Remove export on WANT_AUTOCONF to global scope. bug 527076.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, signed Manifest commit with key 
0x377034660A5828DE!)

Revision  Changes    Path
1.2                  app-editors/xemacs/xemacs-21.4.22-r4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild?r1=1.1&r2=1.2

Index: xemacs-21.4.22-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xemacs-21.4.22-r4.ebuild    21 Oct 2014 16:49:26 -0000      1.1
+++ xemacs-21.4.22-r4.ebuild    28 Oct 2014 18:54:41 -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/xemacs/xemacs-21.4.22-r4.ebuild,v 1.1 
2014/10/21 16:49:26 matsl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r4.ebuild,v 1.2 
2014/10/28 18:54:41 matsl 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="5"
 
-export WANT_AUTOCONF="2.1"
+WANT_AUTOCONF="2.1"
 inherit autotools eutils toolchain-funcs
 
 DESCRIPTION="highly customizable open source text editor and application 
development system"



1.178                app-editors/xemacs/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.178&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?rev=1.178&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog   21 Oct 2014 16:49:26 -0000      1.177
+++ ChangeLog   28 Oct 2014 18:54:41 -0000      1.178
@@ -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.177 
2014/10/21 16:49:26 matsl Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.178 
2014/10/28 18:54:41 matsl Exp $
+
+  28 Oct 2014; Mats Lidell <[email protected]> xemacs-21.4.22-r4.ebuild,
+  xemacs-21.5.34-r2.ebuild:
+  Remove export on WANT_AUTOCONF to global scope. bug 527076
 
 *xemacs-21.4.22-r4 (20 Oct 2014)
 



1.3                  app-editors/xemacs/xemacs-21.5.34-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild?r1=1.2&r2=1.3

Index: xemacs-21.5.34-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xemacs-21.5.34-r2.ebuild    3 Apr 2014 22:17:32 -0000       1.2
+++ xemacs-21.5.34-r2.ebuild    28 Oct 2014 18:54:41 -0000      1.3
@@ -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.34-r2.ebuild,v 1.2 
2014/04/03 22:17:32 matsl Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.5.34-r2.ebuild,v 1.3 
2014/10/28 18:54:41 matsl 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"




Reply via email to