commit:     07d814e366a70e6857289d7e7e46dfbdd42d818e
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 18:34:27 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Aug 14 18:34:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07d814e3

eclass: deprecate chromium.eclass

 eclass/chromium.eclass | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/eclass/chromium.eclass b/eclass/chromium.eclass
index 5310251..2c28fe0 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 <chrom...@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

Reply via email to