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 0CBD0158015 for ; Sun, 17 Dec 2023 19:55:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D7472BC027; Sun, 17 Dec 2023 19:55:32 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 324BE2BC027 for ; Sun, 17 Dec 2023 19:55:32 +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 76CC733CEF2 for ; Sun, 17 Dec 2023 19:55:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1F6C5979 for ; Sun, 17 Dec 2023 19:55:30 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1702842917.4dc2fe5bb19af441bac36e3cfb49aadebe579ee2.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/wf-config/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/wf-config/Manifest gui-libs/wf-config/wf-config-0.8.0.ebuild gui-libs/wf-config/wf-config-9999.ebuild X-VCS-Directories: gui-libs/wf-config/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 4dc2fe5bb19af441bac36e3cfb49aadebe579ee2 X-VCS-Branch: master Date: Sun, 17 Dec 2023 19:55:30 +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: 2825ca1a-c6f5-4b4f-8940-e05e0702db53 X-Archives-Hash: 0ed2edff794d1e95a70a54119aaa4ca6 commit: 4dc2fe5bb19af441bac36e3cfb49aadebe579ee2 Author: Alfred Wingate protonmail com> AuthorDate: Sat Nov 25 22:43:08 2023 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sun Dec 17 19:55:17 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dc2fe5b gui-libs/wf-config: add 0.8.0 Bug: https://bugs.gentoo.org/915795 Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Arthur Zamarin gentoo.org> gui-libs/wf-config/Manifest | 1 + .../wf-config/{wf-config-9999.ebuild => wf-config-0.8.0.ebuild} | 6 ++++-- gui-libs/wf-config/wf-config-9999.ebuild | 6 ++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gui-libs/wf-config/Manifest b/gui-libs/wf-config/Manifest index 15f9e410c096..1959ca230d3e 100644 --- a/gui-libs/wf-config/Manifest +++ b/gui-libs/wf-config/Manifest @@ -1 +1,2 @@ DIST wf-config-0.7.1.tar.xz 39120 BLAKE2B b18048334df12b002391fe4a74529cb61df76a0678c9052f8ac91d777e8a48dae46b87680fb44630ebfb9a350dbac36b15bc81850341fa4cd6299c12f6fa057d SHA512 d535a09a3465a54a607df7b8764ee6818ab8b83536d68c85167b282b95a176636e4bf5cda6c0d1638c07721a1f4208203e9d41b83675038fb590a535314df719 +DIST wf-config-0.8.0.tar.xz 41200 BLAKE2B d56cd04c18c2cd8c0bac86493ad662244bde0e9cce1caf81d0fff34d9f2df2470c1aa8c95fead9e91dd5793d570b01dc6ef99b1986b8658b06ef93156a1526f8 SHA512 79cca2429a39ee81f853043698c57fc08025634926773253cff73fc564dcf203335b4b861d82b60a769bbab7b07be6a7e181c9ea29ad98ce930de20f9723893f diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-0.8.0.ebuild similarity index 87% copy from gui-libs/wf-config/wf-config-9999.ebuild copy to gui-libs/wf-config/wf-config-0.8.0.ebuild index ae9b12db688b..4e970b7ae0aa 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-0.8.0.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -11,13 +11,14 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" + SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + SLOT="0/$(ver_cut 1-2)" fi LICENSE="MIT" -SLOT="0" IUSE="test" RESTRICT="!test? ( test )" @@ -36,6 +37,7 @@ BDEPEND=" src_configure() { local emesonargs=( $(meson_feature test tests) + -Dlocale_test=false # requires de_DE locale to be installed ) meson_src_configure diff --git a/gui-libs/wf-config/wf-config-9999.ebuild b/gui-libs/wf-config/wf-config-9999.ebuild index ae9b12db688b..4e970b7ae0aa 100644 --- a/gui-libs/wf-config/wf-config-9999.ebuild +++ b/gui-libs/wf-config/wf-config-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2019-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit meson @@ -11,13 +11,14 @@ HOMEPAGE="https://github.com/WayfireWM/wf-config" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/WayfireWM/wf-config.git" + SLOT="0/9999" else SRC_URI="https://github.com/WayfireWM/wf-config/releases/download/v${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~riscv ~x86" + SLOT="0/$(ver_cut 1-2)" fi LICENSE="MIT" -SLOT="0" IUSE="test" RESTRICT="!test? ( test )" @@ -36,6 +37,7 @@ BDEPEND=" src_configure() { local emesonargs=( $(meson_feature test tests) + -Dlocale_test=false # requires de_DE locale to be installed ) meson_src_configure