diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-08 21:53:45 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-08 21:53:45 +0000 |
| commit | acdf616efa73b77936963eaa8b5c715db97646d2 (patch) | |
| tree | d08ef2efee8b7edbf8c1df1a8de26439d6b42bd3 /bin/epkginfo | |
| parent | 8a7c93709f74e29b81b5e7ad5310530d86cfe87c (diff) | |
| download | gentoolkit-acdf616efa73b77936963eaa8b5c715db97646d2.tar.gz | |
Merge rev 113 from djanderson's genscripts repo
svn path=/trunk/gentoolkit/; revision=703
Diffstat (limited to 'bin/epkginfo')
| -rwxr-xr-x | bin/epkginfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/epkginfo b/bin/epkginfo index 747527a..a335403 100755 --- a/bin/epkginfo +++ b/bin/epkginfo @@ -19,7 +19,7 @@ from xml.sax.handler import feature_namespaces import portage from portage.output import * -version = open('/usr/share/gentoolkit/VERSION').read().strip() +__version__ = "svn" def earch(workdir): """Prints arch keywords for a given dir""" @@ -177,7 +177,7 @@ def check_metadata(full_package): def usage(code): """Prints the uage information for this script""" - print green("epkginfo"), "(%s)" % version + print green("epkginfo"), "(%s)" % __version__ print print "Usage: epkginfo [package-cat/]package" sys.exit(code) |
