diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-20 21:38:20 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-20 21:58:33 -0400 |
commit | 76c2f1dd4c903d2f9d5717a5bfb3896cc37a3139 (patch) | |
tree | 1a3aa3fe22af5cd787b6c191bc87a537fd417ae6 /sys-apps | |
parent | sys-apps/osinfo-db: Drop old versions (diff) | |
download | gentoo-76c2f1dd4c903d2f9d5717a5bfb3896cc37a3139.tar.gz gentoo-76c2f1dd4c903d2f9d5717a5bfb3896cc37a3139.tar.bz2 gentoo-76c2f1dd4c903d2f9d5717a5bfb3896cc37a3139.zip |
sys-apps/xdg-dbus-proxy: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/xdg-dbus-proxy/Manifest | 1 | ||||
-rw-r--r-- | sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.3.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/sys-apps/xdg-dbus-proxy/Manifest b/sys-apps/xdg-dbus-proxy/Manifest index 8415c4f59ee3..2290afccae01 100644 --- a/sys-apps/xdg-dbus-proxy/Manifest +++ b/sys-apps/xdg-dbus-proxy/Manifest @@ -1,2 +1 @@ -DIST xdg-dbus-proxy-0.1.3.tar.xz 119896 BLAKE2B c789ad697c1cda84a4cde2c84b90370869bdaeb76736c2891270a58834296e3acbf83b311ba153a0d1e9f3266de0cc1eda63866e2808dcbb4aeac451f90da7f6 SHA512 bb730366efca9d0d199983063dd5cd7b8a8aac8d9efd8e3d6b6090166e5e09a74ef241a07388cfbb2f108e66b3a29114671a6d955324626aebefa1d6c2423632 DIST xdg-dbus-proxy-0.1.4.tar.xz 122112 BLAKE2B c7d2898b703c51d6b53838996a0ae74e7a4e163b9611e28dfded54ab1a44c0473fa25daa13e94977c918544e0741bf0dd4747dfcae858468bc4abd288613cb8b SHA512 d50fa916d07f23e080ab53cf290b5d6db73cfd8262253a48b9f012ce6c182e201d0a67efaeb7f28a844d3ef146aa48936dfbe4279a59b909a6dc4419d5f15b04 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 -} |