diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-09-22 09:10:23 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-09-22 09:10:23 +0000 |
commit | dac65e15462c6ebed642ca94d78b05a3df6b728c (patch) | |
tree | d12307da1354f368dd4161704221995248759296 /net-p2p/deluge/files | |
parent | alpha/ia64/sparc stable wrt #237913 (diff) | |
download | historical-dac65e15462c6ebed642ca94d78b05a3df6b728c.tar.gz historical-dac65e15462c6ebed642ca94d78b05a3df6b728c.tar.bz2 historical-dac65e15462c6ebed642ca94d78b05a3df6b728c.zip |
Version bump
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.25-gentoo-r7 i686
Diffstat (limited to 'net-p2p/deluge/files')
-rw-r--r-- | net-p2p/deluge/files/setup.patch | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/net-p2p/deluge/files/setup.patch b/net-p2p/deluge/files/setup.patch deleted file mode 100644 index 88eb0c82bba0..000000000000 --- a/net-p2p/deluge/files/setup.patch +++ /dev/null @@ -1,43 +0,0 @@ ---- 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: -- stdout = os.popen("svn info") -- for line in stdout: -- if line.split(" ")[0] == "Revision:": -- revision_string = line.split(" ")[1].strip() -- break -- # Try to get the SVN revision on Gentoo systems -- if revision_string == "": -- stdout = os.popen("svn info /usr/portage/distfiles/svn-src/deluge/deluge-0.6") -- for line in stdout: -- 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 +304,3 @@ - url = "http://deluge-torrent.org", - version = "0.9.02", - ) -- --try: -- f = open("deluge/data/revision", "w") -- f.write("") -- f.close() --except: -- pass |