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 D8DF4158094 for ; Fri, 24 Jun 2022 13:24:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D458E07E0; Fri, 24 Jun 2022 13:24:12 +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 76E85E07E0 for ; Fri, 24 Jun 2022 13:24:12 +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 A4F2E341A6D for ; Fri, 24 Jun 2022 13:24:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC53B51B for ; Fri, 24 Jun 2022 13:24:08 +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: <1656075418.da10b3878c33df3f05931a906f8889e3b94d5f49.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/hiprompt-gtk-py/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/hiprompt-gtk-py/Manifest gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild X-VCS-Directories: gui-apps/hiprompt-gtk-py/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: da10b3878c33df3f05931a906f8889e3b94d5f49 X-VCS-Branch: master Date: Fri, 24 Jun 2022 13:24: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: 9242c44a-e146-4961-854f-50284bd05805 X-Archives-Hash: 0806bedb63b1870f3e761ab797d733a7 commit: da10b3878c33df3f05931a906f8889e3b94d5f49 Author: Huang Rui gmail com> AuthorDate: Fri Jun 24 12:56:58 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Fri Jun 24 12:56:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da10b387 gui-apps/hiprompt-gtk-py: keyword 0_pre20220624 for ~amd64 Signed-off-by: Huang Rui gmail.com> gui-apps/hiprompt-gtk-py/Manifest | 1 + gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gui-apps/hiprompt-gtk-py/Manifest b/gui-apps/hiprompt-gtk-py/Manifest new file mode 100644 index 000000000..685b4d782 --- /dev/null +++ b/gui-apps/hiprompt-gtk-py/Manifest @@ -0,0 +1 @@ +DIST hiprompt-gtk-py-0_pre20220624.tar.gz 17669 BLAKE2B 90ec17475a058f1eb1fcac59c9994e99a2b80fa34ac185f3b05f579c30cec3b4f98f60dcc121df457af5ea0569614d5d16a14f197a26e7601889c95965930cf4 SHA512 e5ea9ee81ec524764549ed15b64df17b607e7d1ef7f6b0d59980d94bf1dfd079a32a5b8d9de7b6e562e304e3a905e1a6bea7eb94c84d06dd1125e04f2b0c2c37 diff --git a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild index 8e83c1d8d..3bf24e841 100644 --- a/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild +++ b/gui-apps/hiprompt-gtk-py/hiprompt-gtk-py-0_pre20220624.ebuild @@ -4,14 +4,16 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..11} ) -inherit git-r3 meson python-single-r1 xdg +inherit meson python-single-r1 xdg DESCRIPTION="GTK+ Himitsu prompter for Wayland" HOMEPAGE="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" EGIT_COMMIT="f74499302bdd6558d4644c25e15c9b5c482270ea" -EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py" +SRC_URI="https://git.sr.ht/~sircmpwn/hiprompt-gtk-py/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" LICENSE="GPL-3" SLOT="0" +KEYWORDS="~amd64" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="