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 53298158089 for ; Fri, 6 Oct 2023 20:48:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C6672BC022; Fri, 6 Oct 2023 20:48:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 85F682BC022 for ; Fri, 6 Oct 2023 20:48:21 +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 CF909335CE3 for ; Fri, 6 Oct 2023 20:48:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F509E3 for ; Fri, 6 Oct 2023 20:48:18 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696625213.62ac09508356b20b9eed0fc7cea085aa78cd1b0e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/git-bug/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/git-bug/git-bug-9999.ebuild X-VCS-Directories: dev-util/git-bug/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 62ac09508356b20b9eed0fc7cea085aa78cd1b0e X-VCS-Branch: master Date: Fri, 6 Oct 2023 20:48:18 +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: a1da1ebd-9cdb-469c-a3f8-e0b005c94fef X-Archives-Hash: a3b297ae25d9f4b5bb2bc9e07fbf1935 commit: 62ac09508356b20b9eed0fc7cea085aa78cd1b0e Author: David Roman gmail com> AuthorDate: Fri Oct 6 20:46:10 2023 +0000 Commit: David Roman gmail com> CommitDate: Fri Oct 6 20:46:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62ac0950 dev-util/git-bug: update EAPI 7 -> 8 Signed-off-by: David Roman gmail.com> dev-util/git-bug/git-bug-9999.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-util/git-bug/git-bug-9999.ebuild b/dev-util/git-bug/git-bug-9999.ebuild index 2dd79e49d8..49c411a3e0 100644 --- a/dev-util/git-bug/git-bug-9999.ebuild +++ b/dev-util/git-bug/git-bug-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module @@ -11,10 +11,8 @@ HOMEPAGE="https://github.com/MichaelMure/git-bug" inherit git-r3 EGIT_REPO_URI="https://github.com/MichaelMure/${PN}" -RESTRICT="network-sandbox" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="" src_unpack() { @@ -24,8 +22,8 @@ src_unpack() { } src_compile() { - go generate - go build \ + ego generate + ego build \ -ldflags "-s -w -X github.com/MichealMure/git-bug/commands.GitLastTag=${PV} -X github.com/MichealMure/git-bug/commands.GitExactTag=${PV}" \ -o ${PN} } @@ -33,3 +31,7 @@ src_compile() { src_install() { dobin ${PN} } + +src_test() { + CI=true ego test +} 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 298B215814C for ; Fri, 6 Oct 2023 20:47:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3800A2BC018; Fri, 6 Oct 2023 20:47:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 1B4DC2BC018 for ; Fri, 6 Oct 2023 20:47:11 +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 307D7335C7A for ; Fri, 6 Oct 2023 20:47:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B99939D9 for ; Fri, 6 Oct 2023 20:47:08 +0000 (UTC) From: "David Roman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Roman" Message-ID: <1696625213.62ac09508356b20b9eed0fc7cea085aa78cd1b0e.davidroman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-util/git-bug/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-util/git-bug/git-bug-9999.ebuild X-VCS-Directories: dev-util/git-bug/ X-VCS-Committer: davidroman X-VCS-Committer-Name: David Roman X-VCS-Revision: 62ac09508356b20b9eed0fc7cea085aa78cd1b0e X-VCS-Branch: dev Date: Fri, 6 Oct 2023 20:47:08 +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: 331b81d3-dde4-437c-b839-52d05a77fdcb X-Archives-Hash: 680d7e252d836d8055753166ee719a69 Message-ID: <20231006204708.Lij0uvk5fqtman6r3b9VOhNXOoRuoO8BbgsXSifj6aQ@z> commit: 62ac09508356b20b9eed0fc7cea085aa78cd1b0e Author: David Roman gmail com> AuthorDate: Fri Oct 6 20:46:10 2023 +0000 Commit: David Roman gmail com> CommitDate: Fri Oct 6 20:46:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62ac0950 dev-util/git-bug: update EAPI 7 -> 8 Signed-off-by: David Roman gmail.com> dev-util/git-bug/git-bug-9999.ebuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/dev-util/git-bug/git-bug-9999.ebuild b/dev-util/git-bug/git-bug-9999.ebuild index 2dd79e49d8..49c411a3e0 100644 --- a/dev-util/git-bug/git-bug-9999.ebuild +++ b/dev-util/git-bug/git-bug-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit go-module @@ -11,10 +11,8 @@ HOMEPAGE="https://github.com/MichaelMure/git-bug" inherit git-r3 EGIT_REPO_URI="https://github.com/MichaelMure/${PN}" -RESTRICT="network-sandbox" LICENSE="GPL-3" SLOT="0" -IUSE="" KEYWORDS="" src_unpack() { @@ -24,8 +22,8 @@ src_unpack() { } src_compile() { - go generate - go build \ + ego generate + ego build \ -ldflags "-s -w -X github.com/MichealMure/git-bug/commands.GitLastTag=${PV} -X github.com/MichealMure/git-bug/commands.GitExactTag=${PV}" \ -o ${PN} } @@ -33,3 +31,7 @@ src_compile() { src_install() { dobin ${PN} } + +src_test() { + CI=true ego test +}