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 AD2E9138334 for ; Thu, 28 Jun 2018 19:08:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A14EE090E; Thu, 28 Jun 2018 19:08:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 36249E090E for ; Thu, 28 Jun 2018 19:08:20 +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 C9E29335C94 for ; Thu, 28 Jun 2018 19:08:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DB1934C 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: <1530212886.b479613011a9c82e0f4eb4e59d0a120ee12b8226.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-2018.ebuild X-VCS-Directories: dev-ada/gnatcoll-core/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: b479613011a9c82e0f4eb4e59d0a120ee12b8226 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: a9c39c9c-0766-4558-944e-8084bdfb8fcb X-Archives-Hash: b7791aaae2a8b7dfd16da437bfa95b85 commit: b479613011a9c82e0f4eb4e59d0a120ee12b8226 Author: Tupone Alfredo gentoo org> AuthorDate: Thu Jun 28 19:05:48 2018 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Thu Jun 28 19:08:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4796130 dev-ada/gnatcoll-core: Remove ada manifests Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild index ab64589fde3..3b34184becc 100644 --- a/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild +++ b/dev-ada/gnatcoll-core/gnatcoll-core-2018.ebuild @@ -17,13 +17,13 @@ KEYWORDS="~amd64 ~x86" IUSE="gnat_2016 gnat_2017 +gnat_2018 +shared static-libs static-pic" RDEPEND=" - dev-ada/libgpr[gnat_2017=,gnat_2017=,gnat_2018=] + dev-ada/libgpr[gnat_2016=,gnat_2017=,gnat_2018=] dev-ada/libgpr[shared?,static-libs?,static-pic?]" DEPEND="${RDEPEND} - dev-ada/gprbuild[gnat_2017=,gnat_2017=,gnat_2018=] + dev-ada/gprbuild[gnat_2016=,gnat_2017=,gnat_2018=] !dev-ada/gnatcoll" -REQUIRED_USE="!gnat_2016 || ( gnat_2017 gnat_2018 )" +REQUIRED_USE="!gnat_2016" S="${WORKDIR}"/${MYP}-src @@ -74,5 +74,6 @@ src_install() { if use static-libs; then emake install-static fi + rm -r "${D}"/usr/share/gpr/manifests || die einstalldocs }