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 B518D158091 for ; Tue, 3 May 2022 18:41:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E794DE07C5; Tue, 3 May 2022 18:41:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 B2D4BE07C5 for ; Tue, 3 May 2022 18:41:35 +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 C4B1E341614 for ; Tue, 3 May 2022 18:41:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49C17447 for ; Tue, 3 May 2022 18:41:33 +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: <1651603277.0828d17d30acd44d5843198fa4b5a935a2c6d897.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0828d17d30acd44d5843198fa4b5a935a2c6d897 X-VCS-Branch: master Date: Tue, 3 May 2022 18:41:33 +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: 79cd615b-5bcc-4c21-93d9-058727c8f23d X-Archives-Hash: 40899fa7bd9756f15b1831d7decf50c1 commit: 0828d17d30acd44d5843198fa4b5a935a2c6d897 Author: Tomáš Mózes gmail com> AuthorDate: Tue May 3 18:33:31 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue May 3 18:41:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0828d17d app-emulation/xen-tools: replace dev-python/pypam with sys-libs/pam It was discovered that pypam is no longer needed for xen-tools. Upstream is dead anyway. Qemu-xen checks for pam, so we add a dep on sys-libs/pam for USE=qemu. Bug: https://bugs.gentoo.org/833297 Signed-off-by: Tomáš Mózes gmail.com> Closes: https://github.com/gentoo/gentoo/pull/25302 Signed-off-by: Sam James gentoo.org> app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild | 5 ++--- app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild | 11 ++++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild index 2f6e74c4eca4..2314461098b0 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.2-r1.ebuild @@ -69,7 +69,7 @@ SLOT="0/$(ver_cut 1-2)" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api debug doc +hvm +ipxe ocaml ovmf +pam pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios" +IUSE="api debug doc +hvm +ipxe ocaml ovmf pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -82,6 +82,7 @@ REQUIRED_USE=" ?? ( qemu system-qemu )" COMMON_DEPEND=" + qemu? ( sys-libs/pam ) sys-apps/pciutils dev-libs/lzo:2 dev-libs/glib:2 @@ -107,7 +108,6 @@ DEPEND="${COMMON_DEPEND} x11-libs/pixman $(python_gen_cond_dep ' dev-python/lxml[${PYTHON_USEDEP}] - pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) ') x86? ( sys-devel/dev86 system-ipxe? ( sys-firmware/ipxe[qemu] ) @@ -430,7 +430,6 @@ src_configure() { $(usex system-ipxe '--with-system-ipxe=/usr/share/ipxe' '') \ $(use_enable ocaml ocamltools) \ $(use_enable ovmf) \ - $(use_enable pam) \ $(use_enable rombios) \ --with-xenstored=$(usex ocaml 'oxenstored' 'xenstored') \ " diff --git a/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild index 5d286bc55afe..d47a25185322 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild @@ -69,7 +69,7 @@ SLOT="0/$(ver_cut 1-2)" # Inclusion of IUSE ocaml on stabalizing requires maintainer of ocaml to (get off his hands and) make # >=dev-lang/ocaml-4 stable # Masked in profiles/eapi-5-files instead -IUSE="api debug doc +hvm +ipxe lzma ocaml ovmf +pam pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios systemd zstd" +IUSE="api debug doc +hvm +ipxe lzma ocaml ovmf pygrub python +qemu +qemu-traditional +rombios screen selinux sdl static-libs system-ipxe system-qemu system-seabios systemd zstd" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} @@ -83,7 +83,10 @@ REQUIRED_USE=" COMMON_DEPEND=" lzma? ( app-arch/xz-utils ) - qemu? ( dev-libs/glib:2 ) + qemu? ( + dev-libs/glib:2 + sys-libs/pam + ) zstd? ( app-arch/zstd ) app-arch/bzip2 app-arch/zstd @@ -112,7 +115,6 @@ DEPEND="${COMMON_DEPEND} x11-libs/pixman $(python_gen_cond_dep ' dev-python/lxml[${PYTHON_USEDEP}] - pam? ( dev-python/pypam[${PYTHON_USEDEP}] ) ') x86? ( sys-devel/dev86 system-ipxe? ( sys-firmware/ipxe[qemu] ) @@ -417,7 +419,7 @@ src_prepare() { # Remove -Werror find . -type f \( -name Makefile -o -name "*.mk" \) \ - -exec sed -i "s/-Werror //g" {} + || die + -exec sed -i "s/-Werror //g" {} + || die default } @@ -437,7 +439,6 @@ src_configure() { $(usex system-ipxe '--with-system-ipxe=/usr/share/ipxe' '') $(use_enable ocaml ocamltools) $(use_enable ovmf) - $(use_enable pam) $(use_enable rombios) $(use_enable systemd) --with-xenstored=$(usex ocaml 'oxenstored' 'xenstored')