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 5E229138334 for ; Thu, 28 Jun 2018 19:08:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06461E0918; Thu, 28 Jun 2018 19:08:22 +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 94D99E0918 for ; Thu, 28 Jun 2018 19:08:21 +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 6C2C4335C8A for ; Thu, 28 Jun 2018 19:08:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8563134F for ; Thu, 28 Jun 2018 19:08:17 +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: <1530212891.577dec7b7e0029a75cf4282a21d2dbecccb8d786.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/aunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/aunit/aunit-2018.ebuild X-VCS-Directories: dev-ada/aunit/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 577dec7b7e0029a75cf4282a21d2dbecccb8d786 X-VCS-Branch: master Date: Thu, 28 Jun 2018 19:08:17 +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: 9d7aca3f-34d1-47c1-a7ae-335f47c80470 X-Archives-Hash: 4f7aa42deab0887ecec31c926e4caaf8 commit: 577dec7b7e0029a75cf4282a21d2dbecccb8d786 Author: Tupone Alfredo gentoo org> AuthorDate: Thu Jun 28 19:07:34 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Jun 28 19:08:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=577dec7b dev-ada/aunit: Remove ada manifests Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/aunit/aunit-2018.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ada/aunit/aunit-2018.ebuild b/dev-ada/aunit/aunit-2018.ebuild index 5b752cd212b..95e27b8d0b2 100644 --- a/dev-ada/aunit/aunit-2018.ebuild +++ b/dev-ada/aunit/aunit-2018.ebuild @@ -40,4 +40,5 @@ src_install() { rmdir "${D}"usr/share/doc/${PN} || die mv "${D}"usr/share/examples/${PN} "${D}"usr/share/doc/${PF}/examples || die rmdir "${D}"usr/share/examples || die + rm -r "${D}"/usr/share/gpr/manifests || die }