axs         15/06/13 00:35:35

  Modified:             ChangeLog mozconfig-v4.31.eclass
  Log:
  last rited mozconfig-v4.31

Revision  Changes    Path
1.1656               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1656&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1656&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1655&r2=1.1656

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1655
retrieving revision 1.1656
diff -u -r1.1655 -r1.1656
--- ChangeLog   12 Jun 2015 20:37:40 -0000      1.1655
+++ ChangeLog   13 Jun 2015 00:35:35 -0000      1.1656
@@ -1,6 +1,10 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1655 2015/06/12 
20:37:40 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1656 2015/06/13 
00:35:35 axs Exp $
+
+  13 Jun 2015; Ian Stakenvicius (_AxS_) <[email protected]>
+  mozconfig-v4.31.eclass:
+  last rited mozconfig-v4.31
 
   12 Jun 2015; <[email protected]> -mysql.eclass, -mysql-autotools.eclass:
   Drop old, unused eclasses; Moved to mysql overlay; bug 551908



1.2                  eclass/mozconfig-v4.31.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v4.31.eclass?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v4.31.eclass?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v4.31.eclass?r1=1.1&r2=1.2

Index: mozconfig-v4.31.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v4.31.eclass,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mozconfig-v4.31.eclass      11 Sep 2014 22:10:35 -0000      1.1
+++ mozconfig-v4.31.eclass      13 Jun 2015 00:35:35 -0000      1.2
@@ -1,13 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v4.31.eclass,v 1.1 
2014/09/11 22:10:35 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v4.31.eclass,v 1.2 
2015/06/13 00:35:35 axs Exp $
 #
 # mozconfig-v4.1.eclass: the new mozilla.eclass
 
 inherit multilib flag-o-matic toolchain-funcs mozcoreconf-2
 
 case ${EAPI} in
-       0|1|2|3|4) die "EAPI=${EAPI} not supported"
+       0|1|2|3|4) die "EAPI=${EAPI} not supported" ;;
+       *) die "This eclass has been disabled and will be removed on 
2015-06-30.  If you need it, copy to your overlay and remove this line." ;;
 esac
 
 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI




Reply via email to