summaryrefslogtreecommitdiff
path: root/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild')
-rw-r--r--sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild
deleted file mode 100644
index 772eacd203d8..000000000000
--- a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Filtering proxy for D-Bus connections"
-HOMEPAGE="https://github.com/flatpak/xdg-dbus-proxy"
-SRC_URI="https://github.com/flatpak/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-libs/glib-2.40:2
-"
-DEPEND="${RDEPEND}
- test? ( sys-apps/dbus )
-"
-BDEPEND="
- app-text/docbook-xsl-stylesheets
- dev-libs/libxslt
- virtual/pkgconfig
-"
-
-src_configure() {
- econf --enable-man
-}