diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 09:30:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-08-05 09:30:18 +0000 |
commit | a5601e1ce5d10c7e415d3ed54d4f0158a7e88765 (patch) | |
tree | 98aafcb3477f0ec65a69f25ce5025ad0880e8cb6 /net-nntp/hellanzb/files | |
parent | Version bump. (diff) | |
download | gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.tar.gz gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.tar.bz2 gentoo-2-a5601e1ce5d10c7e415d3ed54d4f0158a7e88765.zip |
remove old
(Portage version: 2.2_rc36/cvs/Linux x86_64)
Diffstat (limited to 'net-nntp/hellanzb/files')
-rw-r--r-- | net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch b/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch deleted file mode 100644 index aa13894189c3..000000000000 --- a/net-nntp/hellanzb/files/hellanzb-0.13-strip-extra-space-in-group.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- hellanzb-0.13-orig/Hellanzb/NZBLeecher/NZBParser.py 2008-06-18 15:41:16.000000000 +0200 -+++ hellanzb-0.13/Hellanzb/NZBLeecher/NZBParser.py 2008-06-18 15:42:39.000000000 +0200 -@@ -149,7 +149,7 @@ - self.fileNeedsDownload = None - - elif name == 'group': -- newsgroup = self.parseUnicode(''.join(self.chars)) -+ newsgroup = self.parseUnicode(''.join(self.chars)).strip() - self.file.groups.append(newsgroup) - - self.chars = None |