commit:     364e437676b008ba50826ad27d4962ca78583669
Author:     Matthew S. Turnbull <sparky <AT> bluefang-logic <DOT> com>
AuthorDate: Mon Aug  5 07:44:52 2024 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Fri Aug 23 05:21:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=364e4376

sys-apps/xdg-desktop-portal-xapp: drop 1.0.8

Signed-off-by: Matthew S. Turnbull <sparky <AT> bluefang-logic.com>
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sys-apps/xdg-desktop-portal-xapp/Manifest          |  1 -
 .../xdg-desktop-portal-xapp-1.0.8.ebuild           | 37 ----------------------
 2 files changed, 38 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal-xapp/Manifest 
b/sys-apps/xdg-desktop-portal-xapp/Manifest
index dce5c822d771..8676234b34c7 100644
--- a/sys-apps/xdg-desktop-portal-xapp/Manifest
+++ b/sys-apps/xdg-desktop-portal-xapp/Manifest
@@ -1,3 +1,2 @@
 DIST xdg-desktop-portal-xapp-1.0.4.tar.gz 88429 BLAKE2B 
7f45a252a5c0dd433238a58012c65369240e7974a93d3d2b5b73bdbc91509480977ad1ce381a6f4ee3a0c87bfabd11ce87bf99839018811a84378e54be1ef36f
 SHA512 
3f861473a763c37a1af95e3beb13c3364a04f557310d5a6520845bc754941149eb3d80a4e2893699715ff11b135edb2859f6349b6aa6fbe0aa1e173263e22dba
-DIST xdg-desktop-portal-xapp-1.0.8.tar.gz 90500 BLAKE2B 
edef095868df23e671810db10f162bf72ad50132100910a6e097c08da6d02ff216c110bf3bc597d85c9d380f6857216dec6ca62b4acda1b152e1fc7b99684822
 SHA512 
0baae8a4a260396ea0b17a76be100a535588411a8f66a085b2dfd577fe6141d53dcb48e2085223359d1f5f691c5a16aa0d7a496ff08a94a00486c597f77aae84
 DIST xdg-desktop-portal-xapp-1.0.9.tar.gz 90661 BLAKE2B 
dc7ec9ff18516a892bdbf184ae8d3730a4f2c38ba091830c55500fdf61d6bb87abcfc56638c51e42374e29957e47c3090addaad7d7167a119bfb3cd43d3d5d57
 SHA512 
7badd5e41e610647dcece7c5344be03816ed08a226a6667d9484e8e4560396eb8dab2140edf977d7038bf3f21ce8b8d6516bf041af9c92bf024274faf35e2037

diff --git 
a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.8.ebuild 
b/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.8.ebuild
deleted file mode 100644
index 8f5941074321..000000000000
--- a/sys-apps/xdg-desktop-portal-xapp/xdg-desktop-portal-xapp-1.0.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson systemd
-
-DESCRIPTION="Backend implementation for xdg-desktop-portal using 
Cinnamon/MATE/Xfce"
-HOMEPAGE="https://github.com/linuxmint/xdg-desktop-portal-xapp/";
-SRC_URI="https://github.com/linuxmint/xdg-desktop-portal-xapp/archive/${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
-
-DEPEND="
-       >=dev-libs/glib-2.44:2
-       >=sys-apps/xdg-desktop-portal-1.5
-       x11-libs/gtk+:3
-"
-RDEPEND="
-       ${DEPEND}
-       sys-apps/xdg-desktop-portal-gtk
-       >=x11-libs/xapp-2.8.4
-"
-BDEPEND="
-       dev-util/gdbus-codegen
-       sys-devel/gettext
-       virtual/pkgconfig
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dsystemduserunitdir="$(systemd_get_userunitdir)"
-       )
-       meson_src_configure
-}

Reply via email to