diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 13:18:58 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-15 13:18:58 +0000 |
commit | 2c5dda309f65c7647bfa4ed9f6960249d328858c (patch) | |
tree | 599e001893d94c4a0401379ded8e08a16507d2ff /net-p2p/deluge/files | |
parent | Fixed broken desktop entry and some cleanup (see bug #207893). (diff) | |
download | historical-2c5dda309f65c7647bfa4ed9f6960249d328858c.tar.gz historical-2c5dda309f65c7647bfa4ed9f6960249d328858c.tar.bz2 historical-2c5dda309f65c7647bfa4ed9f6960249d328858c.zip |
Version bump
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686
Diffstat (limited to 'net-p2p/deluge/files')
-rw-r--r-- | net-p2p/deluge/files/setup.patch | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/net-p2p/deluge/files/setup.patch b/net-p2p/deluge/files/setup.patch index bc4045b22d3c..88eb0c82bba0 100644 --- a/net-p2p/deluge/files/setup.patch +++ b/net-p2p/deluge/files/setup.patch @@ -1,9 +1,11 @@ ---- setup.py.orig 2008-07-14 22:36:14.000000000 +0200 -+++ setup.py 2008-07-14 22:36:48.000000000 +0200 -@@ -53,26 +53,6 @@ +--- setup.py.orig 2008-07-15 14:54:35.000000000 +0200 ++++ setup.py 2008-07-15 14:54:57.000000000 +0200 +@@ -51,29 +51,6 @@ + else: + return False - # Try to get SVN revision number to append to version - revision_string = "" +-# Try to get SVN revision number to append to version +-revision_string = "" -try: - stdout = os.popen("svn info") - for line in stdout: @@ -17,21 +19,22 @@ - if line.split(" ")[0] == "Revision:": - revision_string = line.split(" ")[1].strip() - break -- +- - f = open("deluge/data/revision", "w") - f.write(revision_string) - f.close() -except: - pass - - +- if not os.environ.has_key("CC"): os.environ["CC"] = "gcc" -@@ -327,10 +307,3 @@ + +@@ -327,10 +304,3 @@ url = "http://deluge-torrent.org", - version = "0.9.01", + version = "0.9.02", ) -- +- -try: - f = open("deluge/data/revision", "w") - f.write("") |