summaryrefslogtreecommitdiff
path: root/dev-libs/uriparser
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2016-09-03 18:03:04 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-09-08 09:32:37 +0200
commit108d88b3c17f3f0f11f555273a362f2467e524ab (patch)
tree17ded18af5b960c521d6425fcb2c43699640cbff /dev-libs/uriparser
parent7e6ce493a115713de0fa06a7082dcf93cdc16f7f (diff)
downloadgentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.gz
gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.xz
dev-libs/{...}: remove unused patches.
Closes: https://github.com/gentoo/gentoo/pull/2218 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-libs/uriparser')
-rw-r--r--dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch b/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch
deleted file mode 100644
index 931559c3a15..00000000000
--- a/dev-libs/uriparser/files/uriparser-0.7.5-no-gifs.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 98272c1fc5c8451dcc43be70cdfb1070e3d72f3a Mon Sep 17 00:00:00 2001
-From: Sebastian Pipping <sebastian@pipping.org>
-Date: Tue, 14 Jun 2011 20:28:43 +0200
-Subject: [PATCH] No longer copy Doxygen .gif files
-
----
- doc/Makefile.am | 2 +-
- doc/release.sh.in | 1 -
- 2 files changed, 1 insertions(+), 2 deletions(-)
-
-diff --git a/doc/Makefile.am b/doc/Makefile.am
-index 4e63062..d29b77c 100644
---- a/doc/Makefile.am
-+++ b/doc/Makefile.am
-@@ -27,7 +27,7 @@ distclean-local:
- ## Install doc files
- install-data-local:
- $(MKDIR_P) "$(DESTDIR)$(docdir)/html" ## Didn't work with installdirs-local
-- $(INSTALL_DATA) html/*.{css,gif,html,png} "$(DESTDIR)$(docdir)/html/"
-+ $(INSTALL_DATA) html/*.{css,html,png} "$(DESTDIR)$(docdir)/html/"
-
-
- ## Uninstall doc files
-diff --git a/doc/release.sh.in b/doc/release.sh.in
-index 59afb70..a930e64 100755
---- a/doc/release.sh.in
-+++ b/doc/release.sh.in
-@@ -15,7 +15,6 @@ rm -Rf "${distdir}" "${distdir}.zip"
- mkdir -p "${distdir}/html"
- cp \
- html/*.css \
-- html/*.gif \
- html/*.html \
- html/*.png \
- \
---
-1.7.5.3
-