ulm         14/07/04 08:01:52

  Modified:             eutils.eclass flag-o-matic.eclass kde4-base.eclass
                        kde4-functions.eclass user.eclass
  Log:
  Whitespace.

Revision  Changes    Path
1.435                eclass/eutils.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.435&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?rev=1.435&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/eutils.eclass?r1=1.434&r2=1.435

Index: eutils.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v
retrieving revision 1.434
retrieving revision 1.435
diff -u -r1.434 -r1.435
--- eutils.eclass       27 Apr 2014 19:01:30 -0000      1.434
+++ eutils.eclass       4 Jul 2014 08:01:51 -0000       1.435
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.434 2014/04/27 
19:01:30 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/eutils.eclass,v 1.435 2014/07/04 
08:01:51 ulm Exp $
 
 # @ECLASS: eutils.eclass
 # @MAINTAINER:
@@ -951,7 +951,7 @@
 # @FUNCTION: _eutils_eprefix_init
 # @INTERNAL
 # @DESCRIPTION:
-# Initialized prefix variables for EAPI<3. 
+# Initialized prefix variables for EAPI<3.
 _eutils_eprefix_init() {
        has "${EAPI:-0}" 0 1 2 && : ${ED:=${D}} ${EPREFIX:=} ${EROOT:=${ROOT}}
 }
@@ -1169,7 +1169,7 @@
 # results in: insinto /usr/share/pixmaps
 #             newins foobar.png NEWNAME.png
 #
-# example 2: newicon -s 48 foobar.png NEWNAME.png 
+# example 2: newicon -s 48 foobar.png NEWNAME.png
 # results in: insinto /usr/share/icons/hicolor/48x48/apps
 #             newins foobar.png NEWNAME.png
 # @CODE
@@ -1270,7 +1270,7 @@
        has preserve-libs ${FEATURES} && return 0
 
        _eutils_eprefix_init
-       
+
        local lib notice=0
        for lib in "$@" ; do
                [[ -e ${EROOT}/${lib} ]] || continue



1.200                eclass/flag-o-matic.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.200&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?rev=1.200&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/flag-o-matic.eclass?r1=1.199&r2=1.200

Index: flag-o-matic.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v
retrieving revision 1.199
retrieving revision 1.200
diff -u -r1.199 -r1.200
--- flag-o-matic.eclass 14 Jun 2014 07:34:59 -0000      1.199
+++ flag-o-matic.eclass 4 Jul 2014 08:01:51 -0000       1.200
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.199 
2014/06/14 07:34:59 rhill Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/flag-o-matic.eclass,v 1.200 
2014/07/04 08:01:51 ulm Exp $
 
 # @ECLASS: flag-o-matic.eclass
 # @MAINTAINER:
@@ -616,10 +616,10 @@
                        continue
                fi
                case $flag in
-                       -[lL]*) 
+                       -[lL]*)
                                export LIBS="${LIBS} ${flag}"
                                ;;
-                       -*) 
+                       -*)
                                eqawarn "Appending non-library to LIBS 
(${flag}); Other linker flags should be passed via LDFLAGS"
                                export LIBS="${LIBS} ${flag}"
                                ;;



1.137                eclass/kde4-base.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.137&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?rev=1.137&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-base.eclass?r1=1.136&r2=1.137

Index: kde4-base.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- kde4-base.eclass    14 Jun 2014 18:33:59 -0000      1.136
+++ kde4-base.eclass    4 Jul 2014 08:01:51 -0000       1.137
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.136 2014/06/14 
18:33:59 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.137 2014/07/04 
08:01:51 ulm Exp $
 
 # @ECLASS: kde4-base.eclass
 # @MAINTAINER:
@@ -782,7 +782,7 @@
                fi
 
                cmake-utils_src_test
-       }               
+       }
 
        # When run as normal user during ebuild development with the ebuild 
command, the
        # kde tests tend to access the session DBUS. This however is not 
possible in a real



1.69                 eclass/kde4-functions.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.69&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?rev=1.69&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/kde4-functions.eclass?r1=1.68&r2=1.69

Index: kde4-functions.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- kde4-functions.eclass       14 Jun 2014 18:33:59 -0000      1.68
+++ kde4-functions.eclass       4 Jul 2014 08:01:51 -0000       1.69
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.68 
2014/06/14 18:33:59 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/kde4-functions.eclass,v 1.69 
2014/07/04 08:01:51 ulm Exp $
 
 inherit versionator
 
@@ -131,7 +131,7 @@
        fi
 
        if [[ -a "CMakeLists.txt" ]]; then
-               sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE 
/" \
+               sed -e 
"/add_subdirectory[[:space:]]*([[:space:]]*${1}[[:space:]]*)/s/^/#DONOTCOMPILE 
/" \
                        -i CMakeLists.txt || die "failed to comment 
add_subdirectory(${1})"
        fi
 }



1.23                 eclass/user.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/user.eclass?rev=1.23&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/user.eclass?rev=1.23&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/user.eclass?r1=1.22&r2=1.23

Index: user.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/user.eclass,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- user.eclass 22 Jun 2012 19:18:24 -0000      1.22
+++ user.eclass 4 Jul 2014 08:01:51 -0000       1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.22 2012/06/22 
19:18:24 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/user.eclass,v 1.23 2014/07/04 
08:01:51 ulm Exp $
 
 # @ECLASS: user.eclass
 # @MAINTAINER:
@@ -392,7 +392,7 @@
 # @DESCRIPTION:
 # Update the home directory in a platform-agnostic way.
 # Required parameters is the username and the new home directory.
-# Specify -1 if you want to set home to the enewuser default 
+# Specify -1 if you want to set home to the enewuser default
 # of /dev/null.
 # If the new home directory does not exist, it is created.
 # Any previously existing home directory is NOT moved.




Reply via email to