diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-08-14 14:34:27 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-08-14 14:34:41 -0400 |
commit | 07d814e366a70e6857289d7e7e46dfbdd42d818e (patch) | |
tree | b67032544eb505891195feb7de2ec45295d60807 /eclass | |
parent | www-client/firefox - Fix build install issues with pax-marking xpcshell (diff) | |
download | gentoo-07d814e366a70e6857289d7e7e46dfbdd42d818e.tar.gz gentoo-07d814e366a70e6857289d7e7e46dfbdd42d818e.tar.bz2 gentoo-07d814e366a70e6857289d7e7e46dfbdd42d818e.zip |
eclass: deprecate chromium.eclass
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/chromium.eclass | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass index 5310251fa8db..2c28fe0f049c 100644 --- a/eclass/chromium.eclass +++ b/eclass/chromium.eclass @@ -1,7 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# DEPRECATED +# This eclass has been deprecated and should not be used by any new ebuilds. + # @ECLASS: chromium.eclass # @MAINTAINER: # Chromium Herd <chromium@gentoo.org> @@ -11,6 +14,8 @@ inherit eutils fdo-mime gnome2-utils linux-info +eqawarn "chromium.eclass is deprecated" + if [[ ${CHROMIUM_EXPORT_PHASES} != no ]]; then EXPORT_FUNCTIONS pkg_preinst pkg_postinst pkg_postrm fi |