public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/world/, pym/portage/emaint/modules/logs/, bin/, ...
@ 2013-03-09 19:05 Zac Medico
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2013-03-09 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9e2446edff53b54410ffa712ddeaa651368e8369
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  9 19:04:56 2013 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 19:04:56 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9e2446ed

Remove stray quotes in emaint docstrings.

---
 bin/emaint                                     |    2 +-
 pym/portage/emaint/__init__.py                 |    2 +-
 pym/portage/emaint/modules/__init__.py         |    2 +-
 pym/portage/emaint/modules/binhost/__init__.py |    2 +-
 pym/portage/emaint/modules/config/__init__.py  |    2 +-
 pym/portage/emaint/modules/logs/__init__.py    |    2 +-
 pym/portage/emaint/modules/move/__init__.py    |    2 +-
 pym/portage/emaint/modules/resume/__init__.py  |    2 +-
 pym/portage/emaint/modules/world/__init__.py   |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/bin/emaint b/bin/emaint
index bc1b92f..f3ef409 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -2,7 +2,7 @@
 # Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'The emaint program provides an interface to system health
+"""The emaint program provides an interface to system health
 	checks and maintenance.
 """
 

diff --git a/pym/portage/emaint/__init__.py b/pym/portage/emaint/__init__.py
index 5e0ae70..2816917 100644
--- a/pym/portage/emaint/__init__.py
+++ b/pym/portage/emaint/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'The emaint program provides checks and maintenance
+"""The emaint program provides checks and maintenance
 on a gentoo system.
 """
 

diff --git a/pym/portage/emaint/modules/__init__.py b/pym/portage/emaint/modules/__init__.py
index 35674e3..593c1ba 100644
--- a/pym/portage/emaint/modules/__init__.py
+++ b/pym/portage/emaint/modules/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'The emaint program  plug-in module provides an automatic method
+"""The emaint program  plug-in module provides an automatic method
 of adding/removing modules to perform checks and maintenance
 on a gentoo system.
 """

diff --git a/pym/portage/emaint/modules/binhost/__init__.py b/pym/portage/emaint/modules/binhost/__init__.py
index 1a61af4..7708dce 100644
--- a/pym/portage/emaint/modules/binhost/__init__.py
+++ b/pym/portage/emaint/modules/binhost/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'The emaint program module provides checks and maintenancefor:
+"""The emaint program module provides checks and maintenancefor:
   Scanning, checking and fixing problems in the world file.
 """
 

diff --git a/pym/portage/emaint/modules/config/__init__.py b/pym/portage/emaint/modules/config/__init__.py
index 22abb07..426df33 100644
--- a/pym/portage/emaint/modules/config/__init__.py
+++ b/pym/portage/emaint/modules/config/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'This emaint module provides checks and maintenance for:
+"""This emaint module provides checks and maintenance for:
 Cleaning the emerge config tracker list
 """
 

diff --git a/pym/portage/emaint/modules/logs/__init__.py b/pym/portage/emaint/modules/logs/__init__.py
index e68c4bc..fb52888 100644
--- a/pym/portage/emaint/modules/logs/__init__.py
+++ b/pym/portage/emaint/modules/logs/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'This emaint module provides checks and maintenance for:
+"""This emaint module provides checks and maintenance for:
 Cleaning the PORT_LOGDIR logs
 """
 

diff --git a/pym/portage/emaint/modules/move/__init__.py b/pym/portage/emaint/modules/move/__init__.py
index 5399440..0b5386f 100644
--- a/pym/portage/emaint/modules/move/__init__.py
+++ b/pym/portage/emaint/modules/move/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'This emaint module provides checks and maintenance for:
+"""This emaint module provides checks and maintenance for:
   1) "Performing package move updates for installed packages",
   2)"Perform package move updates for binary packages"
 """

diff --git a/pym/portage/emaint/modules/resume/__init__.py b/pym/portage/emaint/modules/resume/__init__.py
index 60cffe9..2c6ca87 100644
--- a/pym/portage/emaint/modules/resume/__init__.py
+++ b/pym/portage/emaint/modules/resume/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'This emaint module provides checks and maintenance for:
+"""This emaint module provides checks and maintenance for:
 Cleaning the "emerge --resume" lists
 """
 

diff --git a/pym/portage/emaint/modules/world/__init__.py b/pym/portage/emaint/modules/world/__init__.py
index 103b5c5..7576640 100644
--- a/pym/portage/emaint/modules/world/__init__.py
+++ b/pym/portage/emaint/modules/world/__init__.py
@@ -1,7 +1,7 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""'This emaint module provides checks and maintenance for:
+"""This emaint module provides checks and maintenance for:
 Fixing problems with the "world" file.
 """
 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/world/, pym/portage/emaint/modules/logs/, bin/, ...
@ 2013-03-09 21:45 Zac Medico
  0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2013-03-09 21:45 UTC (permalink / raw
  To: gentoo-commits

commit:     76380aadc45248a704b1a0f8c7c0cc7ed66615c8
Author:     W. Trevor King <wking <AT> tremily <DOT> us>
AuthorDate: Sat Mar  9 19:28:11 2013 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Sat Mar  9 21:42:22 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=76380aad

emaint: Clean and standardize package docstrings and module descriptions

---
 bin/emaint                                     |    3 +--
 pym/portage/emaint/__init__.py                 |    4 +---
 pym/portage/emaint/modules/__init__.py         |    4 +---
 pym/portage/emaint/modules/binhost/__init__.py |    8 +++-----
 pym/portage/emaint/modules/config/__init__.py  |    8 +++-----
 pym/portage/emaint/modules/logs/__init__.py    |    8 +++-----
 pym/portage/emaint/modules/move/__init__.py    |    9 +++------
 pym/portage/emaint/modules/resume/__init__.py  |    6 ++----
 pym/portage/emaint/modules/world/__init__.py   |    8 +++-----
 9 files changed, 20 insertions(+), 38 deletions(-)

diff --git a/bin/emaint b/bin/emaint
index f3ef409..f0e4978 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -2,8 +2,7 @@
 # Copyright 2005-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""The emaint program provides an interface to system health
-	checks and maintenance.
+"""System health checks and maintenance utilities.
 """
 
 from __future__ import print_function

diff --git a/pym/portage/emaint/__init__.py b/pym/portage/emaint/__init__.py
index 2816917..48bc6e2 100644
--- a/pym/portage/emaint/__init__.py
+++ b/pym/portage/emaint/__init__.py
@@ -1,7 +1,5 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""The emaint program provides checks and maintenance
-on a gentoo system.
+"""System health checks and maintenance utilities.
 """
-

diff --git a/pym/portage/emaint/modules/__init__.py b/pym/portage/emaint/modules/__init__.py
index 593c1ba..f67197d 100644
--- a/pym/portage/emaint/modules/__init__.py
+++ b/pym/portage/emaint/modules/__init__.py
@@ -1,7 +1,5 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""The emaint program  plug-in module provides an automatic method
-of adding/removing modules to perform checks and maintenance
-on a gentoo system.
+"""Plug-in modules for system health checks and maintenance.
 """

diff --git a/pym/portage/emaint/modules/binhost/__init__.py b/pym/portage/emaint/modules/binhost/__init__.py
index 7708dce..c60e8bc 100644
--- a/pym/portage/emaint/modules/binhost/__init__.py
+++ b/pym/portage/emaint/modules/binhost/__init__.py
@@ -1,20 +1,18 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""The emaint program module provides checks and maintenancefor:
-  Scanning, checking and fixing problems in the world file.
+"""Scan and generate metadata indexes for binary packages.
 """
 
 
 module_spec = {
 	'name': 'binhost',
-	'description': "Provides functions to scan, check and " + \
-		"Generate a metadata index for binary packages",
+	'description': __doc__,
 	'provides':{
 		'module1': {
 			'name': "binhost",
 			'class': "BinhostHandler",
-			'description':  "Generate a metadata index for binary packages",
+			'description': __doc__,
 			'functions': ['check', 'fix'],
 			'func_desc': {}
 			}

diff --git a/pym/portage/emaint/modules/config/__init__.py b/pym/portage/emaint/modules/config/__init__.py
index 426df33..f0585b3 100644
--- a/pym/portage/emaint/modules/config/__init__.py
+++ b/pym/portage/emaint/modules/config/__init__.py
@@ -1,20 +1,18 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""This emaint module provides checks and maintenance for:
-Cleaning the emerge config tracker list
+"""Check and clean the config tracker list for uninstalled packages.
 """
 
 
 module_spec = {
 	'name': 'config',
-	'description': "Provides functions to scan, check for and fix no " +\
-		"longer installed config files in emerge's tracker file",
+	'description': __doc__,
 	'provides':{
 		'module1': {
 			'name': "cleanconfmem",
 			'class': "CleanConfig",
-			'description':  "Discard no longer installed config tracker entries",
+			'description': __doc__,
 			'functions': ['check', 'fix'],
 			'func_desc': {}
 			}

diff --git a/pym/portage/emaint/modules/logs/__init__.py b/pym/portage/emaint/modules/logs/__init__.py
index fb52888..6f62d03 100644
--- a/pym/portage/emaint/modules/logs/__init__.py
+++ b/pym/portage/emaint/modules/logs/__init__.py
@@ -1,20 +1,18 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""This emaint module provides checks and maintenance for:
-Cleaning the PORT_LOGDIR logs
+"""Check and clean old logs in the PORT_LOGDIR.
 """
 
 
 module_spec = {
 	'name': 'logs',
-	'description': "Provides functions to scan, check and clean old logs " +\
-		"in the PORT_LOGDIR",
+	'description': __doc__,
 	'provides':{
 		'module1': {
 			'name': "logs",
 			'class': "CleanLogs",
-			'description':  "Clean out old logs from the PORT_LOGDIR",
+			'description': __doc__,
 			'functions': ['check','clean'],
 			'func_desc': {
 				'clean': {

diff --git a/pym/portage/emaint/modules/move/__init__.py b/pym/portage/emaint/modules/move/__init__.py
index 0b5386f..d31d7b3 100644
--- a/pym/portage/emaint/modules/move/__init__.py
+++ b/pym/portage/emaint/modules/move/__init__.py
@@ -1,21 +1,18 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""This emaint module provides checks and maintenance for:
-  1) "Performing package move updates for installed packages",
-  2)"Perform package move updates for binary packages"
+"""Perform package move updates for installed and binary packages.
 """
 
 
 module_spec = {
 	'name': 'move',
-	'description': "Provides functions to check for and move packages " +\
-		"either installed or binary packages stored on this system",
+	'description': __doc__,
 	'provides':{
 		'module1': {
 			'name': "moveinst",
 			'class': "MoveInstalled",
-			'description': "Perform package move updates for installed packages",
+			'description': __doc__,
 			'options': ['check', 'fix'],
 			'functions': ['check', 'fix'],
 			'func_desc': {

diff --git a/pym/portage/emaint/modules/resume/__init__.py b/pym/portage/emaint/modules/resume/__init__.py
index 2c6ca87..965e8f9 100644
--- a/pym/portage/emaint/modules/resume/__init__.py
+++ b/pym/portage/emaint/modules/resume/__init__.py
@@ -1,15 +1,13 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""This emaint module provides checks and maintenance for:
-Cleaning the "emerge --resume" lists
+"""Check and fix problems in the resume and/or resume_backup files.
 """
 
 
 module_spec = {
 	'name': 'resume',
-	'description': "Provides functions to scan, check and fix problems " +\
-		"in the resume and/or resume_backup files",
+	'description': __doc__,
 	'provides':{
 		'module1': {
 			'name': "cleanresume",

diff --git a/pym/portage/emaint/modules/world/__init__.py b/pym/portage/emaint/modules/world/__init__.py
index 7576640..3f62270 100644
--- a/pym/portage/emaint/modules/world/__init__.py
+++ b/pym/portage/emaint/modules/world/__init__.py
@@ -1,20 +1,18 @@
 # Copyright 2005-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-"""This emaint module provides checks and maintenance for:
-Fixing problems with the "world" file.
+"""Check and fix problems in the world file.
 """
 
 
 module_spec = {
 	'name': 'world',
-	'description': "Provides functions to scan, " +
-		"check and fix problems in the world file",
+	'description': __doc__,
 	'provides':{
 		'module1':{
 			'name': "world",
 			'class': "WorldHandler",
-			'description':  "Fix problems in the world file",
+			'description': __doc__,
 			'functions': ['check', 'fix'],
 			'func_desc': {}
 			}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-09 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-09 21:45 [gentoo-commits] proj/portage:master commit in: pym/portage/emaint/modules/world/, pym/portage/emaint/modules/logs/, bin/, Zac Medico
  -- strict thread matches above, loose matches on Subject: below --
2013-03-09 19:05 Zac Medico

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox