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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 235241581D3 for ; Thu, 23 May 2024 22:08:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBCBFE2A2D; Thu, 23 May 2024 22:08:13 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFFDCE2A31 for ; Thu, 23 May 2024 22:08:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 089EA342FF9 for ; Thu, 23 May 2024 22:08:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 903591B3C for ; Thu, 23 May 2024 22:08:11 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1716502087.3c32aebedf8c9f1903afa239dccd3fa65758974a.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/proverif/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/proverif/proverif-2.04-r1.ebuild sci-mathematics/proverif/proverif-2.05.ebuild sci-mathematics/proverif/proverif-9999.ebuild X-VCS-Directories: sci-mathematics/proverif/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3c32aebedf8c9f1903afa239dccd3fa65758974a X-VCS-Branch: master Date: Thu, 23 May 2024 22:08:11 +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: b44d3a3c-fa07-49df-b1d1-e4c98be00e25 X-Archives-Hash: 804170977f4161e2cb70b322e27144ed commit: 3c32aebedf8c9f1903afa239dccd3fa65758974a Author: Maciej Barć gentoo org> AuthorDate: Thu May 23 21:25:45 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu May 23 22:08:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c32aebe sci-mathematics/proverif: use edo instead of edob Signed-off-by: Maciej Barć gentoo.org> sci-mathematics/proverif/proverif-2.04-r1.ebuild | 6 +++--- sci-mathematics/proverif/proverif-2.05.ebuild | 6 +++--- sci-mathematics/proverif/proverif-9999.ebuild | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/sci-mathematics/proverif/proverif-2.04-r1.ebuild b/sci-mathematics/proverif/proverif-2.04-r1.ebuild index a70d69a747de..9f2156ce655e 100644 --- a/sci-mathematics/proverif/proverif-2.04-r1.ebuild +++ b/sci-mathematics/proverif/proverif-2.04-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ DOCS=( CHANGES README docs/dev docs/manual ) SITEFILE="50${PN}-gentoo.el" src_compile() { - edob sh ./build -nointeract + edo sh ./build -nointeract if use emacs ; then cd "${S}/emacs" || die @@ -47,7 +47,7 @@ src_compile() { } src_test() { - edob sh ./test + edo sh ./test } src_install() { diff --git a/sci-mathematics/proverif/proverif-2.05.ebuild b/sci-mathematics/proverif/proverif-2.05.ebuild index 3a6c80ee509e..a537929ab036 100644 --- a/sci-mathematics/proverif/proverif-2.05.ebuild +++ b/sci-mathematics/proverif/proverif-2.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ DOCS=( CHANGES README ) SITEFILE="50${PN}-gentoo.el" src_compile() { - edob sh ./build -nointeract + edo sh ./build -nointeract if use emacs ; then cd "${S}/emacs" || die @@ -47,7 +47,7 @@ src_compile() { } src_test() { - edob sh ./test + edo sh ./test } src_install() { diff --git a/sci-mathematics/proverif/proverif-9999.ebuild b/sci-mathematics/proverif/proverif-9999.ebuild index a70d69a747de..9f2156ce655e 100644 --- a/sci-mathematics/proverif/proverif-9999.ebuild +++ b/sci-mathematics/proverif/proverif-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -37,7 +37,7 @@ DOCS=( CHANGES README docs/dev docs/manual ) SITEFILE="50${PN}-gentoo.el" src_compile() { - edob sh ./build -nointeract + edo sh ./build -nointeract if use emacs ; then cd "${S}/emacs" || die @@ -47,7 +47,7 @@ src_compile() { } src_test() { - edob sh ./test + edo sh ./test } src_install() {