projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7fe1c00
)
Adding svn revision property to portage.py's VERSION
author
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 15 Oct 2005 06:09:42 +0000
(06:09 -0000)
committer
Jason Stubbs
<jstubbs@gentoo.org>
Sat, 15 Oct 2005 06:09:42 +0000
(06:09 -0000)
svn path=/main/branches/2.0/; revision=2133
pym/portage.py
patch
|
blob
|
history
diff --git
a/pym/portage.py
b/pym/portage.py
index 9adef5521cd91000772caf89ab2ad7f31e90e9c7..25322c9efb5fc3af5bc6fd52d47eb45200e67082 100644
(file)
--- a/
pym/portage.py
+++ b/
pym/portage.py
@@
-4,7
+4,7
@@
# $Id: /var/cvsroot/gentoo-src/portage/pym/portage.py,v 1.524.2.76 2005/05/29 12:40:08 jstubbs Exp $
-VERSION="$Rev
ision: 1.524.2.76 $"[11:-2] + "-cvs
"
+VERSION="$Rev
$"[4:-1].strip() + "-svn
"
# ===========================================================================
# START OF IMPORTS -- START OF IMPORTS -- START OF IMPORTS -- START OF IMPORT