diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-03 18:03:04 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-09-08 09:32:37 +0200 |
commit | 108d88b3c17f3f0f11f555273a362f2467e524ab (patch) | |
tree | 17ded18af5b960c521d6425fcb2c43699640cbff /dev-libs/uriparser | |
parent | media-libs/libchamplain: version bump from 0.12.13 to 0.12.14 (diff) | |
download | gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.gz gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.tar.bz2 gentoo-108d88b3c17f3f0f11f555273a362f2467e524ab.zip |
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.patch | 38 |
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 931559c3a155..000000000000 --- 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 - |