Skip to content

Commit

Permalink
eclass: deprecate chromium.eclass
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Aug 14, 2016
1 parent 179ff38 commit 07d814e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eclass/chromium.eclass
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>
Expand All @@ -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
Expand Down

0 comments on commit 07d814e

Please sign in to comment.