Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/webapp-config:master commit in: sbin/, WebappConfig/
Date: Fri, 29 Jun 2012 13:01:26
Message-Id: 1340974225.248b5549959768ac297756143d0c17b179f313a9.blueness@gentoo
1 commit: 248b5549959768ac297756143d0c17b179f313a9
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri Jun 29 00:06:26 2012 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 29 12:50:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/webapp-config.git;a=commit;h=248b5549
7
8 Delete obsolete __version__ attributes.
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11
12 ---
13 WebappConfig/content.py | 2 --
14 WebappConfig/db.py | 2 --
15 WebappConfig/debug.py | 1 -
16 WebappConfig/dotconfig.py | 2 --
17 WebappConfig/ebuild.py | 2 --
18 WebappConfig/filetype.py | 2 --
19 WebappConfig/permissions.py | 2 --
20 WebappConfig/protect.py | 2 --
21 WebappConfig/sandbox.py | 2 --
22 WebappConfig/worker.py | 2 --
23 WebappConfig/wrapper.py | 2 --
24 sbin/webapp-config | 2 --
25 12 files changed, 0 insertions(+), 23 deletions(-)
26
27 diff --git a/WebappConfig/content.py b/WebappConfig/content.py
28 index d6cf3f6..4e0462b 100644
29 --- a/WebappConfig/content.py
30 +++ b/WebappConfig/content.py
31 @@ -18,8 +18,6 @@
32 location. This file records all files and directories of the
33 installation. '''
34
35 -__version__ = "$Id: content.py 245 2006-01-13 16:57:29Z wrobel $"
36 -
37 # ========================================================================
38 # Dependencies
39 # ------------------------------------------------------------------------
40
41 diff --git a/WebappConfig/db.py b/WebappConfig/db.py
42 index fc221bf..ccb7b0e 100644
43 --- a/WebappConfig/db.py
44 +++ b/WebappConfig/db.py
45 @@ -17,8 +17,6 @@
46 ''' This module provides handlers for the web application database as
47 well as the database of virtual installs. '''
48
49 -__version__ = "$Id: db.py 264 2006-02-28 14:07:26Z wrobel $"
50 -
51 # ========================================================================
52 # Dependencies
53 # ------------------------------------------------------------------------
54
55 diff --git a/WebappConfig/debug.py b/WebappConfig/debug.py
56 index 7236e27..5482f43 100644
57 --- a/WebappConfig/debug.py
58 +++ b/WebappConfig/debug.py
59 @@ -6,7 +6,6 @@
60 # Distributed under the terms of the GNU General Public License v2
61
62 from __future__ import print_function
63 -__version__ = "$Id: debug.py 159 2005-11-10 09:48:25Z wrobel $"
64
65 #################################################################################
66 ##
67
68 diff --git a/WebappConfig/dotconfig.py b/WebappConfig/dotconfig.py
69 index ad3d894..ce2845c 100644
70 --- a/WebappConfig/dotconfig.py
71 +++ b/WebappConfig/dotconfig.py
72 @@ -17,8 +17,6 @@
73 ''' Handles the information stored within the virtual install location
74 about the type of package installed. '''
75
76 -__version__ = "$Id: dotconfig.py 219 2006-01-04 20:13:38Z wrobel $"
77 -
78 # ========================================================================
79 # Dependencies
80 # ------------------------------------------------------------------------
81
82 diff --git a/WebappConfig/ebuild.py b/WebappConfig/ebuild.py
83 index ee09cb4..b22d2ae 100644
84 --- a/WebappConfig/ebuild.py
85 +++ b/WebappConfig/ebuild.py
86 @@ -16,8 +16,6 @@
87 # ========================================================================
88 ''' Provides a class that handles ebuild related tasks. '''
89
90 -__version__ = "$Id: ebuild.py 260 2006-01-29 23:21:56Z wrobel $"
91 -
92 # ========================================================================
93 # Dependencies
94 # ------------------------------------------------------------------------
95
96 diff --git a/WebappConfig/filetype.py b/WebappConfig/filetype.py
97 index 1de66ba..aca8c59 100644
98 --- a/WebappConfig/filetype.py
99 +++ b/WebappConfig/filetype.py
100 @@ -16,8 +16,6 @@
101 # ========================================================================
102 ''' A class that returns the file type for a given path.'''
103
104 -__version__ = "$Id: filetype.py 245 2006-01-13 16:57:29Z wrobel $"
105 -
106 # ========================================================================
107 # Dependencies
108 # ------------------------------------------------------------------------
109
110 diff --git a/WebappConfig/permissions.py b/WebappConfig/permissions.py
111 index 0bf99ea..f430316 100644
112 --- a/WebappConfig/permissions.py
113 +++ b/WebappConfig/permissions.py
114 @@ -19,8 +19,6 @@ webapp-config needs a permission handling that allows to combine original
115 file permission settings with values supplied by the user.
116 '''
117
118 -__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
119 -
120 # ========================================================================
121 # Dependencies
122 # ------------------------------------------------------------------------
123
124 diff --git a/WebappConfig/protect.py b/WebappConfig/protect.py
125 index 7e3ebf7..4a24d55 100644
126 --- a/WebappConfig/protect.py
127 +++ b/WebappConfig/protect.py
128 @@ -16,8 +16,6 @@
129 # ========================================================================
130 ''' Helper functions for config protected files.'''
131
132 -__version__ = "$Id: protect.py 133 2005-11-06 14:34:04Z wrobel $"
133 -
134 # ========================================================================
135 # Dependencies
136 # ------------------------------------------------------------------------
137
138 diff --git a/WebappConfig/sandbox.py b/WebappConfig/sandbox.py
139 index 88436c3..3a86673 100644
140 --- a/WebappConfig/sandbox.py
141 +++ b/WebappConfig/sandbox.py
142 @@ -18,8 +18,6 @@
143 Sandbox operations
144 '''
145
146 -__version__ = "$Id: permissions.py 129 2005-11-06 12:46:31Z wrobel $"
147 -
148 # ========================================================================
149 # Dependencies
150 # ------------------------------------------------------------------------
151
152 diff --git a/WebappConfig/worker.py b/WebappConfig/worker.py
153 index d57a55c..fbf8f92 100644
154 --- a/WebappConfig/worker.py
155 +++ b/WebappConfig/worker.py
156 @@ -17,8 +17,6 @@
157 ''' This module provides the classes for actually adding or removing
158 files of a virtual install location. '''
159
160 -__version__ = "$Id: worker.py 245 2006-01-13 16:57:29Z wrobel $"
161 -
162 # ========================================================================
163 # Dependencies
164 # ------------------------------------------------------------------------
165
166 diff --git a/WebappConfig/wrapper.py b/WebappConfig/wrapper.py
167 index 1897dd6..c6896ab 100644
168 --- a/WebappConfig/wrapper.py
169 +++ b/WebappConfig/wrapper.py
170 @@ -20,8 +20,6 @@ specific features used by webapp-config. This might make it easier
171 to use the tool on other distributions.
172 '''
173
174 -__version__ = "$Id: wrapper.py 283 2006-04-20 22:53:04Z wrobel $"
175 -
176 # ========================================================================
177 # Dependencies
178 # ------------------------------------------------------------------------
179
180 diff --git a/sbin/webapp-config b/sbin/webapp-config
181 index 7d30ba6..463581c 100755
182 --- a/sbin/webapp-config
183 +++ b/sbin/webapp-config
184 @@ -18,8 +18,6 @@
185 upgrade, and remove web-based applications in a virtual-hosting
186 environment. '''
187
188 -__version__ = "$Id: webapp-config 126 2005-11-05 23:26:48Z wrobel $"
189 -
190 # ========================================================================
191 # Dependencies
192 # ------------------------------------------------------------------------