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 B090015A7DB for ; Tue, 21 Mar 2023 01:31:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53A8FE07A9; Tue, 21 Mar 2023 01:31:50 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 31699E07A9 for ; Tue, 21 Mar 2023 01:31:50 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C3BAD340FFB for ; Tue, 21 Mar 2023 01:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DEB28ED for ; Tue, 21 Mar 2023 01:31:47 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1679359675.282a659f79655ff262d3bfd0d215ec18b70fafe3.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-libs/feedbackd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild X-VCS-Directories: dev-libs/feedbackd/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 282a659f79655ff262d3bfd0d215ec18b70fafe3 X-VCS-Branch: dev Date: Tue, 21 Mar 2023 01:31:47 +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: 104ede1f-ca5b-4768-b8a6-51bcab8bacb2 X-Archives-Hash: 0fe8583c7530fcbb856f4909fb967621 commit: 282a659f79655ff262d3bfd0d215ec18b70fafe3 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Tue Mar 21 00:47:55 2023 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Tue Mar 21 00:47:55 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=282a659f dev-libs/feedbackd: update REQUIRED_USE Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild b/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild index 70dd5211d..34c50b1e1 100644 --- a/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild +++ b/dev-libs/feedbackd/feedbackd-0.1.0-r1.ebuild @@ -6,19 +6,19 @@ VALA_USE_DEPEND="vapigen" inherit vala meson -GMOBILECOMMIT="d483537aee4778b114ce5d50c4c8a9f8d58337ed" +GMOBILE_COMMIT="d483537aee4778b114ce5d50c4c8a9f8d58337ed" DESCRIPTION="A daemon to provide haptic feedback on events" HOMEPAGE="https://source.puri.sm/Librem5/feedbackd" -SRC_URI="https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 - https://gitlab.gnome.org/guidog/gmobile/-/archive/${GMOBILECOMMIT}.tar.bz2 - -> gmobile-${GMOBILECOMMIT}.tar.bz2 +SRC_URI=" + https://source.puri.sm/Librem5/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 + https://gitlab.gnome.org/guidog/gmobile/-/archive/${GMOBILE_COMMIT}.tar.bz2 -> gmobile-${GMOBILE_COMMIT}.tar.bz2 " S="${WORKDIR}/${PN}-v${PV}" LICENSE="LGPL-3" KEYWORDS="~amd64 ~arm ~arm64 ~x86" SLOT="0" -IUSE="daemon gtk-doc +introspection man test +vala" +IUSE="+daemon gtk-doc +introspection man test +vala" REQUIRED_USE="vala? ( introspection )" RESTRICT="!test? ( test )" @@ -41,7 +41,7 @@ src_prepare() { if use daemon; then rmdir "${S}/subprojects/gmobile" || die - mv "${WORKDIR}/gmobile-${GMOBILECOMMIT}" "${S}/subprojects/gmobile" || die + mv "${WORKDIR}/gmobile-${GMOBILE_COMMIT}" "${S}/subprojects/gmobile" || die fi use vala && vala_setup