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 A7206158020 for ; Fri, 14 Oct 2022 02:10:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC3CE07EF; Fri, 14 Oct 2022 02:10:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95E60E07EF for ; Fri, 14 Oct 2022 02:10:51 +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 B1E743410B6 for ; Fri, 14 Oct 2022 02:10:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16876615 for ; Fri, 14 Oct 2022 02:10:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1665712637.5c1daef22a30511b11d8cdaa01f92210c15717ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/umockdev/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/umockdev/umockdev-0.17.13.ebuild dev-util/umockdev/umockdev-9999.ebuild X-VCS-Directories: dev-util/umockdev/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5c1daef22a30511b11d8cdaa01f92210c15717ca X-VCS-Branch: master Date: Fri, 14 Oct 2022 02:10: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: 6351eb3b-e5a9-4f2b-bd26-de0e08712017 X-Archives-Hash: 2c3dcd268d921a9f36278e10ead86e22 commit: 5c1daef22a30511b11d8cdaa01f92210c15717ca Author: Sam James gentoo org> AuthorDate: Fri Oct 14 01:57:17 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Oct 14 01:57:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c1daef2 dev-util/umockdev: sync live ebuild Signed-off-by: Sam James gentoo.org> dev-util/umockdev/umockdev-0.17.13.ebuild | 10 ++++++++-- dev-util/umockdev/umockdev-9999.ebuild | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dev-util/umockdev/umockdev-0.17.13.ebuild b/dev-util/umockdev/umockdev-0.17.13.ebuild index 828c98c13e9e..5e679a5c7ee1 100644 --- a/dev-util/umockdev/umockdev-0.17.13.ebuild +++ b/dev-util/umockdev/umockdev-0.17.13.ebuild @@ -6,13 +6,19 @@ PYTHON_COMPAT=( python3_{8..11} ) inherit meson-multilib python-any-r1 vala +if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="https://github.com/martinpitt/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/martinpitt/umockdev/releases/download/${PV}/${P}.tar.xz" + KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" +fi + DESCRIPTION="Mock hardware devices for creating unit tests" HOMEPAGE="https://github.com/martinpitt/umockdev/" -SRC_URI="https://github.com/martinpitt/umockdev/releases/download/${PV}/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86" IUSE="test" RESTRICT="!test? ( test )" diff --git a/dev-util/umockdev/umockdev-9999.ebuild b/dev-util/umockdev/umockdev-9999.ebuild index bc20bf311552..8015f3762895 100644 --- a/dev-util/umockdev/umockdev-9999.ebuild +++ b/dev-util/umockdev/umockdev-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit meson-multilib python-any-r1 vala