Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoolkit r832 - in trunk/gentoolkit: . pym/gentoolkit/eshowkw
Date: Thu, 28 Oct 2010 20:19:24
Message-Id: 20101028201913.6918620051@flycatcher.gentoo.org
1 Author: scarabeus
2 Date: 2010-10-28 20:19:13 +0000 (Thu, 28 Oct 2010)
3 New Revision: 832
4
5 Modified:
6 trunk/gentoolkit/pym/gentoolkit/eshowkw/__init__.py
7 trunk/gentoolkit/setup.py
8 Log:
9 Update version string in eshowkw properly.
10
11 Modified: trunk/gentoolkit/pym/gentoolkit/eshowkw/__init__.py
12 ===================================================================
13 --- trunk/gentoolkit/pym/gentoolkit/eshowkw/__init__.py 2010-10-28 20:13:51 UTC (rev 831)
14 +++ trunk/gentoolkit/pym/gentoolkit/eshowkw/__init__.py 2010-10-28 20:19:13 UTC (rev 832)
15 @@ -2,7 +2,7 @@
16 # Distributed under the terms of the GNU General Public License v2
17
18 __package__ = 'eshowkw'
19 -__version__ = '0.5'
20 +__version__ = 'svn'
21
22 import portage
23
24
25 Modified: trunk/gentoolkit/setup.py
26 ===================================================================
27 --- trunk/gentoolkit/setup.py 2010-10-28 20:13:51 UTC (rev 831)
28 +++ trunk/gentoolkit/setup.py 2010-10-28 20:19:13 UTC (rev 832)
29 @@ -38,6 +38,7 @@
30 'pym/gentoolkit/eclean/cli.py',
31 'pym/gentoolkit/analyse/__init__.py',
32 'pym/gentoolkit/equery/__init__.py'
33 + 'pym/gentoolkit/eshowkw/__init__.py'
34 )]