diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2015-06-13 00:35:35 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2015-06-13 00:35:35 +0000 |
commit | e437ad0b12ccfd02e3c41e197eff5f40733722bd (patch) | |
tree | fbcde20b4193208c589e8b3f0be69df2c80fae4e /eclass | |
parent | ebuild written by me, new dep to dev-python/doit (diff) | |
download | gentoo-2-e437ad0b12ccfd02e3c41e197eff5f40733722bd.tar.gz gentoo-2-e437ad0b12ccfd02e3c41e197eff5f40733722bd.tar.bz2 gentoo-2-e437ad0b12ccfd02e3c41e197eff5f40733722bd.zip |
last rited mozconfig-v4.31
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 6 | ||||
-rw-r--r-- | eclass/mozconfig-v4.31.eclass | 7 |
2 files changed, 9 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 5e20481e321c..82b91c551ec0 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -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_) <axs@gentoo.org> + mozconfig-v4.31.eclass: + last rited mozconfig-v4.31 12 Jun 2015; <grknight@gentoo.org> -mysql.eclass, -mysql-autotools.eclass: Drop old, unused eclasses; Moved to mysql overlay; bug 551908 diff --git a/eclass/mozconfig-v4.31.eclass b/eclass/mozconfig-v4.31.eclass index 93fcf9f669ee..acc62fdfa9de 100644 --- a/eclass/mozconfig-v4.31.eclass +++ b/eclass/mozconfig-v4.31.eclass @@ -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 |