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 19A3C138DAD for ; Fri, 25 Jun 2021 06:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 727B6E086C; Fri, 25 Jun 2021 06:45:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 55924E086C for ; Fri, 25 Jun 2021 06:45:01 +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 5AA9A3432E0 for ; Fri, 25 Jun 2021 06:45:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 437677AC for ; Fri, 25 Jun 2021 06:44:58 +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: <1624603485.219eb0b8f5d279c28b38298e3229a9b59c5e786d.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/gnatcoll-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/gnatcoll-core/gnatcoll-core-2021-r1.ebuild dev-ada/gnatcoll-core/gnatcoll-core-2021.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 219eb0b8f5d279c28b38298e3229a9b59c5e786d X-VCS-Branch: master Date: Fri, 25 Jun 2021 06:44:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c8d30837-3436-4695-bb5e-c9c2ffce4013 X-Archives-Hash: 73eaab64559999dfc1281c5b8056eb59 commit: 219eb0b8f5d279c28b38298e3229a9b59c5e786d Author: Alfredo Tupone gentoo org> AuthorDate: Fri Jun 25 06:44:45 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Fri Jun 25 06:44:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=219eb0b8 dev-ada/gnatcoll-core: change doc path to /usr/share/gnatdoc Closes: https://bugs.gentoo.org/797640 Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> .../{gnatcoll-core-2021.ebuild => gnatcoll-core-2021-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2021.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2021-r1.ebuild similarity index 94% rename from dev-ada/gnatcoll-core/gnatcoll-core-2021.ebuild rename to dev-ada/gnatcoll-core/gnatcoll-core-2021-r1.ebuild index 37e4d267930..4312e1c8404 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2021.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2021-r1.ebuild @@ -72,4 +72,6 @@ src_install() { fi rm -r "${D}"/usr/share/gpr/manifests || die einstalldocs + dodir /usr/share/gnatdoc + mv "${D}"/usr/share/doc/gnatcoll "${D}"/usr/share/gnatdoc/ || die }