commit:     0dc9b1b27b963679024a2750fcc7301eb29d0ff3
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 02:04:29 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 02:11:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc9b1b2

metadata/repoman: Whitespace cleanup

 metadata/repoman/linechecks.yaml | 36 ++++++++++++++++++------------------
 metadata/repoman/qa_data.yaml    | 12 ++++++------
 metadata/repoman/repository.yaml |  2 +-
 3 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/metadata/repoman/linechecks.yaml b/metadata/repoman/linechecks.yaml
index e8755bfaa92..769cb9402c3 100644
--- a/metadata/repoman/linechecks.yaml
+++ b/metadata/repoman/linechecks.yaml
@@ -36,7 +36,7 @@ errors:
     URI_HTTPS: 'Ebuild uses http:// but should use https:// on line: %d'
 
 eclass_export_functions:
-    - ant-tasks 
+    - ant-tasks
     - apache-2
     - apache-module
     - aspell-dict
@@ -46,7 +46,7 @@ eclass_export_functions:
     - cannadic
     - clutter
     - cmake-utils
-    - db 
+    - db
     - distutils
     - elisp
     - embassy
@@ -139,10 +139,10 @@ eclass_export_functions:
     - x-modular
     - xorg-2
     - zproduct
-  
+
 eclass_info_experimental_inherit:
-    autotools: 
-        funcs: 
+    autotools:
+        funcs:
             - eaclocal
             - eautoconf
             - eautoheader
@@ -156,13 +156,13 @@ eclass_info_experimental_inherit:
         #       the autotools functions.
         # subversion - An ESVN_BOOTSTRAP variable may be used to call one of
         #       the autotools functions.
-        exempt_eclasses: 
+        exempt_eclasses:
             - git
             - git-2
             - subversion
             - autotools-utils
     eutils:
-        funcs: 
+        funcs:
             - estack_push
             - estack_pop
             - eshopts_push
@@ -178,7 +178,7 @@ eclass_info_experimental_inherit:
             - usex
         comprehensive: false
     flag-o-matic:
-        funcs: 
+        funcs:
             - 'filter-(ld)?flags'
             - 'strip-flags'
             - 'strip-unsupported-flags'
@@ -186,26 +186,26 @@ eclass_info_experimental_inherit:
             - 'append-libs'
         comprehensive: false
     libtool:
-        funcs: 
+        funcs:
             - elibtoolize
         comprehensive: true
-        exempt_eclasses: 
+        exempt_eclasses:
             - autotools
     multilib:
-        funcs: 
+        funcs:
             - get_libdir
         # These are "eclasses are the whole ebuild" type thing.
-        exempt_eclasses: 
+        exempt_eclasses:
             - autotools
             - libtool
             - multilib-minimal
         comprehensive: false
-    multiprocessing: 
+    multiprocessing:
         funcs:
             - makeopts_jobs
         comprehensive: false
     prefix:
-        funcs: 
+        funcs:
             - eprefixify
         comprehensive: true
     toolchain-funcs:
@@ -224,8 +224,8 @@ eclass_info_experimental_inherit:
 
 # non experimental_inherit
 eclass_info:
-    autotools: 
-        funcs: 
+    autotools:
+        funcs:
             - eaclocal
             - eautoconf
             - eautoheader
@@ -240,13 +240,13 @@ eclass_info:
         #       the autotools functions.
         # subversion - An ESVN_BOOTSTRAP variable may be used to call one of
         #       the autotools functions.
-        exempt_eclasses: 
+        exempt_eclasses:
             - git
             - git-2
             - subversion
             - autotools-utils
     prefix:
-        funcs: 
+        funcs:
             - eprefixify
         comprehensive: true
 

diff --git a/metadata/repoman/qa_data.yaml b/metadata/repoman/qa_data.yaml
index a5176cf8036..f9950c580cb 100644
--- a/metadata/repoman/qa_data.yaml
+++ b/metadata/repoman/qa_data.yaml
@@ -1,5 +1,5 @@
 ---
-# This yaml syntax file holds various configuration data for 
+# This yaml syntax file holds various configuration data for
 # the Quality-Assurance checks performed.
 
 # no random drive-by commits please
@@ -155,7 +155,7 @@ qahelp:
     wxwidgets:
         eclassnotused: "Ebuild DEPENDs on x11-libs/wxGTK without inheriting 
wxwidgets.eclass"
 
-# qawarnings: Non-fatal warnings, 
+# qawarnings: Non-fatal warnings,
 #             all values in here MUST have a corresponding qahelp entry
 # list
 qawarnings:
@@ -210,10 +210,10 @@ ruby_deprecated:
     - ruby_targets_ruby19
     - ruby_targets_ruby20
 
-# suspect_rdepend: Common build only Dependencies 
+# suspect_rdepend: Common build only Dependencies
 #                  not usually run time dependencies
 # list
-suspect_rdepend: 
+suspect_rdepend:
   - app-arch/cabextract
   - app-arch/rpm2targz
   - app-doc/doxygen
@@ -256,8 +256,8 @@ suspect_rdepend:
 
 # suspect_virtual: Dependencies that should usually be made to the virtual
 #                  Not to the final target library
-# dictionary  
-suspect_virtual: 
+# dictionary
+suspect_virtual:
   dev-libs/libusb: virtual/libusb
   dev-libs/libusb-compat: virtual/libusb
   dev-libs/libusbx: virtual/libusb

diff --git a/metadata/repoman/repository.yaml b/metadata/repoman/repository.yaml
index e5d453d0d53..fab9079f808 100644
--- a/metadata/repoman/repository.yaml
+++ b/metadata/repoman/repository.yaml
@@ -68,4 +68,4 @@ linechecks_modules:
     blankline
     addpredict
     noasneeded
-    
+

Reply via email to