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 F3D4F139694 for ; Wed, 5 Apr 2017 20:12:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA60421C04E; Wed, 5 Apr 2017 20:12:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8394021C04E for ; Wed, 5 Apr 2017 20:12:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 08A38341667 for ; Wed, 5 Apr 2017 20:12:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55853737F for ; Wed, 5 Apr 2017 20:12:27 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1491423132.f1b8e83eeff8e4f369f87f5fc86b3bf75525ba81.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll/gnatcoll-2016.ebuild X-VCS-Directories: dev-ada/gnatcoll/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: f1b8e83eeff8e4f369f87f5fc86b3bf75525ba81 X-VCS-Branch: master Date: Wed, 5 Apr 2017 20:12:27 +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: fe961882-d6d1-4d34-9278-c5c08d5698db X-Archives-Hash: 0e7cc26339caf9cca179f610c3824b6b commit: f1b8e83eeff8e4f369f87f5fc86b3bf75525ba81 Author: Tupone Alfredo gentoo org> AuthorDate: Wed Apr 5 20:12:12 2017 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Apr 5 20:12:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1b8e83e dev-ada/gnatcoll: Fix documentation and skip test Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ada/gnatcoll/gnatcoll-2016.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-ada/gnatcoll/gnatcoll-2016.ebuild b/dev-ada/gnatcoll/gnatcoll-2016.ebuild index 671fcafa583..3f8a8fb505a 100644 --- a/dev-ada/gnatcoll/gnatcoll-2016.ebuild +++ b/dev-ada/gnatcoll/gnatcoll-2016.ebuild @@ -80,4 +80,11 @@ src_install() { fi emake DESTDIR="${D}" install_gps_plugin einstalldocs + dodoc -r features-* known-problems-* examples + mv "${D}"/usr/share/doc/${PN}/GNATColl.pdf "${D}"/usr/share/doc/${PF}/ + mv "${D}"/usr/share/doc/${PN}/html/html "${D}"/usr/share/doc/${PF}/ +} + +src_test() { + true }