| 1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.369 2011/12/02 03:27:37 vapier Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.370 2011/12/02 10:22:41 ferringb Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: eutils.eclass |
5 | # @ECLASS: eutils.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # base-system@gentoo.org |
7 | # base-system@gentoo.org |
| 8 | # @BLURB: many extra (but common) functions that are used in ebuilds |
8 | # @BLURB: many extra (but common) functions that are used in ebuilds |
| … | |
… | |
| 70 | # implementation if available. Reuses PORTAGE_ELOG_CLASSES as set by the dev |
70 | # implementation if available. Reuses PORTAGE_ELOG_CLASSES as set by the dev |
| 71 | # profile. |
71 | # profile. |
| 72 | if ! declare -F eqawarn >/dev/null ; then |
72 | if ! declare -F eqawarn >/dev/null ; then |
| 73 | eqawarn() { |
73 | eqawarn() { |
| 74 | has qa ${PORTAGE_ELOG_CLASSES} && ewarn "$@" |
74 | has qa ${PORTAGE_ELOG_CLASSES} && ewarn "$@" |
|
|
75 | : |
| 75 | } |
76 | } |
| 76 | fi |
77 | fi |
| 77 | |
78 | |
| 78 | # @FUNCTION: ecvs_clean |
79 | # @FUNCTION: ecvs_clean |
| 79 | # @USAGE: [list of dirs] |
80 | # @USAGE: [list of dirs] |