commit:     2b534c7667bbe8bca9358cd73cd80cccc3912cf6
Author:     Anna (navi) Figueiredo Gomes <navi <AT> vlhl <DOT> dev>
AuthorDate: Thu Feb 27 10:24:23 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 12:07:09 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b534c76

gui-libs/xdg-desktop-portal-wlr: drop 0.5.0, 0.6.0, 0.7.0, 0.7.0-r2

Signed-off-by: Anna (navi) Figueiredo Gomes <navi <AT> vlhl.dev>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 gui-libs/xdg-desktop-portal-wlr/Manifest           |  3 -
 .../xdg-desktop-portal-wlr-0.5.0.ebuild            | 54 -----------------
 .../xdg-desktop-portal-wlr-0.6.0.ebuild            | 57 ------------------
 .../xdg-desktop-portal-wlr-0.7.0-r2.ebuild         | 69 ----------------------
 .../xdg-desktop-portal-wlr-0.7.0.ebuild            | 57 ------------------
 5 files changed, 240 deletions(-)

diff --git a/gui-libs/xdg-desktop-portal-wlr/Manifest 
b/gui-libs/xdg-desktop-portal-wlr/Manifest
index dfc624ad5d02..52e50584d29e 100644
--- a/gui-libs/xdg-desktop-portal-wlr/Manifest
+++ b/gui-libs/xdg-desktop-portal-wlr/Manifest
@@ -1,4 +1 @@
-DIST xdg-desktop-portal-wlr-0.5.0.tar.gz 31622 BLAKE2B 
9314a1bfd121f25c6f615e1cfaa62d071224b5da9373bb3a954a06aa7ef9527617e34ae29192e25ca9c13c53eb77eb137fbaa1b121c9365397d64845c0cc3e36
 SHA512 
9ece46f2381e83cac8002a8175a13b0c29c0a2dab49cf11ed5ffa3448f176802b9d324b7e4fe9c15d3fb65087be42299f21a0ef505088e6281787f4067d256ac
-DIST xdg-desktop-portal-wlr-0.6.0.tar.gz 35654 BLAKE2B 
1c213e9789db14366639d924d673fd05d94463f7fda8f3afb03f74269162f00e986c157d9741cb6b243d79e04230399b0bbc400f1d1e2bb72c9f53a9d6bc1e15
 SHA512 
e325c2de2a98ffc4612da3492138843b6c9927e536f52f7a87e794380c099f84ab8d344ee989bf88e71faaad2e5300fc31ac74058cea5040654ac74ce270ee53
-DIST xdg-desktop-portal-wlr-0.7.0.tar.gz 37812 BLAKE2B 
6f8a8f5e8bc5d60df8f7bddce3a5da2ef9a4b74b490595b73b925f177ee28467bba3738d8c5b0852754bc702ca950f657c58b735b5775d0b07e906547419f79f
 SHA512 
7efb3b66130f2f8ef8538ced3a9785bbae8382bbb9171fb4b6496567e39a69cd8b6e687f1b18b5eb90be175bf7c0737c3a51daa3eef784f88c4ee0bf70ad6d87
 DIST xdg-desktop-portal-wlr-0.7.1.tar.gz 38849 BLAKE2B 
41bbb177dc4df65f9ca5bc8a6c18775357e71948026864b3ca157d3d0834b41cfd4188bd1d4d2417973cac434b1b7f2a2e6b4a2fec45cd2d8b36b8a8f55a498a
 SHA512 
87aa5255d3de3203c2bfa6986c2acbffbfd414d12fb72aeca25249d3b528ffb948858a787c9c4206b18faaddd6ce09c95c257e969cc3cfeee8e376c3846f2b9d

diff --git 
a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
deleted file mode 100644
index 68a380512f92..000000000000
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.5.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="xdg-desktop-portal backend for wlroots"
-HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz";
-       KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/9999"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-       >=media-video/pipewire-0.3.34:=
-       dev-libs/inih
-       dev-libs/wayland
-       || (
-               systemd? ( >=sys-apps/systemd-237 )
-               elogind? ( >=sys-auth/elogind-237 )
-               sys-libs/basu
-       )
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       dev-libs/wayland-protocols
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=()
-
-       if use systemd; then
-               emesonargs+=(-Dsd-bus-provider=libsystemd)
-       elif use elogind; then
-               emesonargs+=(-Dsd-bus-provider=libelogind)
-       else
-               emesonargs+=(-Dsd-bus-provider=basu)
-       fi
-       meson_src_configure
-}

diff --git 
a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild
deleted file mode 100644
index 5465488776d2..000000000000
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.6.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-DESCRIPTION="xdg-desktop-portal backend for wlroots"
-HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0/9999"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-       >=media-video/pipewire-0.3.41:=
-       dev-libs/inih
-       dev-libs/wayland
-       media-libs/mesa
-       x11-libs/libdrm
-       || (
-               systemd? ( >=sys-apps/systemd-237 )
-               elogind? ( >=sys-auth/elogind-237 )
-               sys-libs/basu
-       )
-"
-# mesa is needed for gbm dep (which it hards sets to 'on')
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       >=dev-libs/wayland-protocols-1.24
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=()
-
-       if use systemd; then
-               emesonargs+=(-Dsd-bus-provider=libsystemd)
-       elif use elogind; then
-               emesonargs+=(-Dsd-bus-provider=libelogind)
-       else
-               emesonargs+=(-Dsd-bus-provider=basu)
-       fi
-       meson_src_configure
-}

diff --git 
a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild
deleted file mode 100644
index 4d9cd474ecb2..000000000000
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0-r2.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="xdg-desktop-portal backend for wlroots"
-HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-       >=media-video/pipewire-0.3.62:=
-       dev-libs/inih
-       dev-libs/wayland
-       media-libs/mesa
-       x11-libs/libdrm
-       || (
-               systemd? ( >=sys-apps/systemd-237 )
-               elogind? ( >=sys-auth/elogind-237 )
-               sys-libs/basu
-       )
-"
-# mesa is needed for gbm dep (which it hards sets to 'on')
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       >=dev-libs/wayland-protocols-1.24
-       virtual/pkgconfig
-"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-portal-config.patch
-)
-
-src_configure() {
-       local emesonargs=()
-
-       if use systemd; then
-               emesonargs+=(-Dsd-bus-provider=libsystemd)
-       elif use elogind; then
-               emesonargs+=(-Dsd-bus-provider=libelogind)
-       else
-               emesonargs+=(-Dsd-bus-provider=basu)
-       fi
-       meson_src_configure
-}
-
-src_install() {
-       meson_src_install
-
-       # bug #915702
-       insinto /usr/share/xdg-desktop-portal
-       doins "${WORKDIR}/${P}/contrib/wlroots-portals.conf"
-}

diff --git 
a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild 
b/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild
deleted file mode 100644
index 4d8bbff561d4..000000000000
--- a/gui-libs/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr-0.7.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="xdg-desktop-portal backend for wlroots"
-HOMEPAGE="https://github.com/emersion/xdg-desktop-portal-wlr";
-
-if [[ ${PV} == 9999 ]]; then
-       EGIT_REPO_URI="https://github.com/emersion/${PN}.git";
-       inherit git-r3
-else
-       
SRC_URI="https://github.com/emersion/${PN}/releases/download/v${PV}/${P}.tar.gz";
-       KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-IUSE="elogind systemd"
-REQUIRED_USE="?? ( elogind systemd )"
-
-DEPEND="
-       >=media-video/pipewire-0.3.62:=
-       dev-libs/inih
-       dev-libs/wayland
-       media-libs/mesa
-       x11-libs/libdrm
-       || (
-               systemd? ( >=sys-apps/systemd-237 )
-               elogind? ( >=sys-auth/elogind-237 )
-               sys-libs/basu
-       )
-"
-# mesa is needed for gbm dep (which it hards sets to 'on')
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal
-"
-BDEPEND="
-       >=dev-libs/wayland-protocols-1.24
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=()
-
-       if use systemd; then
-               emesonargs+=(-Dsd-bus-provider=libsystemd)
-       elif use elogind; then
-               emesonargs+=(-Dsd-bus-provider=libelogind)
-       else
-               emesonargs+=(-Dsd-bus-provider=basu)
-       fi
-       meson_src_configure
-}

Reply via email to