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 F1334158091 for ; Mon, 13 Jun 2022 10:49:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88193E08FC; Mon, 13 Jun 2022 10:49:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 72D65E08FC for ; Mon, 13 Jun 2022 10:49:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3BC1D34181C for ; Mon, 13 Jun 2022 10:49:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B51A550D for ; Mon, 13 Jun 2022 10:49:49 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1655057439.d85d0b9051d2151ed0ef37655b386619191c5cb9.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-misc/aw-core/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/aw-core/aw-core-0.11.0.ebuild app-misc/aw-core/aw-core-0.5.10.ebuild X-VCS-Directories: app-misc/aw-core/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: d85d0b9051d2151ed0ef37655b386619191c5cb9 X-VCS-Branch: master Date: Mon, 13 Jun 2022 10:49:49 +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: fb1fdd1c-ad92-4bc0-884a-f3a57aaf5728 X-Archives-Hash: 4a3932ddccfb31f77de5df1e1935596c commit: d85d0b9051d2151ed0ef37655b386619191c5cb9 Author: David Roman gmail com> AuthorDate: Sun Jun 12 18:10:31 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Sun Jun 12 18:10:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d85d0b90 app-misc/aw-core: fix Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: David Roman gmail.com> app-misc/aw-core/{aw-core-0.5.10.ebuild => aw-core-0.11.0.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/aw-core/aw-core-0.5.10.ebuild b/app-misc/aw-core/aw-core-0.11.0.ebuild similarity index 94% rename from app-misc/aw-core/aw-core-0.5.10.ebuild rename to app-misc/aw-core/aw-core-0.11.0.ebuild index 667582a51..134177145 100644 --- a/app-misc/aw-core/aw-core-0.5.10.ebuild +++ b/app-misc/aw-core/aw-core-0.11.0.ebuild @@ -14,7 +14,7 @@ LICENSE="MPL-2.0" inherit git-r3 EGIT_REPO_URI="https://github.com/ActivityWatch/${PN}.git" -EGI_COMMIT="v${PV}" +EGI_COMMIT="8aaa35376a4f0b270a1927dff4b4d34caee7707b" KEYWORDS="~amd64" SLOT="0"