From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 912A91582EF for ; Fri, 28 Feb 2025 08:19:56 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 636F534321D for ; Fri, 28 Feb 2025 08:19:56 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 5F8711102F2; Fri, 28 Feb 2025 08:19:49 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 bobolink.gentoo.org (Postfix) with ESMTPS id 561951102F2 for ; Fri, 28 Feb 2025 08:19:49 +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 048383431AB for ; Fri, 28 Feb 2025 08:19:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BDBD2762 for ; Fri, 28 Feb 2025 08:19:47 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1740730764.0c1bf6a17c5a84be61c3ef9b1864e4998feb53d4.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libportal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libportal/libportal-0.7.1.ebuild X-VCS-Directories: dev-libs/libportal/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 0c1bf6a17c5a84be61c3ef9b1864e4998feb53d4 X-VCS-Branch: master Date: Fri, 28 Feb 2025 08:19:47 +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: 80626eba-c566-49c6-b47c-43d625cf0d7b X-Archives-Hash: 44cbd6ff49d2a104444c24edbe701349 commit: 0c1bf6a17c5a84be61c3ef9b1864e4998feb53d4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Feb 26 23:09:16 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Feb 28 08:19:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c1bf6a1 dev-libs/libportal: drop 0.7.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libportal/libportal-0.7.1.ebuild | 114 ------------------------------ 1 file changed, 114 deletions(-) diff --git a/dev-libs/libportal/libportal-0.7.1.ebuild b/dev-libs/libportal/libportal-0.7.1.ebuild deleted file mode 100644 index 0981aa2c317e..000000000000 --- a/dev-libs/libportal/libportal-0.7.1.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..12} ) -inherit meson python-any-r1 vala virtualx - -DESCRIPTION="Flatpak portal library" -HOMEPAGE="https://github.com/flatpak/libportal" -SRC_URI="https://github.com/flatpak/libportal/releases/download/${PV}/${P}.tar.xz" - -LICENSE="LGPL-3" -SLOT="0/1-1-1-1" # soname of libportal{,-gtk3,-gtk4,-qt5}.so -KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="gtk gtk-doc +introspection qt5 test +vala" -RESTRICT="!test? ( test )" -REQUIRED_USE=" - gtk-doc? ( introspection ) - vala? ( introspection ) -" - -RDEPEND=" - >=dev-libs/glib-2.58:2 - introspection? ( dev-libs/gobject-introspection:= ) - gtk? ( - x11-libs/gtk+:3 - gui-libs/gtk:4 - ) - qt5? ( - dev-qt/qtcore:= - dev-qt/qtgui:= - dev-qt/qtx11extras:= - dev-qt/qtwidgets:= - ) -" -DEPEND="${RDEPEND} - qt5? ( - test? ( dev-qt/qttest:= ) - ) -" -BDEPEND=" - dev-util/glib-utils - virtual/pkgconfig - gtk-doc? ( dev-util/gi-docgen ) - qt5? ( - test? ( dev-qt/linguist-tools ) - ) - test? ( - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/pytest[${PYTHON_USEDEP}] - dev-python/dbus-python[${PYTHON_USEDEP}] - dev-python/python-dbusmock[${PYTHON_USEDEP}] - ') - ) - vala? ( $(vala_depend) ) -" - -PATCHES=( - # backport fix for tests incompatibility with dbusmock 0.30.0 - "${FILESDIR}"/6cd7c2ab82575b76f876ee2bd2d31f6cb77f022f.patch -) - -python_check_deps() { - python_has_version \ - "dev-python/pytest[${PYTHON_USEDEP}]" \ - "dev-python/dbus-python[${PYTHON_USEDEP}]" \ - "dev-python/python-dbusmock[${PYTHON_USEDEP}]" -} - -pkg_setup() { - if use test; then - python-any-r1_pkg_setup - fi -} - -src_prepare() { - default - vala_setup -} - -src_configure() { - local emesonargs=( - $(meson_feature gtk backend-gtk3) - $(meson_feature gtk backend-gtk4) - $(meson_feature qt5 backend-qt5) - -Dportal-tests=false - $(meson_use introspection) - $(meson_use vala vapi) - $(meson_use gtk-doc docs) - $(meson_use test tests) - ) - meson_src_configure -} - -src_test() { - # Tests only exist for Qt5 - if use qt5; then - virtx meson_src_test - else - # run meson_src_test to notice if tests are added - meson_src_test - fi -} - -src_install() { - meson_src_install - - if use gtk-doc; then - mkdir -p "${ED}"/usr/share/gtk-doc/html/ || die - mv "${ED}"/usr/share/doc/${PN}-1 "${ED}"/usr/share/gtk-doc/html/ || die - fi -}