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 E623A1382C5 for ; Wed, 19 May 2021 20:16:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 229CEE08FA; Wed, 19 May 2021 20:16:56 +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 08D38E08FA for ; Wed, 19 May 2021 20:16:56 +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 D1D5D340E28 for ; Wed, 19 May 2021 20:16:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E7E959C for ; Wed, 19 May 2021 20:16:53 +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: <1621455396.afa320a7bb192040aff9741ed4c2a3ec92fcda20.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/xmlada/xmlada-2020-r1.ebuild dev-ada/xmlada/xmlada-2020.ebuild X-VCS-Directories: dev-ada/xmlada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: afa320a7bb192040aff9741ed4c2a3ec92fcda20 X-VCS-Branch: master Date: Wed, 19 May 2021 20:16: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81f3254c-0d22-45bc-a360-23c7fa7a994a X-Archives-Hash: 347661795f50a9fbf4af5367b8b24e38 commit: afa320a7bb192040aff9741ed4c2a3ec92fcda20 Author: Alfredo Tupone gentoo org> AuthorDate: Wed May 19 20:16:36 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed May 19 20:16:36 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afa320a7 dev-ada/xmlada: fix VariableScope Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/xmlada/xmlada-2020-r1.ebuild | 8 -------- dev-ada/xmlada/xmlada-2020.ebuild | 6 +----- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/dev-ada/xmlada/xmlada-2020-r1.ebuild b/dev-ada/xmlada/xmlada-2020-r1.ebuild index 312be51fd25..c1d2eca395d 100644 --- a/dev-ada/xmlada/xmlada-2020-r1.ebuild +++ b/dev-ada/xmlada/xmlada-2020-r1.ebuild @@ -28,16 +28,8 @@ S="${WORKDIR}"/${MYP} PATCHES=( "${FILESDIR}"/${PN}-2019-gentoo.patch ) -src_configure() { - econf --prefix="${D}"/usr -} - src_compile() { build () { - echo gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \ - -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \ - -largs ${LDFLAGS} \ - -cargs ${ADAFLAGS} gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \ -XBUILD=Production -XPROCESSORS=$(makeopts_jobs) xmlada.gpr \ -largs ${LDFLAGS} \ diff --git a/dev-ada/xmlada/xmlada-2020.ebuild b/dev-ada/xmlada/xmlada-2020.ebuild index 4fe97505e82..6092f980fea 100644 --- a/dev-ada/xmlada/xmlada-2020.ebuild +++ b/dev-ada/xmlada/xmlada-2020.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,10 +28,6 @@ S="${WORKDIR}"/${MYP} PATCHES=( "${FILESDIR}"/${PN}-2019-gentoo.patch ) -src_configure() { - econf --prefix="${D}"/usr -} - src_compile() { build () { echo gprbuild -j$(makeopts_jobs) -m -p -v -XLIBRARY_TYPE=$1 \