analyse namespace change to enalyze and standardize the spelling to use the 'z' variant.
authordol-sen <brian.dolbec@gmail.com>
Wed, 11 May 2011 06:46:34 +0000 (23:46 -0700)
committerdol-sen <brian.dolbec@gmail.com>
Wed, 11 May 2011 07:07:11 +0000 (00:07 -0700)
bin/enalyze [moved from bin/analyse with 90% similarity]
man/enalyze.1 [moved from man/analyse.1 with 80% similarity]
pym/gentoolkit/enalyze/__init__.py [moved from pym/gentoolkit/analyse/__init__.py with 93% similarity]
pym/gentoolkit/enalyze/analyze.py [moved from pym/gentoolkit/analyse/analyse.py with 90% similarity]
pym/gentoolkit/enalyze/base.py [moved from pym/gentoolkit/analyse/base.py with 96% similarity]
pym/gentoolkit/enalyze/lib.py [moved from pym/gentoolkit/analyse/lib.py with 98% similarity]
pym/gentoolkit/enalyze/output.py [moved from pym/gentoolkit/analyse/output.py with 99% similarity]
pym/gentoolkit/enalyze/rebuild.py [moved from pym/gentoolkit/analyse/rebuild.py with 93% similarity]

similarity index 90%
rename from bin/analyse
rename to bin/enalyze
index a90410bc0fd1abd396d268384ac46a45d7dc1146..e48c5b484569e5457c4bf133c08ed430d2f9f75c 100755 (executable)
@@ -6,7 +6,7 @@
 #
 # $Header$
 
-"""'analyse' is a flexible utility for Gentoo linux which can display various
+"""'enalyze' is a flexible utility for Gentoo linux which can display various
 information about installed packages, such as the USE flags used and the
 packages that use them.  It can also be used to help rebuild /etc/portage/package.*
 files in the event of corruption, and possibly more.
@@ -33,10 +33,10 @@ except KeyboardInterrupt:
        print()
        sys.exit(1)
 
-from gentoolkit import analyse, errors
+from gentoolkit import enalyze, errors
 
 try:
-       analyse.main()
+       enalyze.main()
 except errors.GentoolkitException as err:
        if '--debug' in sys.argv:
                raise
similarity index 80%
rename from man/analyse.1
rename to man/enalyze.1
index b8db3e8737c341fc7920b24694d075149e159ada..506d6197e792189f166acd34e3b68a0358a82890 100644 (file)
@@ -1,13 +1,13 @@
-.TH "ANALYSE" "22" "Febuary 2010" "GENTOOLKIT" ""
+.TH "ENALYZE" "22" "Febuary 2010" "GENTOOLKIT" ""
 .SH "NAME"
-analyse \- Gentoo Installed Package Analysis Tool
+enalyze \- Gentoo Installed Package Analysis Tool
 
 .SH "SYNOPSIS"
-.BI "analyse " "[global\-options] " "module " "[local\-options]" "TARGET"
+.BI "enalyze " "[global\-options] " "module " "[local\-options]" "TARGET"
 
 .SH "DESCRIPTION"
-.B Analyse
-Is a collection of modules for analysing the state of installed Gentoo packages for
+.B Enalyze
+Is a collection of modules for analyzing the state of installed Gentoo packages for
 USE flags or keywords used for installation, and their current masking status.
 .br 
 It can also optionally (re)generate new /etc/portage/package.* files.
@@ -15,7 +15,7 @@ It can also optionally (re)generate new /etc/portage/package.* files.
 
 .br 
 .B CAUTION:
-This is beta software and is not yet feature complete. Some features, options or its name
+This is beta software and is not yet feature complete. Some features, options 
 may change in the future.   Any files that it generates are saved to your home directory
 and will not harm your system without effort on your part.
 .br 
@@ -37,7 +37,7 @@ Do not colorize output.
 .B \-N, \-\-no\-pipe
 .br 
 Turn off automatic pipe detection. Use this option if you do not want
-.B analyse
+.B enalyze
 To detect if the output is being directed to the screen or to another program
 and adjust color and verbosity accordingly.
 .HP
@@ -48,7 +48,7 @@ Display \fBGentoolkit\fP's version. Please include this in all bug reports. (see
 below)
 
 .SH "MODULES"
-.B Analyse
+.B Enalyze
 Uses a system of modules. Each module has both a long and short name. 
 The list below uses the notation "\fBmodule (m)\fP", where \fIm\fP is the short name
 and \fImodule\fP is the long name.
@@ -58,11 +58,11 @@ You can view the
 message for a specific module by using
 .BR "\-h" ", " "\-\-help "
 as either a global option (after
-.B analyse
+.B enalyze
 and before the module name) or as a local option (after the module name).
 
 .SS
-.BI "analyse (a) [OPTIONS] TARGET"
+.BI "analyze (a) [OPTIONS] TARGET"
 Report on all installed packages for \fITARGET\fP.
 .P
 
@@ -70,20 +70,20 @@ Report on all installed packages for \fITARGET\fP.
 .HP
 .B use
 .br 
-Will analyse the installed with USE flags for output results.
+Will analyze the installed with USE flags for output results.
 .HP
 .B pkguse
 .br 
-Will analyse the USE flags information from the installed pkg's 'PKGUSE' file which contains 
+Will analyze the USE flags information from the installed pkg's 'PKGUSE' file which contains 
 only flags settings from /etc/portage/package.use at the time of installation.
 .HP
 .B keywords
 .br 
-Will analyse the recorded keywords for output results.
+Will analyze the recorded keywords for output results.
 .HP
 .B unmask
 .br 
-Will analyse the installed packages and portage trees for pkgs that require unmasking and report them.
+Will analyze the installed packages and portage trees for pkgs that require unmasking and report them.
 .br 
 .P
 .I R "LOCAL OPTIONS" ":"
@@ -100,7 +100,7 @@ Gives more detail about the results found and the current task being performed.
 .I R "EXAMPLES" ":"
 .EX
 .HP
-analyse a \-\-verbose \-\-unset use
+enalyze a \-\-verbose \-\-unset use
 .EE
 .br 
 Report on all use flags used to install the packages.  (\-\-unset) Include in the report all flags
@@ -120,15 +120,15 @@ other than the default settings.
 .HP
 .B use
 .br 
-Will analyse the USE flags for output results.
+Will analyze the USE flags for output results.
 .HP
 .B keywords
 .br 
-Will analyse the keywords for output results.
+Will analyze the keywords for output results.
 .HP
 .B unmask
 .br 
-Will analyse the installed packages and portage trees for pkgs that require
+Will analyze the installed packages and portage trees for pkgs that require
 unmasking and produce output/a new /etc/portage/package.unmask file.
 .P
 .I R "LOCAL OPTIONS" ":"
@@ -154,10 +154,10 @@ Gives more detail about the results found and the current task being performed.
 .I R "EXAMPLES" ":"
 .EX
 .HP
-analyse rebuild \-p use
+enalyze rebuild \-p use
 .EE
 .br 
-Analyse the installed packages database and current system USE flag settings
+Analyze the installed packages database and current system USE flag settings
  and output the results in the form of:
 .br 
    
@@ -174,17 +174,17 @@ for the current settings and pkg ebuild. (not Implemented yet)
 .HP
 .B use
 .br 
-Will analyse the USE flags and /etc/portage/package.use file(s) for entries that
+Will analyze the USE flags and /etc/portage/package.use file(s) for entries that
 are redundant or no longer used by the pkg.
 .HP
 .B keywords
 .br 
-Will analyse the keywords and /etc/portage/package.keywords file(s) for entries
+Will analyze the keywords and /etc/portage/package.keywords file(s) for entries
 that are no longer needed.
 .HP
 .B unmask
 .br 
-Will analyse the installed packages, /etc/portage/package.unmask file(s) and
+Will analyze the installed packages, /etc/portage/package.unmask file(s) and
 portage trees for pkgs that no longer require unmasking.
 .P
 .I R "LOCAL OPTIONS" ":"
similarity index 93%
rename from pym/gentoolkit/analyse/__init__.py
rename to pym/gentoolkit/enalyze/__init__.py
index 46d618505244c2c5d450f1e497dcaefa6532db62..b43a82c07ebd05759c009781f25dc7593dc3a287 100644 (file)
@@ -16,7 +16,7 @@
 __docformat__ = 'epytext'
 # version is dynamically set by distutils sdist
 __version__ = "svn"
-__productname__ = "analyse"
+__productname__ = "enalyze"
 __authors__ = (
        'Brian Dolbec, <brian.dolbec@gmail.com>'
 
@@ -48,15 +48,15 @@ from gentoolkit.formatters import format_options
 
 
 NAME_MAP = {
-       'a': 'analyse',
+       'a': 'analyze',
        'r': 'rebuild'
 }
 
 FORMATTED_OPTIONS = (
-               ("    (a)nalyse",
-               "analyses the installed PKG database USE flag or keyword useage"),
+               ("    (a)nalyze",
+               "analyzes the installed PKG database USE flag or keyword useage"),
                ("    (r)ebuild",
-               "analyses the Installed PKG database and generates files suitable"),
+               "analyzes the Installed PKG database and generates files suitable"),
                ("  ",
                "to replace corrupted or missing /etc/portage/package.* files")
        )
similarity index 90%
rename from pym/gentoolkit/analyse/analyse.py
rename to pym/gentoolkit/enalyze/analyze.py
index e2628e39823077730309e9f502d0bacba13a2cd6..180865ddc5203ac94a2c959eb696c8d1eb97decf 100644 (file)
@@ -14,11 +14,11 @@ import sys
 
 import gentoolkit
 from gentoolkit.dbapi import PORTDB, VARDB
-from gentoolkit.analyse.base import ModuleBase
+from gentoolkit.enalyze.base import ModuleBase
 from gentoolkit import pprinter as pp
 from gentoolkit.flag import get_installed_use, get_flags
-from gentoolkit.analyse.lib import FlagAnalyzer, KeywordAnalyser
-from gentoolkit.analyse.output import nl, AnalysisPrinter
+from gentoolkit.enalyze.lib import FlagAnalyzer, KeywordAnalyser
+from gentoolkit.enalyze.output import nl, AnalysisPrinter
 from gentoolkit.package import Package
 from gentoolkit.helpers import get_installed_cpvs
 
@@ -35,10 +35,10 @@ def gather_flags_info(
                _get_flags=get_flags,
                _get_used=get_installed_use
                ):
-       """Analyse the installed pkgs USE flags for frequency of use
+       """Analyze the installed pkgs USE flags for frequency of use
 
        @type cpvs: list
-       @param cpvs: optional list of [cat/pkg-ver,...] to analyse or
+       @param cpvs: optional list of [cat/pkg-ver,...] to analyze or
                        defaults to entire installed pkg db
        @type: system_flags: list
        @param system_flags: the current default USE flags as defined
@@ -46,13 +46,13 @@ def gather_flags_info(
        @type include_unset: bool
        @param include_unset: controls the inclusion of unset USE flags in the report.
        @type target: string
-       @param target: the environment variable being analysed
+       @param target: the environment variable being analyzed
                        one of ["USE", "PKGUSE"]
        @type _get_flags: function
        @param _get_flags: ovride-able for testing,
-                       defaults to gentoolkit.analyse.lib.get_flags
+                       defaults to gentoolkit.enalyze.lib.get_flags
        @param _get_used: ovride-able for testing,
-                       defaults to gentoolkit.analyse.lib.get_installed_use
+                       defaults to gentoolkit.enalyze.lib.get_installed_use
        @rtype dict. {flag:{"+":[cat/pkg-ver,...], "-":[cat/pkg-ver,...], "unset":[]}
        """
        if cpvs is None:
@@ -103,9 +103,9 @@ def gather_keywords_info(
                keywords=portage.settings["ACCEPT_KEYWORDS"],
                analyser = None
                ):
-       """Analyse the installed pkgs 'keywords' for frequency of use
+       """Analyze the installed pkgs 'keywords' for frequency of use
 
-       @param cpvs: optional list of [cat/pkg-ver,...] to analyse or
+       @param cpvs: optional list of [cat/pkg-ver,...] to analyze or
                        defaults to entire installed pkg db
        @param system_keywords: list of the system keywords
        @param keywords: user defined list of keywords to check and report on
@@ -166,7 +166,7 @@ class Analyse(ModuleBase):
        """
        def __init__(self):
                ModuleBase.__init__(self)
-               self.module_name = "analyse"
+               self.module_name = "enalyze"
                self.options = {
                        "flags": False,
                        "keywords": False,
@@ -193,14 +193,14 @@ class Analyse(ModuleBase):
                }
                self.formatted_options = [
                        ("  -h, --help",  "Outputs this useage message"),
-                       ("  -a, --analyse",
+                       ("  -a, --analyze",
                        "Action, sets the module to gather data and output the"),
                        ("", "formatted stats/information to the screen"),
                        ("  -u, --unset",
                        "Additionally include any unset USE flags and the packages"),
                        ("", "that could use them"),
                        ("  -v, --verbose",
-                       "Used in the analyse action to output more detailed information"),
+                       "Used in the analyze action to output more detailed information"),
                        ("  -p, --prefix",
                        "Used for testing purposes only, runs report using " +
                        "a prefix keyword and 'prefix' USE flag"),
@@ -210,15 +210,15 @@ class Analyse(ModuleBase):
                ]
                self.formatted_args = [
                        ("  use",
-                       "Causes the action to analyse the installed packages USE flags"),
+                       "Causes the action to analyze the installed packages USE flags"),
                        ("  pkguse",
-                       "Causes the action to analyse the installed packages PKGUSE flags"),
+                       "Causes the action to analyze the installed packages PKGUSE flags"),
                        ("  ",
                        "These are flags that have been set in /etc/portage/package.use"),
                        ("  keywords",
-                       "Causes the action to analyse the installed packages keywords"),
+                       "Causes the action to analyze the installed packages keywords"),
                        ("  packages",
-                       "Causes the action to analyse the installed packages and the"),
+                       "Causes the action to analyze the installed packages and the"),
                        ("  ",
                        "USE flags they were installed with"),
                ]
@@ -251,12 +251,12 @@ class Analyse(ModuleBase):
                        self.analyse_packages()
 
        def analyse_flags(self, target):
-               """This will scan the installed packages db and analyse the
+               """This will scan the installed packages db and analyze the
                USE flags used for installation and produce a report on how
                they were used.
 
                @type target: string
-               @param target: the target to be analysed, one of ["use", "pkguse"]
+               @param target: the target to be analyzed, one of ["use", "pkguse"]
                """
                system_use = portage.settings["USE"].split()
                self.printer = AnalysisPrinter(
@@ -307,7 +307,7 @@ class Analyse(ModuleBase):
 
 
        def analyse_keywords(self, keywords=None):
-               """This will scan the installed packages db and analyse the
+               """This will scan the installed packages db and analyze the
                keywords used for installation and produce a report on them.
                """
                print()
@@ -390,11 +390,11 @@ class Analyse(ModuleBase):
 
 
        def analyse_packages(self):
-               """This will scan the installed packages db and analyse the
+               """This will scan the installed packages db and analyze the
                USE flags used for installation and produce a report.
 
                @type target: string
-               @param target: the target to be analysed, one of ["use", "pkguse"]
+               @param target: the target to be analyzed, one of ["use", "pkguse"]
                """
                system_use = portage.settings["USE"].split()
                if self.options["verbose"]:
@@ -437,7 +437,7 @@ class Analyse(ModuleBase):
 
 
 def main(input_args):
-       """Common starting method by the analyse master
+       """Common starting method by the analyze master
        unless all modules are converted to this class method.
 
        @param input_args: input args as supplied by equery master module.
similarity index 96%
rename from pym/gentoolkit/analyse/base.py
rename to pym/gentoolkit/enalyze/base.py
index a3f3feda521f04272759f744242d3282ce2e7039..662270423e25d68ec8c67ccb0e40e1f89588edce 100644 (file)
@@ -6,7 +6,7 @@
 #
 # $Header: $
 
-"""Analyse Base Module class to hold common module operation functions
+"""Enalyze Base Module class to hold common module operation functions
 """
 
 from __future__ import print_function
@@ -25,7 +25,7 @@ from gentoolkit.base import mod_usage
 from gentoolkit import CONFIG
 
 class ModuleBase(object):
-       """Analyse base module class to parse module options print module help, etc.."""
+       """Enalyze base module class to parse module options print module help, etc.."""
 
        def __init__(self):
                self.module_name = None
similarity index 98%
rename from pym/gentoolkit/analyse/lib.py
rename to pym/gentoolkit/enalyze/lib.py
index 901d75701991be1d55bbe27746b0316748ba6dc6..015e23b3e9247c8786ef1d12aa2db4d049405c90 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 
-"""Provides support functions to analyse modules"""
+"""Provides support functions to enalyze modules"""
 
 import sys
 
@@ -69,7 +69,7 @@ class FlagAnalyzer(object):
                return self._analyse(installed, iuse)
 
        def _analyse(self, installed, iuse):
-               """Analyses the supplied info and returns the flag settings
+               """Analyzes the supplied info and returns the flag settings
                that differ from the defaults
 
                @type installed: set
similarity index 99%
rename from pym/gentoolkit/analyse/output.py
rename to pym/gentoolkit/enalyze/output.py
index b193d546ddd15fa6172e4fd4b9f51073f53bb173..326ebbcb10bdf01d7f9670ada941b8ae41f6fd71 100644 (file)
@@ -291,7 +291,7 @@ class RebuildPrinter(CpvValueWrapper):
 
                h=("# This package.%s file was generated by "
                        %self.target +
-                       "gentoolkit's 'analyse rebuild' module\n"
+                       "gentoolkit's 'enalyze rebuild' module\n"
                        "# Date: " + time.asctime() + "\n"
                )
                return h
similarity index 93%
rename from pym/gentoolkit/analyse/rebuild.py
rename to pym/gentoolkit/enalyze/rebuild.py
index 091df3aa526f701f27206d28d90f3f17d5adbe49..f1d7e88b3a884ce5e26a824b76e4569b9e6c9f25 100644 (file)
@@ -18,12 +18,12 @@ import sys
 
 import gentoolkit
 from gentoolkit.dbapi import PORTDB, VARDB
-from gentoolkit.analyse.base import ModuleBase
+from gentoolkit.enalyze.base import ModuleBase
 from gentoolkit import pprinter as pp
-from gentoolkit.analyse.lib import (get_installed_use, get_flags, FlagAnalyzer,
+from gentoolkit.enalyze.lib import (get_installed_use, get_flags, FlagAnalyzer,
        KeywordAnalyser)
 from gentoolkit.flag import reduce_flags
-from gentoolkit.analyse.output import RebuildPrinter
+from gentoolkit.enalyze.output import RebuildPrinter
 from gentoolkit.atom import Atom
 
 
@@ -42,16 +42,16 @@ def cpv_all_diff_use(
        and the currently installed pkgs recorded USE flag settings
 
        @type cpvs: list
-       @param cpvs: optional list of [cat/pkg-ver,...] to analyse or
+       @param cpvs: optional list of [cat/pkg-ver,...] to analyze or
                        defaults to entire installed pkg db
        @type: system_flags: list
        @param system_flags: the current default USE flags as defined
                        by portage.settings["USE"].split()
        @type _get_flags: function
        @param _get_flags: ovride-able for testing,
-                       defaults to gentoolkit.analyse.lib.get_flags
+                       defaults to gentoolkit.enalyze.lib.get_flags
        @param _get_used: ovride-able for testing,
-                       defaults to gentoolkit.analyse.lib.get_installed_use
+                       defaults to gentoolkit.enalyze.lib.get_installed_use
        @rtype dict. {cpv:['flag1', '-flag2',...]}
        """
        if cpvs is None:
@@ -91,9 +91,9 @@ def cpv_all_diff_keywords(
                keywords=portage.settings["ACCEPT_KEYWORDS"],
                analyser = None
                ):
-       """Analyse the installed pkgs 'keywords' for difference from ACCEPT_KEYWORDS
+       """Analyze the installed pkgs 'keywords' for difference from ACCEPT_KEYWORDS
 
-       @param cpvs: optional list of [cat/pkg-ver,...] to analyse or
+       @param cpvs: optional list of [cat/pkg-ver,...] to analyze or
                        defaults to entire installed pkg db
        @param system_keywords: list of the system keywords
        @param keywords: user defined list of keywords to check and report on
@@ -182,11 +182,11 @@ class Rebuild(ModuleBase):
                ]
                self.formatted_args = [
                        ("    use",
-                       "causes the action to analyse the installed packages USE flags"),
+                       "causes the action to analyze the installed packages USE flags"),
                        ("    keywords",
-                       "causes the action to analyse the installed packages keywords"),
+                       "causes the action to analyze the installed packages keywords"),
                        ("    unmask",
-                       "causes the action to analyse the installed packages " + \
+                       "causes the action to analyze the installed packages " + \
                        "current mask status")
                ]
                self.short_opts = "hepsv"
@@ -269,7 +269,7 @@ class Rebuild(ModuleBase):
        def rebuild_keywords(self):
                print("Module action not yet available")
                print()
-               """This will scan the installed packages db and analyse the
+               """This will scan the installed packages db and analyze the
                keywords used for installation and produce a report on them.
                """
                system_keywords = portage.settings["ACCEPT_KEYWORDS"].split()
@@ -357,7 +357,7 @@ class Rebuild(ModuleBase):
 
 
 def main(input_args):
-       """Common starting method by the analyse master
+       """Common starting method by the analyze master
        unless all modules are converted to this class method.
 
        @param input_args: input args as supplied by equery master module.