summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2006-03-06 20:57:45 +0000
committerAlin Năstac <mrness@gentoo.org>2006-03-06 20:57:45 +0000
commit289a2d5e933ed4442f7395fbce23cd5ac9527bb2 (patch)
treecdb84b40f1491a5051e8f2fa576c2b96040436e0 /net-proxy/polipo/files
parentmove compressed patches to the mirrors (diff)
downloadgentoo-2-289a2d5e933ed4442f7395fbce23cd5ac9527bb2.tar.gz
gentoo-2-289a2d5e933ed4442f7395fbce23cd5ac9527bb2.tar.bz2
gentoo-2-289a2d5e933ed4442f7395fbce23cd5ac9527bb2.zip
Remove old version. Stable on x86. Sanitize the ebuild code.
(Portage version: 2.0.54)
Diffstat (limited to 'net-proxy/polipo/files')
-rw-r--r--net-proxy/polipo/files/digest-polipo-0.9.81
-rw-r--r--net-proxy/polipo/files/polipo-0.9.8-gentoo.patch28
2 files changed, 0 insertions, 29 deletions
diff --git a/net-proxy/polipo/files/digest-polipo-0.9.8 b/net-proxy/polipo/files/digest-polipo-0.9.8
deleted file mode 100644
index 0ed95f54de0c..000000000000
--- a/net-proxy/polipo/files/digest-polipo-0.9.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 1a2c7bd7710197daee1c26ce5175edbf polipo-0.9.8.tar.gz 148275
diff --git a/net-proxy/polipo/files/polipo-0.9.8-gentoo.patch b/net-proxy/polipo/files/polipo-0.9.8-gentoo.patch
deleted file mode 100644
index 2f02b52232f6..000000000000
--- a/net-proxy/polipo/files/polipo-0.9.8-gentoo.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff -Nru polipo-0.9.8.orig/Makefile polipo-0.9.8/Makefile
---- polipo-0.9.8.orig/Makefile 2004-06-29 00:30:07.000000000 +0300
-+++ polipo-0.9.8/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.8.orig/polipo.h polipo-0.9.8/polipo.h
---- polipo-0.9.8.orig/polipo.h 2005-01-20 01:45:03.000000000 +0200
-+++ polipo-0.9.8/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