commit: d6b7fdafc46dde50a4e7fe240da206c697014806 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Feb 25 17:04:22 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Feb 25 17:04:22 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d6b7fdaf
sys-apps/xdg-desktop-portal: Drop package Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/categories | 1 - sys-apps/xdg-desktop-portal/metadata.xml | 8 ---- .../xdg-desktop-portal-1.2.0.ebuild | 47 ---------------------- 3 files changed, 56 deletions(-) diff --git a/profiles/categories b/profiles/categories index 13e0185a3e..5ce4755b2a 100644 --- a/profiles/categories +++ b/profiles/categories @@ -29,7 +29,6 @@ net-p2p sci-astronomy sci-calculators sci-electronics -sys-apps sys-auth sys-block sys-libs diff --git a/sys-apps/xdg-desktop-portal/metadata.xml b/sys-apps/xdg-desktop-portal/metadata.xml deleted file mode 100644 index 2fdbf33d96..0000000000 --- a/sys-apps/xdg-desktop-portal/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>k...@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> -</pkgmetadata> diff --git a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild b/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild deleted file mode 100644 index 90099e8c1c..0000000000 --- a/sys-apps/xdg-desktop-portal/xdg-desktop-portal-1.2.0.ebuild +++ /dev/null @@ -1,47 +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 ~x86" -IUSE="doc geolocation" - -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] - sys-fs/fuse:0 - geolocation? ( app-misc/geoclue:2.0 ) -" -RDEPEND="${DEPEND}" - -src_prepare() { - default - sed -e "/^PKG_CHECK_MODULES(FLATPAK/s/^/# DONT /" -i configure.ac || die - eautoreconf -} - -src_configure() { - local myeconfargs=( - --disable-pipewire - --with-systemduserunitdir="$(systemd_get_userunitdir)" - $(use_enable doc docbook-docs) - $(use_enable geolocation geoclue) - ) - econf "${myeconfargs[@]}" -}