commit:     2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 12:24:39 2017 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 12:24:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c45ba58

dev-db/postgresql: 10beta2 Remove dodoc *{sgml,dsl}

When USE="doc" is enabled, ‘dodoc doc/src/sgml/*.{sgml,dsl}’ fails
because the *.dsl files have been removed.

The SGML files are just the source code used to generate the HTML
files that are installed a couple lines earlier, and are, for the most
part, a waste of space.

So, we’re going to stop installing them.

Bug: 624914

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-db/postgresql/postgresql-10_beta2.ebuild | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-db/postgresql/postgresql-10_beta2.ebuild 
b/dev-db/postgresql/postgresql-10_beta2.ebuild
index b723fe577cb..6560be4d50a 100644
--- a/dev-db/postgresql/postgresql-10_beta2.ebuild
+++ b/dev-db/postgresql/postgresql-10_beta2.ebuild
@@ -262,9 +262,6 @@ src_install() {
        if use doc ; then
                docinto html
                dodoc doc/src/sgml/html/*
-
-               docinto sgml
-               dodoc doc/src/sgml/*.{sgml,dsl}
        fi
 
        if use server; then

Reply via email to