diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-11 15:08:07 +0000 |
commit | a18b8c502d697dde5b46e9fa54867d99d8528c63 (patch) | |
tree | 5e3d3675e2764dc2b1589043df9a5864c250ca17 /eclass/xfce4.eclass | |
parent | Update to support selinux USE flag (blame spb). (diff) | |
download | historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.gz historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.tar.bz2 historical-a18b8c502d697dde5b46e9fa54867d99d8528c63.zip |
QA: Apply whitespace checks from repoman to eclasses.
Diffstat (limited to 'eclass/xfce4.eclass')
-rw-r--r-- | eclass/xfce4.eclass | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index e068cfecdd0f..26bd6f50758e 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.18 2005/07/06 20:23:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.19 2005/07/11 15:08:07 swegener Exp $ # Author: Brad Cowan <bcowan@gentoo.org> # Xfce4 Eclass @@ -17,8 +17,8 @@ else fi if [[ ${GOODIES_PLUGIN} = "1" ]]; then - [[ -z ${MY_P} ]] && MY_P="${PN}-plugin-${PV}" - SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}" + [[ -z ${MY_P} ]] && MY_P="${PN}-plugin-${PV}" + SRC_URI="http://download.berlios.de/xfce-goodies/${MY_P}${COMPRESS}" [[ -z ${XFCE_VERSION} ]] && XFCE_VERSION="4.2.0" RDEPEND="${RDEPEND} >=xfce-base/xfce4-panel-${XFCE_VERSION}" fi @@ -63,13 +63,13 @@ DEPEND="${RDEPEND} xfce4_src_compile() { if [[ "${DEBUG_OFF}" = "1" ]] && use debug; then - XFCE_CONFIG="${XFCE_CONFIG}" + XFCE_CONFIG="${XFCE_CONFIG}" elif use debug; then XFCE_CONFIG="${XFCE_CONFIG} --enable-debug=yes" - fi - + fi + if [[ ${XFCE_META} = "1" ]]; then - einfo "Meta Build, Nothing to compile." + einfo "Meta Build, Nothing to compile." else econf ${XFCE_CONFIG} || die @@ -84,13 +84,13 @@ xfce4_src_compile() { xfce4_src_install() { if [[ ${XFCE_META} = "1" ]]; then einfo "Meta Build, Nothing to install." - else + else if [[ "${WANT_EINSTALL}" = "1" ]]; then einstall || die else make DESTDIR=${D} install || die fi - + if use doc; then dodoc ${XFCE_DOCS} AUTHORS INSTALL README COPYING ChangeLog HACKING NEWS THANKS TODO fi |