commit:     15ca5177da2c9087200630e3f2c3fa448b49dc0c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 09:42:09 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 22:27:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ca5177

sys-apps/xdg-desktop-portal: Drop 1.4.2-r1

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 sys-apps/xdg-desktop-portal/Manifest               |  1 -
 .../xdg-desktop-portal-1.4.2-r1.ebuild             | 44 ----------------------
 2 files changed, 45 deletions(-)

diff --git a/sys-apps/xdg-desktop-portal/Manifest 
b/sys-apps/xdg-desktop-portal/Manifest
index 495b8273cf4..cc68c2db6f0 100644
--- a/sys-apps/xdg-desktop-portal/Manifest
+++ b/sys-apps/xdg-desktop-portal/Manifest
@@ -1,2 +1 @@
-DIST xdg-desktop-portal-1.4.2.tar.xz 421660 BLAKE2B 
5395218fa182947c589ff51cd43b838591e47442b23c4fe0719f0970bff3602e81c4f79ad93890bde97a529ca34a733032e85a1f21f41e9aa230d5c2d40e1136
 SHA512 
9a19dc8f6899a24f8827ce36447316ce74f293abed469be24adfaa16d18deac0b7c5d77f744eed9b540b54cd23145281dacb6811dc52b34180b21d6dc02efc5a
 DIST xdg-desktop-portal-1.6.0.tar.xz 453516 BLAKE2B 
13ffcb21de6b61ddeb0782dcfc7b684287e54f94b9494b19589178594d1383a15048b8f9aeed7fb1260c3a2c967b267061d1db401085a686938c8629de8824c3
 SHA512 
7a0c702851762a55326142cb6b470205775284e0f749620ae6b648f216afcd684f8b20500339680b42812f628634344c9e826ab7cf13dd918fdbf733381d44ce

diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2-r1.ebuild 
b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2-r1.ebuild
deleted file mode 100644
index 891daf2c8d3..00000000000
--- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools systemd
-
-DESCRIPTION="Desktop integration portal"
-HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal";
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz";
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 x86"
-IUSE="doc geolocation screencast"
-
-BDEPEND="
-       dev-util/gdbus-codegen
-       sys-devel/gettext
-       virtual/pkgconfig
-       doc? (
-               app-text/xmlto
-               app-text/docbook-xml-dtd:4.3
-       )
-"
-DEPEND="
-       dev-libs/glib:2[dbus]
-       dev-libs/json-glib
-       media-libs/fontconfig
-       sys-fs/fuse:0
-       geolocation? ( >=app-misc/geoclue-2.5.3:2.0 )
-       screencast? ( media-video/pipewire:= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local myeconfargs=(
-               --with-systemduserunitdir="$(systemd_get_userunitdir)"
-               $(use_enable doc docbook-docs)
-               $(use_enable geolocation geoclue)
-               $(use_enable screencast pipewire)
-       )
-       econf "${myeconfargs[@]}"
-}

Reply via email to