diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-03-18 14:23:01 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-03-18 14:23:01 +0000 |
commit | 4f7a2a515a3b717f35eac2ba7efa7e604be5c7d1 (patch) | |
tree | d0108147afbd67d14c44f7bb4e2d5994e5ad073a /net-www/straw/files | |
parent | Manifest recommit (diff) | |
download | historical-4f7a2a515a3b717f35eac2ba7efa7e604be5c7d1.tar.gz historical-4f7a2a515a3b717f35eac2ba7efa7e604be5c7d1.tar.bz2 historical-4f7a2a515a3b717f35eac2ba7efa7e604be5c7d1.zip |
Moved to net-news/straw.
Diffstat (limited to 'net-www/straw/files')
-rw-r--r-- | net-www/straw/files/digest-straw-0.19.2 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.21.2 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.22 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.22.1 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.23 | 1 | ||||
-rw-r--r-- | net-www/straw/files/digest-straw-0.25.1 | 1 | ||||
-rw-r--r-- | net-www/straw/files/straw-0.21.2-convert_config.patch | 11 |
7 files changed, 0 insertions, 17 deletions
diff --git a/net-www/straw/files/digest-straw-0.19.2 b/net-www/straw/files/digest-straw-0.19.2 deleted file mode 100644 index 0553bedf6e59..000000000000 --- a/net-www/straw/files/digest-straw-0.19.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 c0b4e58aeb47ef1546dd73771900944a straw-0.19.2.tar.bz2 99639 diff --git a/net-www/straw/files/digest-straw-0.21.2 b/net-www/straw/files/digest-straw-0.21.2 deleted file mode 100644 index 019eb0dc37f6..000000000000 --- a/net-www/straw/files/digest-straw-0.21.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 b38a44e252078209653f90a58c9b315f straw-0.21.2.tar.bz2 111910 diff --git a/net-www/straw/files/digest-straw-0.22 b/net-www/straw/files/digest-straw-0.22 deleted file mode 100644 index 47be618c060b..000000000000 --- a/net-www/straw/files/digest-straw-0.22 +++ /dev/null @@ -1 +0,0 @@ -MD5 8cdd2ad3c6d8f4e120eae003831152a0 straw-0.22.tar.bz2 138825 diff --git a/net-www/straw/files/digest-straw-0.22.1 b/net-www/straw/files/digest-straw-0.22.1 deleted file mode 100644 index 5a56cfe6814a..000000000000 --- a/net-www/straw/files/digest-straw-0.22.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 977930b03ba049513f5d1bd981bc3b2f straw-0.22.1.tar.bz2 139164 diff --git a/net-www/straw/files/digest-straw-0.23 b/net-www/straw/files/digest-straw-0.23 deleted file mode 100644 index 57762e550eae..000000000000 --- a/net-www/straw/files/digest-straw-0.23 +++ /dev/null @@ -1 +0,0 @@ -MD5 8dbdb3bbb7a20554a069bca11712d8c3 straw-0.23.tar.bz2 158777 diff --git a/net-www/straw/files/digest-straw-0.25.1 b/net-www/straw/files/digest-straw-0.25.1 deleted file mode 100644 index 8fe79ffb4b70..000000000000 --- a/net-www/straw/files/digest-straw-0.25.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 058a58e945e37cc264c562f5ca4ff781 straw-0.25.1.tar.gz 238215 diff --git a/net-www/straw/files/straw-0.21.2-convert_config.patch b/net-www/straw/files/straw-0.21.2-convert_config.patch deleted file mode 100644 index f627d2abdeec..000000000000 --- a/net-www/straw/files/straw-0.21.2-convert_config.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Config.py~ 2003-11-26 18:34:27.000000000 +0000 -+++ Config.py 2003-11-27 13:23:17.000000000 +0000 -@@ -469,7 +469,7 @@ - if not os.path.exists(config.straw_config_file): - return - -- f = open(config.straw_config_file, "rw") -+ f = open(config.straw_config_file, "r+") - cf = cPickle.load(f) - if cf.has_key('poll_frequency'): - config.poll_frequency = cf.get('poll_frequency') |