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 DEF83138334 for ; Mon, 17 Jun 2019 07:58:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0C3A0E075F; Mon, 17 Jun 2019 07:58:17 +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 E43DBE075F for ; Mon, 17 Jun 2019 07:58:16 +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 962AA3462CD for ; Mon, 17 Jun 2019 07:58:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98C06608 for ; Mon, 17 Jun 2019 07:58:13 +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: <1560758278.a355bbad8430a29fd4f8eb69cd69dc10774e58de.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/xmlada/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/xmlada/metadata.xml dev-ada/xmlada/xmlada-2019.ebuild X-VCS-Directories: dev-ada/xmlada/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: a355bbad8430a29fd4f8eb69cd69dc10774e58de X-VCS-Branch: master Date: Mon, 17 Jun 2019 07:58:13 +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: b9470177-ff43-46e9-8f79-3c7d27ec1e4c X-Archives-Hash: f619291ce6e05ea27600abdb62f2b0cc commit: a355bbad8430a29fd4f8eb69cd69dc10774e58de Author: Tupone Alfredo gentoo org> AuthorDate: Mon Jun 17 07:57:58 2019 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Mon Jun 17 07:57:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a355bbad dev-ada/xmlada: maintainer -> ada. Log tests Signed-off-by: Alfredo Tupone gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 dev-ada/xmlada/metadata.xml | 5 ++--- dev-ada/xmlada/xmlada-2019.ebuild | 3 ++- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-ada/xmlada/metadata.xml b/dev-ada/xmlada/metadata.xml index 17a114e73eb..ed84ea54db5 100644 --- a/dev-ada/xmlada/metadata.xml +++ b/dev-ada/xmlada/metadata.xml @@ -1,9 +1,8 @@ - - tupone@gentoo.org - Tupone Alfredo + + ada@gentoo.org Compile with dev-lang/gnat-gpl-2016 diff --git a/dev-ada/xmlada/xmlada-2019.ebuild b/dev-ada/xmlada/xmlada-2019.ebuild index f68f31a5a46..6469ae21ac3 100644 --- a/dev-ada/xmlada/xmlada-2019.ebuild +++ b/dev-ada/xmlada/xmlada-2019.ebuild @@ -53,7 +53,8 @@ src_compile () { src_test() { emake test - emake run_test | grep DIFF && die + emake run_test | tee xmlada.testLog + grep -q DIFF xmlada.testLog && die } src_install () {