summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2007-01-15 12:11:19 +0000
committerAlin Năstac <mrness@gentoo.org>2007-01-15 12:11:19 +0000
commit9fc72a54561bfd3b99255dfd485c3caf6bc6e8c5 (patch)
tree932cfafad6aae3b4d1e1be7bd9528d8bfa019d57 /net-proxy/polipo/files
parentFix "Range without partial content" error (#162160). Version bump. (diff)
downloadgentoo-2-9fc72a54561bfd3b99255dfd485c3caf6bc6e8c5.tar.gz
gentoo-2-9fc72a54561bfd3b99255dfd485c3caf6bc6e8c5.tar.bz2
gentoo-2-9fc72a54561bfd3b99255dfd485c3caf6bc6e8c5.zip
Fix "Range without partial content" error (#162160). Version bump.
(Portage version: 2.1.1-r2) (Signed Manifest commit)
Diffstat (limited to 'net-proxy/polipo/files')
-rw-r--r--net-proxy/polipo/files/digest-polipo-0.9.9-r23
-rw-r--r--net-proxy/polipo/files/polipo-0.9.9-gentoo.patch28
2 files changed, 0 insertions, 31 deletions
diff --git a/net-proxy/polipo/files/digest-polipo-0.9.9-r2 b/net-proxy/polipo/files/digest-polipo-0.9.9-r2
deleted file mode 100644
index afcc9e41480c..000000000000
--- a/net-proxy/polipo/files/digest-polipo-0.9.9-r2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d58d3c123a3472a6b5bb5b0bb469cfd2 polipo-0.9.9.tar.gz 148476
-RMD160 edb282032f2875154205668405a632a475e2a1ab polipo-0.9.9.tar.gz 148476
-SHA256 506031599bf3006965d9d68ef15c4b8b576aabbef703239bc0c34e70c8ac5df6 polipo-0.9.9.tar.gz 148476
diff --git a/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch b/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch
deleted file mode 100644
index 117852873899..000000000000
--- a/net-proxy/polipo/files/polipo-0.9.9-gentoo.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Nru polipo-0.9.9.orig/Makefile polipo-0.9.9/Makefile
---- polipo-0.9.9.orig/Makefile 2004-06-29 00:30:07.000000000 +0300
-+++ polipo-0.9.9/Makefile 2005-03-26 14:29:21.448931408 +0200
-@@ -80,11 +80,6 @@
- cp -f localindex.html $(TARGET)$(LOCAL_ROOT)/index.html
-
- install.man: all
-- mkdir -p $(TARGET)$(MANDIR)/man1
-- mkdir -p $(TARGET)$(INFODIR)
-- cp -f polipo.man $(TARGET)$(MANDIR)/man1/polipo.1
-- cp polipo.info $(TARGET)$(INFODIR)/
-- install-info --info-dir=$(INFODIR) polipo.info
-
-
- polipo.info: polipo.texi
-diff -Nru polipo-0.9.9.orig/polipo.h polipo-0.9.9/polipo.h
---- polipo-0.9.9.orig/polipo.h 2005-01-20 01:45:03.000000000 +0200
-+++ polipo-0.9.9/polipo.h 2005-03-26 14:30:20.303984080 +0200
-@@ -61,7 +61,9 @@
- #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
- /* nothing */
- #elif defined(__GNUC__)
-+#ifndef inline
- #define inline __inline
-+#endif
- #if (__GNUC__ >= 3)
- #define restrict __restrict
- #else