Apply whitespace checks from repoman to eclasses.
authorSven Wegener <swegener@gentoo.org>
Mon, 23 Apr 2007 19:35:05 +0000 (19:35 +0000)
committerSven Wegener <swegener@gentoo.org>
Mon, 23 Apr 2007 19:35:05 +0000 (19:35 +0000)
eclass/emul-libs.eclass
eclass/gkrellm-plugin.eclass
eclass/gnatbuild.eclass
eclass/kde-functions.eclass
eclass/mysql.eclass
eclass/mysql_fx.eclass
eclass/savedconfig.eclass
eclass/tla.eclass
eclass/versionator.eclass

index df964d6ae1601d94f6f2b4d2d19435d47b63d6f5..ced3b337b1ec5599589e32dfe35f19ef12a49f20 100644 (file)
@@ -1,10 +1,10 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.5 2007/03/03 15:08:38 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/emul-libs.eclass,v 1.6 2007/04/23 19:35:05 swegener Exp $
 
 #
 # Original Author: Simon Stelling <blubb@gentoo.org>
-# Purpose: Providing a template for the app-emulation/emul-linux-* packages 
+# Purpose: Providing a template for the app-emulation/emul-linux-* packages
 #
 
 EXPORT_FUNCTIONS src_unpack src_install
@@ -24,10 +24,10 @@ RDEPEND=""
 emul-libs_src_unpack() {
        einfo "Note: You can safely ignore the 'trailing garbage after EOF'"
        einfo "      warnings below"
-       
+
        unpack ${A}
        cd "${S}"
-       
+
        ALLOWED=${ALLOWED:-^${S}/etc/env.d}
        find "${S}" ! -type d ! -name '*.so*' | egrep -v "${ALLOWED}" | xargs -d $'\n' rm -f || die 'failed to remove everything but *.so*'
 }
index 85cc6a67956819173dde5fae26cef7d29be6c7f9..03f6892204650d01cdd5dc839ef7421bc4491c2d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gkrellm-plugin.eclass,v 1.2 2007/03/12 17:39:01 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gkrellm-plugin.eclass,v 1.3 2007/04/23 19:35:05 swegener Exp $
 
 #
 # Original Author: Jim Ramsay <lack@gentoo.org>
@@ -52,7 +52,7 @@ gkrellm-plugin_server_dir() {
 }
 
 gkrellm-plugin_pkg_setup() {
-       if [[ -z "${PLUGIN_SERVER_SO}" ]] && 
+       if [[ -z "${PLUGIN_SERVER_SO}" ]] &&
                ! built_with_use app-admin/gkrellm X; then
                eerror "This plugin requires the X frontend of gkrellm."
                eerror "Please re-emerge app-admin/gkrellm with USE=\"X\""
index 483b96efa8edcc8aa0ce8315f616cc8b00c7bf91..58738ec50034738e5668e9fd33c8dcaede70c775 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.24 2007/02/16 14:59:23 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.25 2007/04/23 19:35:05 swegener Exp $
 #
 # Author: George Shapovalov <george@gentoo.org>
 # Belongs to: ada herd <ada@gentoo.org>
@@ -322,7 +322,7 @@ gnatbuild_pkg_postinst() {
 
 gnatbuild_pkg_postrm() {
        elog "Automatic cleanup requires a somewhat big rewamp of eclasses to not"
-       elog "breack updates. For now, if you are removing this issue of gnat compiler" 
+       elog "breack updates. For now, if you are removing this issue of gnat compiler"
        elog "(if this is the last version of gnat-gcc or gnat-gpl that is being "
        elog "removed), please manually run:"
        elog "   rm /etc/env.d/55gnat-*"
index f35fab8bff036efd31e0216a91175cd7c6a8dbaa..61ad43f7e380069f8cf5f7d5a63e9d7c4f8f5e9d 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.150 2007/04/22 15:59:26 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde-functions.eclass,v 1.151 2007/04/23 19:35:05 swegener Exp $
 #
 # Author Dan Armak <danarmak@gentoo.org>
 #
@@ -915,7 +915,7 @@ postprocess_desktop_entries() {
        if [[ -z ${KDEBASE} ]] ; then
                local desktop_entries="$(find "${D}${PREFIX}/share/applnk" -name '*.desktop' \
                        -not -path '*.hidden*' 2>/dev/null)"
-       
+
                if [[ -n ${desktop_entries} ]]; then
                        for entry in ${desktop_entries} ; do
                                dodir ${PREFIX}/share/applications/kde
index 60a5a121b22ac15e76c5b92fd445c79459a2ab22..7acb891bccf154ac141e13db39d0429260ccb098 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.73 2007/04/15 13:00:51 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.74 2007/04/23 19:35:05 swegener Exp $
 
 # Author: Francesco Riosa (Retired) <vivo@gentoo.org>
 # Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -524,7 +524,7 @@ mysql_src_unpack() {
 
        if mysql_version_is_at_least "5.1.12" ; then
                rebuilddirlist="."
-               # TODO: check this with a cmake expert 
+               # TODO: check this with a cmake expert
                use innodb \
                && cmake \
                        -DCMAKE_C_COMPILER=$(type -P $(tc-getCC)) \
index 9e9014b55b49f9ecb68b402f2a33b93c39798236..1ee719a4e351fac121fdf2282e4e9bda4dcd9bda 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.19 2007/04/15 12:18:49 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mysql_fx.eclass,v 1.20 2007/04/23 19:35:05 swegener Exp $
 
 # Author: Francesco Riosa (Retired) <vivo@gentoo.org>
 # Maintainer: Luca Longinotti <chtekk@gentoo.org>
@@ -58,7 +58,7 @@ mysql_check_version_range() {
 _mysql_test_patch_ver_pn() {
        local allelements=", version, package name"
        # So that it fails the directory test if none of them exist
-       local filesdir="/dev/null" 
+       local filesdir="/dev/null"
        for d in "${WORKDIR}/mysql-extras-${MY_EXTRAS_VER}" \
                "${WORKDIR}/mysql-extras" ; do
                if [ -d "${d}" ]; then
@@ -77,10 +77,10 @@ _mysql_test_patch_ver_pn() {
 
        [[ $(( $flags & $(( 2 + 4 )) )) -gt 0 ]] \
        && allelements="${allelements//", version"}"
-       
+
        [[ $(( $flags & $(( 8 + 16 )) )) -gt 0 ]] \
        && allelements="${allelements//", package name"}"
-       
+
        [[ -n "${allelements}" ]] && [[ "${flags}" -gt 0 ]] \
        && ewarn "QA notice: ${allelements} missing in ${pname} patch"
 
index 4de1bc9b15b43c46e4a6b2a23514729d5a50d960..c2dd91cbb0877be16a0091ae5351abcd82233e1f 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.4 2007/02/21 20:49:45 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/savedconfig.eclass,v 1.5 2007/04/23 19:35:05 swegener Exp $
 
 # Original Author: Daniel Black <dragonheart@gentoo.org>
 #
@@ -80,8 +80,8 @@ restore_config() {
        local base=${PORTAGE_CONFIGROOT}/etc/portage/savedconfig
        for check in {${CATEGORY}/${PF},${CATEGORY}/${P},${CATEGORY}/${PN}}; do
                configfile=${base}/${CTARGET}/${check}
-               [[ -r ${configfile} ]] || configfile=${base}/${CHOST}/${check} 
-               [[ -r ${configfile} ]] || configfile=${base}/${check} 
+               [[ -r ${configfile} ]] || configfile=${base}/${CHOST}/${check}
+               [[ -r ${configfile} ]] || configfile=${base}/${check}
                einfo "Checking existence of ${configfile} ..."
                if [[ -r "${configfile}" ]]; then
                        einfo "found ${configfile}"
@@ -101,7 +101,7 @@ restore_config() {
                treecopy . "${dest}" \
                        || die "Failed to restore ${found} to $1"
                popd
-       elif [[ -a {found} ]]; then 
+       elif [[ -a {found} ]]; then
                die "do not know how to handle non-file/directory ${found}"
        else
                eerror "No saved config to restore - please remove USE=saveconfig or"
index 9f994de7da0f063f60c208d39acabc4cad9ede5a..f50378743712af681b3bfe44fe661c33e2377157 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.9 2007/01/22 17:48:18 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/tla.eclass,v 1.10 2007/04/23 19:35:05 swegener Exp $
 #
 # Original Author:    Jeffrey Yasskin <jyasskin@mail.utexas.edu>
 #
@@ -182,7 +182,7 @@ tla_src_unpack() {
        local OLD_SHOPTS=$(shopt -p)
        shopt -s dotglob        # get any dotfiles too.
        cp -Rf "$ETLA_TOP_DIR/$ETLA_CACHE_DIR"/* "${WORKDIR}/${P}"
-       eval "$OLD_SHOPTS" 
+       eval "$OLD_SHOPTS"
 
        # implement some of base_src_unpack's functionality;
        # note however that base.eclass may not have been inherited!
index f3a875332a6bad91d771b4cedb99cdb84c3755fe..6640ca391e74631d29e7e4eef8cf94efb54c44c3 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2004 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.12 2007/01/10 05:49:10 antarus Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.13 2007/04/23 19:35:05 swegener Exp $
 #
 # Original Author: Ciaran McCreesh <ciaranm@gentoo.org>
 #
@@ -152,7 +152,7 @@ get_major_version() {
 #    1-2    1.2.3       -> 1.2
 #    2-     1.2.3       -> 2.3
 get_version_component_range() {
-       __versionator_shopt_toggle on 
+       __versionator_shopt_toggle on
        local c v="${2:-${PV}}" range="${1}" range_start range_end i=-1 j=0
        c=( $(get_all_version_components ${v} ) )
        range_start="${range%-*}" ; range_start="${range_start:-1}"