public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/webapp-config:master commit in: sbin/, WebappConfig/
@ 2012-06-29 13:00 Anthony G. Basile
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile @ 2012-06-29 13:00 UTC (permalink / raw
  To: gentoo-commits

commit:     248b5549959768ac297756143d0c17b179f313a9
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Fri Jun 29 00:06:26 2012 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Fri Jun 29 12:50:25 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=248b5549

Delete obsolete __version__ attributes.

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

---
 WebappConfig/content.py     |    2 --
 WebappConfig/db.py          |    2 --
 WebappConfig/debug.py       |    1 -
 WebappConfig/dotconfig.py   |    2 --
 WebappConfig/ebuild.py      |    2 --
 WebappConfig/filetype.py    |    2 --
 WebappConfig/permissions.py |    2 --
 WebappConfig/protect.py     |    2 --
 WebappConfig/sandbox.py     |    2 --
 WebappConfig/worker.py      |    2 --
 WebappConfig/wrapper.py     |    2 --
 sbin/webapp-config          |    2 --
 12 files changed, 0 insertions(+), 23 deletions(-)

diff --git a/WebappConfig/content.py b/WebappConfig/content.py
index d6cf3f6..4e0462b 100644
--- a/WebappConfig/content.py
+++ b/WebappConfig/content.py
@@ -18,8 +18,6 @@
 location.  This file records all files and directories of the
 installation.  '''
 
-__version__ = "$Id: content.py 245 2006-01-13 16:57:29Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/db.py b/WebappConfig/db.py
index fc221bf..ccb7b0e 100644
--- a/WebappConfig/db.py
+++ b/WebappConfig/db.py
@@ -17,8 +17,6 @@
 ''' This module provides handlers for the web application database as
 well as the database of virtual installs.  '''
 
-__version__ = "$Id: db.py 264 2006-02-28 14:07:26Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/debug.py b/WebappConfig/debug.py
index 7236e27..5482f43 100644
--- a/WebappConfig/debug.py
+++ b/WebappConfig/debug.py
@@ -6,7 +6,6 @@
 # Distributed under the terms of the GNU General Public License v2
 
 from __future__ import print_function
-__version__ = "$Id: debug.py 159 2005-11-10 09:48:25Z wrobel $"
 
 #################################################################################
 ##

diff --git a/WebappConfig/dotconfig.py b/WebappConfig/dotconfig.py
index ad3d894..ce2845c 100644
--- a/WebappConfig/dotconfig.py
+++ b/WebappConfig/dotconfig.py
@@ -17,8 +17,6 @@
 ''' Handles the information stored within the virtual install location
 about the type of package installed.  '''
 
-__version__ = "$Id: dotconfig.py 219 2006-01-04 20:13:38Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py
index ee09cb4..b22d2ae 100644
--- a/WebappConfig/ebuild.py
+++ b/WebappConfig/ebuild.py
@@ -16,8 +16,6 @@
 # ========================================================================
 ''' Provides a class that handles ebuild related tasks.  '''
 
-__version__ = "$Id: ebuild.py 260 2006-01-29 23:21:56Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/filetype.py b/WebappConfig/filetype.py
index 1de66ba..aca8c59 100644
--- a/WebappConfig/filetype.py
+++ b/WebappConfig/filetype.py
@@ -16,8 +16,6 @@
 # ========================================================================
 ''' A class that returns the file type for a given path.'''
 
-__version__ = "$Id: filetype.py 245 2006-01-13 16:57:29Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/permissions.py b/WebappConfig/permissions.py
index 0bf99ea..f430316 100644
--- a/WebappConfig/permissions.py
+++ b/WebappConfig/permissions.py
@@ -19,8 +19,6 @@ webapp-config needs a permission handling that allows to combine original
 file permission settings with values supplied by the user.
 '''
 
-__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/protect.py b/WebappConfig/protect.py
index 7e3ebf7..4a24d55 100644
--- a/WebappConfig/protect.py
+++ b/WebappConfig/protect.py
@@ -16,8 +16,6 @@
 # ========================================================================
 ''' Helper functions for config protected files.'''
 
-__version__ = "$Id: protect.py 133 2005-11-06 14:34:04Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/sandbox.py b/WebappConfig/sandbox.py
index 88436c3..3a86673 100644
--- a/WebappConfig/sandbox.py
+++ b/WebappConfig/sandbox.py
@@ -18,8 +18,6 @@
 Sandbox operations
 '''
 
-__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/worker.py b/WebappConfig/worker.py
index d57a55c..fbf8f92 100644
--- a/WebappConfig/worker.py
+++ b/WebappConfig/worker.py
@@ -17,8 +17,6 @@
 ''' This module provides the classes for actually adding or removing
 files of a virtual install location.  '''
 
-__version__ = "$Id: worker.py 245 2006-01-13 16:57:29Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/WebappConfig/wrapper.py b/WebappConfig/wrapper.py
index 1897dd6..c6896ab 100644
--- a/WebappConfig/wrapper.py
+++ b/WebappConfig/wrapper.py
@@ -20,8 +20,6 @@ specific features used by webapp-config. This might make it easier
 to use the tool on other distributions.
 '''
 
-__version__ = "$Id: wrapper.py 283 2006-04-20 22:53:04Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------

diff --git a/sbin/webapp-config b/sbin/webapp-config
index 7d30ba6..463581c 100755
--- a/sbin/webapp-config
+++ b/sbin/webapp-config
@@ -18,8 +18,6 @@
 upgrade, and remove web-based applications in a virtual-hosting
 environment.  '''
 
-__version__ = "$Id: webapp-config 126 2005-11-05 23:26:48Z wrobel $"
-
 # ========================================================================
 # Dependencies
 # ------------------------------------------------------------------------



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-29 13:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-29 13:00 [gentoo-commits] proj/webapp-config:master commit in: sbin/, WebappConfig/ Anthony G. Basile

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