commit:     175c8d029565cc371536409f022efe2f2c92d8b3
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 17 11:10:10 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 17 11:10:10 2019 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=175c8d02

x11-misc/xdg-desktop-portal: Drop 1.0.3

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

 .../xdg-desktop-portal-1.0.3.ebuild                | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/x11-misc/xdg-desktop-portal/xdg-desktop-portal-1.0.3.ebuild 
b/x11-misc/xdg-desktop-portal/xdg-desktop-portal-1.0.3.ebuild
deleted file mode 100644
index 5e01a3dffa..0000000000
--- a/x11-misc/xdg-desktop-portal/xdg-desktop-portal-1.0.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit 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 ~x86"
-IUSE="doc"
-
-RDEPEND="
-       dev-libs/glib:2[dbus]
-       sys-fs/fuse
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       dev-util/gdbus-codegen
-       sys-devel/gettext
-       virtual/pkgconfig
-       doc? (
-               app-text/xmlto
-               app-text/docbook-xml-dtd:4.3
-       )
-"
-
-src_configure() {
-       local myeconfargs=(
-               --disable-pipewire
-               $(use_enable doc docbook-docs)
-               --with-systemduserunitdir="$(systemd_get_userunitdir)"
-       )
-       econf "${myeconfargs[@]}"
-}

Reply via email to