From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 715F6139694 for ; Fri, 14 Jul 2017 12:24:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDF8AE0D1F; Fri, 14 Jul 2017 12:24:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ACC8FE0D1F for ; Fri, 14 Jul 2017 12:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 704EE341A76 for ; Fri, 14 Jul 2017 12:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E83907497 for ; Fri, 14 Jul 2017 12:24:53 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1500035079.2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/postgresql/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/postgresql/postgresql-10_beta2.ebuild X-VCS-Directories: dev-db/postgresql/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606 X-VCS-Branch: master Date: Fri, 14 Jul 2017 12:24:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 3ea74971-7976-41e2-a67c-fffbd0a740d2 X-Archives-Hash: 60ac7ed6b2d8a3bcfac5accf1e40781e commit: 2c45ba58aa8c7133bafb9ea5d9f4bae9b33eb606 Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Jul 14 12:24:39 2017 +0000 Commit: Aaron Swenson gentoo 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