Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: x11-misc/xdg-desktop-portal/
Date: Sun, 17 Feb 2019 11:11:12
Message-Id: 1550401810.175c8d029565cc371536409f022efe2f2c92d8b3.asturm@gentoo
1 commit: 175c8d029565cc371536409f022efe2f2c92d8b3
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 17 11:10:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 11:10:10 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=175c8d02
7
8 x11-misc/xdg-desktop-portal: Drop 1.0.3
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 .../xdg-desktop-portal-1.0.3.ebuild | 39 ----------------------
14 1 file changed, 39 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 5e01a3dffa..0000000000
19 --- a/x11-misc/xdg-desktop-portal/xdg-desktop-portal-1.0.3.ebuild
20 +++ /dev/null
21 @@ -1,39 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -inherit systemd
28 -
29 -DESCRIPTION="Desktop integration portal"
30 -HOMEPAGE="https://flatpak.org/ https://github.com/flatpak/xdg-desktop-portal"
31 -SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="doc"
37 -
38 -RDEPEND="
39 - dev-libs/glib:2[dbus]
40 - sys-fs/fuse
41 -"
42 -DEPEND="${RDEPEND}"
43 -BDEPEND="
44 - dev-util/gdbus-codegen
45 - sys-devel/gettext
46 - virtual/pkgconfig
47 - doc? (
48 - app-text/xmlto
49 - app-text/docbook-xml-dtd:4.3
50 - )
51 -"
52 -
53 -src_configure() {
54 - local myeconfargs=(
55 - --disable-pipewire
56 - $(use_enable doc docbook-docs)
57 - --with-systemduserunitdir="$(systemd_get_userunitdir)"
58 - )
59 - econf "${myeconfargs[@]}"
60 -}