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 EB13513835B for ; Fri, 15 Jan 2021 17:06:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB45FE088D; Fri, 15 Jan 2021 17:06:00 +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 AC750E0882 for ; Fri, 15 Jan 2021 17:06:00 +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 83FB2340D3C for ; Fri, 15 Jan 2021 17:05:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B511496 for ; Fri, 15 Jan 2021 17:05:58 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1610730352.34e0d817f35aad31d992a35f436603e3e8eed3bb.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libguestfs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild X-VCS-Directories: app-emulation/libguestfs/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 34e0d817f35aad31d992a35f436603e3e8eed3bb X-VCS-Branch: master Date: Fri, 15 Jan 2021 17:05:58 +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: 4308644a-f27d-45ba-ba0a-2a20cd072a6a X-Archives-Hash: 3d9423e9b93b29b7b3b624d23735ac59 commit: 34e0d817f35aad31d992a35f436603e3e8eed3bb Author: Michał Górny gentoo org> AuthorDate: Fri Jan 15 15:04:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jan 15 17:05:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34e0d817 app-emulation/libguestfs: Remove python Signed-off-by: Michał Górny gentoo.org> app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild | 13 +++---------- app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild | 13 +++---------- app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild | 13 +++---------- app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild | 12 ++++-------- 4 files changed, 13 insertions(+), 38 deletions(-) diff --git a/app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild index 258c8907bcc..001b38548e9 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.13-r1.ebuild @@ -3,9 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit eutils autotools linux-info perl-functions python-single-r1 versionator +inherit eutils autotools linux-info perl-functions versionator MY_PV_1="$(get_version_component_range 1-2)" MY_PV_2="$(get_version_component_range 2)" @@ -19,11 +17,9 @@ LICENSE="GPL-2 LGPL-2" SLOT="0/"${MY_PV_1}"" KEYWORDS="~amd64" -IUSE="bash-completion debug doc erlang +fuse gtk inspect-icons introspection lua ocaml +perl python ruby selinux static-libs systemtap test" +IUSE="bash-completion debug doc erlang +fuse gtk inspect-icons introspection lua ocaml +perl ruby selinux static-libs systemtap test" RESTRICT="!test? ( test )" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - # Failures - doc # Failures - bash-completion, see GBZ #486306 @@ -60,7 +56,6 @@ COMMON_DEPEND=" >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) - python? ( ${PYTHON_DEPS} ) fuse? ( sys-fs/fuse:= ) introspection? ( >=dev-libs/glib-2.26:2 @@ -109,8 +104,6 @@ DOCS=( AUTHORS BUGS ChangeLog HACKING README TODO ) pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; - - use python && python-single-r1_pkg_setup } src_prepare() { @@ -137,7 +130,7 @@ src_configure() { --with-extra="-gentoo" \ --with-readline \ --disable-php \ - $(use_enable python) \ + --disable-python \ --without-java \ $(use_enable perl) \ $(use_enable fuse) \ diff --git a/app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild index 0bc5439dea8..8f882320e7c 100644 --- a/app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.36.15-r1.ebuild @@ -3,9 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions python-single-r1 xdg-utils +inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions xdg-utils MY_PV_1="$(ver_cut 1-2)" MY_PV_2="$(ver_cut 2)" @@ -19,11 +17,9 @@ LICENSE="GPL-2 LGPL-2" SLOT="0/"${MY_PV_1}"" KEYWORDS="~amd64" -IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl python ruby selinux static-libs systemtap test" +IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl ruby selinux static-libs systemtap test" RESTRICT="!test? ( test )" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - # Failures - doc # FIXME: selinux support is automagic @@ -59,7 +55,6 @@ COMMON_DEPEND=" >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) - python? ( ${PYTHON_DEPS} ) fuse? ( sys-fs/fuse:= ) introspection? ( >=dev-libs/glib-2.26:2 @@ -114,8 +109,6 @@ PATCHES=( pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; - - use python && python-single-r1_pkg_setup } src_prepare() { @@ -141,7 +134,7 @@ src_configure() { --with-extra="-gentoo" \ --with-readline \ --disable-php \ - $(use_enable python) \ + --disable-python \ --without-java \ $(use_enable perl) \ $(use_enable fuse) \ diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild index 8764f049efc..aeb2c8d3d6c 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r1.ebuild @@ -3,9 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) - -inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions python-single-r1 xdg-utils +inherit autotools bash-completion-r1 eapi7-ver eutils linux-info perl-functions xdg-utils MY_PV_1="$(ver_cut 1-2)" MY_PV_2="$(ver_cut 2)" @@ -19,11 +17,9 @@ LICENSE="GPL-2 LGPL-2" SLOT="0/"${MY_PV_1}"" KEYWORDS="~amd64" -IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl python ruby selinux static-libs systemtap test" +IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl ruby selinux static-libs systemtap test" RESTRICT="!test? ( test )" -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" - # Failures - doc # FIXME: selinux support is automagic @@ -59,7 +55,6 @@ COMMON_DEPEND=" >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) - python? ( ${PYTHON_DEPS} ) fuse? ( sys-fs/fuse:= ) introspection? ( >=dev-libs/glib-2.26:2 @@ -110,8 +105,6 @@ PATCHES=( pkg_setup() { CONFIG_CHECK="~KVM ~VIRTIO" [ -n "${CONFIG_CHECK}" ] && check_extra_config; - - use python && python-single-r1_pkg_setup } src_prepare() { @@ -137,7 +130,7 @@ src_configure() { --with-extra="-gentoo" \ --with-readline \ --disable-php \ - $(use_enable python) \ + --disable-python \ --without-java \ $(use_enable perl) \ $(use_enable fuse) \ diff --git a/app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild b/app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild index 63600cbe2d1..72a08330bca 100644 --- a/app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.38.6-r101.ebuild @@ -4,9 +4,8 @@ EAPI=7 LUA_COMPAT=( lua5-1 ) -PYTHON_COMPAT=( python3_6 ) -inherit autotools bash-completion-r1 l10n linux-info lua-single perl-functions python-single-r1 xdg-utils +inherit autotools bash-completion-r1 l10n linux-info lua-single perl-functions xdg-utils MY_PV_1="$(ver_cut 1-2)" MY_PV_2="$(ver_cut 2)" @@ -20,11 +19,10 @@ LICENSE="GPL-2 LGPL-2" SLOT="0/"${MY_PV_1}"" KEYWORDS="~amd64" -IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl python ruby selinux static-libs systemtap test" +IUSE="doc erlang +fuse gtk inspect-icons introspection libvirt lua ocaml +perl ruby selinux static-libs systemtap test" RESTRICT="!test? ( test )" -REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) - python? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} )" # Failures - doc @@ -61,7 +59,6 @@ COMMON_DEPEND=" >=app-misc/hivex-1.3.1[perl?] dev-perl/String-ShellQuote ) - python? ( ${PYTHON_DEPS} ) fuse? ( sys-fs/fuse:= ) introspection? ( >=dev-libs/glib-2.26:2 @@ -117,7 +114,6 @@ pkg_setup() { [ -n "${CONFIG_CHECK}" ] && check_extra_config; use lua && lua-single_pkg_setup - use python && python-single-r1_pkg_setup } src_prepare() { @@ -143,7 +139,7 @@ src_configure() { --with-extra="-gentoo" \ --with-readline \ --disable-php \ - $(use_enable python) \ + --disable-python \ --without-java \ $(use_enable perl) \ $(use_enable fuse) \