sys-apps/xdg-desktop-portal: Drop 1.4.2-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 Apr 2020 09:42:09 +0000 (11:42 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 15 Apr 2020 22:27:16 +0000 (00:27 +0200)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
sys-apps/xdg-desktop-portal/Manifest
sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.4.2-r1.ebuild [deleted file]

index 495b8273cf43d662b554dc4b04d0552ea7bc7d8c..cc68c2db6f0915c597fa2deaff2726fcfcf0e062 100644 (file)
@@ -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 (file)
index 891daf2..0000000
+++ /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[@]}"
-}