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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 884A51382C5 for ; Tue, 25 May 2021 07:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BB43AE07B3; Tue, 25 May 2021 07:46:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A4E10E07B3 for ; Tue, 25 May 2021 07:46:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9EEF7335D3E for ; Tue, 25 May 2021 07:46:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3108C4C3 for ; Tue, 25 May 2021 07:46:27 +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: <1621894826.e39cf9b57538ed2bced934d3733bf56b327db1e3.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: gui-apps/wlsunset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/wlsunset/Manifest gui-apps/wlsunset/wlsunset-0.1.0.ebuild gui-apps/wlsunset/wlsunset-0.2.0.ebuild gui-apps/wlsunset/wlsunset-9999.ebuild X-VCS-Directories: gui-apps/wlsunset/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e39cf9b57538ed2bced934d3733bf56b327db1e3 X-VCS-Branch: master Date: Tue, 25 May 2021 07:46:27 +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: dc4a2d5e-e4f3-4b26-b716-878f85500ac1 X-Archives-Hash: 648ac4f7fe1efaf01261290e9a313333 commit: e39cf9b57538ed2bced934d3733bf56b327db1e3 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Mon May 24 22:13:48 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Mon May 24 22:20:26 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e39cf9b5 gui-apps/wlsunset: Version bump, 0.2.0 Also moves wayland-protocol to DEPEND as it needs to be installed at compile-time rather than executed. Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> gui-apps/wlsunset/Manifest | 2 +- .../wlsunset/{wlsunset-0.1.0.ebuild => wlsunset-0.2.0.ebuild} | 8 +++++--- gui-apps/wlsunset/wlsunset-9999.ebuild | 8 +++++--- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest index fccf17504..8315fbb97 100644 --- a/gui-apps/wlsunset/Manifest +++ b/gui-apps/wlsunset/Manifest @@ -1 +1 @@ -DIST wlsunset-0.1.0.tar.gz 10927 BLAKE2B 73080cc671885b7be00bcfe5227f6a2616b673eeb1435fbcf7ea0d23ba368b9a7bf9f3cdd9d9f4a8e6a6149fa5686ef624d2aaea61765ad76c65fc1737dfe629 SHA512 5e94469ab5cd810563e0171cd26547fba3d8152eebb4f81c1b7b0f9d8484faa214bc3ab2142749be47d2c1028d8ab6913a80770135801622327f9bc813138b0b +DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529 SHA512 41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061 diff --git a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild similarity index 92% rename from gui-apps/wlsunset/wlsunset-0.1.0.ebuild rename to gui-apps/wlsunset/wlsunset-0.2.0.ebuild index 9aacf6883..849956339 100644 --- a/gui-apps/wlsunset/wlsunset-0.1.0.ebuild +++ b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild @@ -20,11 +20,13 @@ SLOT="0" BDEPEND=" dev-util/wayland-scanner - dev-libs/wayland-protocols app-text/scdoc " -DEPEND="dev-libs/wayland" -RDEPEND="${DEPEND}" +RDEPEND="dev-libs/wayland" +DEPEND=" + ${RDEPEND} + dev-libs/wayland-protocols +" src_configure() { local emesonargs=( diff --git a/gui-apps/wlsunset/wlsunset-9999.ebuild b/gui-apps/wlsunset/wlsunset-9999.ebuild index 9aacf6883..849956339 100644 --- a/gui-apps/wlsunset/wlsunset-9999.ebuild +++ b/gui-apps/wlsunset/wlsunset-9999.ebuild @@ -20,11 +20,13 @@ SLOT="0" BDEPEND=" dev-util/wayland-scanner - dev-libs/wayland-protocols app-text/scdoc " -DEPEND="dev-libs/wayland" -RDEPEND="${DEPEND}" +RDEPEND="dev-libs/wayland" +DEPEND=" + ${RDEPEND} + dev-libs/wayland-protocols +" src_configure() { local emesonargs=(