commit: 881cad9b9f38bd7de82b570e1ff20746e5b16cba Author: Zac Medico <zmedico <AT> gentoo <DOT> org> AuthorDate: Sun Aug 6 00:28:34 2017 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sun Aug 6 00:31:38 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=881cad9b
sys-apps/portage: remove unused patch for 2.3.1 Package-Manager: Portage-2.3.6, Repoman-2.3.2 ...ert-URI-changes-related-to-docbook-schema.patch | 39 ---------------------- 1 file changed, 39 deletions(-) diff --git a/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch b/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch deleted file mode 100644 index ee191fffa73..00000000000 --- a/sys-apps/portage/files/2.3.1-doc-Revert-URI-changes-related-to-docbook-schema.patch +++ /dev/null @@ -1,39 +0,0 @@ -From 35863a80b915939aac3ce6bf017d942cac879df8 Mon Sep 17 00:00:00 2001 -From: Mike Gilbert <[email protected]> -Date: Wed, 20 Jul 2016 12:30:05 -0400 -Subject: [PATCH] doc: Revert URI changes related to docbook schema - -This partially reverts b5365341dad167e314023df95d2c5e0f955962f0. - -X-Gentoo-Bug: 589210 -X-Gentoo-Bug-URL: https://bugs.gentoo.org/589210 ---- - doc/custom.xsl | 2 +- - doc/portage.docbook | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/doc/custom.xsl b/doc/custom.xsl -index 11a2b9e..a7763ec 100644 ---- a/doc/custom.xsl -+++ b/doc/custom.xsl -@@ -1,4 +1,4 @@ --<xsl:stylesheet xmlns:xsl="https://www.w3.org/1999/XSL/Transform" version="1.0"> -+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> - <xsl:param name="toc.section.depth" select="20"/> - <xsl:param name="chunk.section.depth" select="2"/> - <xsl:param name="generate.section.toc.level" select="2"/> -diff --git a/doc/portage.docbook b/doc/portage.docbook -index f7d539a..811544f 100644 ---- a/doc/portage.docbook -+++ b/doc/portage.docbook -@@ -1,6 +1,6 @@ - <?xml version="1.0" encoding="UTF-8"?> - <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.4//EN" -- "https://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ -+ "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ - - <!ENTITY date SYSTEM "fragment/date"> - <!ENTITY version SYSTEM "fragment/version"> --- -2.10.0 -
