From 0234a4013e6d1821ab7db449aa7867d7141324a8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 5 Sep 2023 22:24:31 +0100 Subject: gentoo auto-resync : 05:09:2023 - 22:24:31 --- sys-apps/xdg-dbus-proxy/Manifest | 2 -- .../xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild | 36 ---------------------- 2 files changed, 38 deletions(-) delete mode 100644 sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild (limited to 'sys-apps/xdg-dbus-proxy') diff --git a/sys-apps/xdg-dbus-proxy/Manifest b/sys-apps/xdg-dbus-proxy/Manifest index 4c6ca1a52a19..3f3db897618d 100644 --- a/sys-apps/xdg-dbus-proxy/Manifest +++ b/sys-apps/xdg-dbus-proxy/Manifest @@ -1,5 +1,3 @@ -DIST xdg-dbus-proxy-0.1.4.tar.xz 122112 BLAKE2B c7d2898b703c51d6b53838996a0ae74e7a4e163b9611e28dfded54ab1a44c0473fa25daa13e94977c918544e0741bf0dd4747dfcae858468bc4abd288613cb8b SHA512 d50fa916d07f23e080ab53cf290b5d6db73cfd8262253a48b9f012ce6c182e201d0a67efaeb7f28a844d3ef146aa48936dfbe4279a59b909a6dc4419d5f15b04 DIST xdg-dbus-proxy-0.1.5.tar.xz 124780 BLAKE2B bb9e1c42826ebfab1a93351f43ab09d7280dc27883bfd23d00c8c919bd7b0ea12b87acffe8025d4c41301593c71a98af4ccf10b6c780479e84e020529a8d08bb SHA512 4b079c060aa4c1d7f305216d03166b9edc19cb73ef1230e14a882f07a6400929f62afc8535338c8560ea032a519c0934fbc69533f5bebb555fecb8f090330a33 -EBUILD xdg-dbus-proxy-0.1.4.ebuild 709 BLAKE2B 11f2c2f4224813395899c02e92865267a4a19b8e0ac475f9917e823dc1443eca0665f6fd0b951319263e896045be67c1527c32dcacb902271226ff67a719543b SHA512 664ae8055e0ad65e29b29b44c1012ed6a70a982e0b88e7277adbffa7ef94a5a76e48659ad265d7bee2f2c5a6b0d4a410abe1de591c122b556c3f5f103b56ffef EBUILD xdg-dbus-proxy-0.1.5.ebuild 735 BLAKE2B ffe0ecda25c71ff6e835bcda5ad2c6ec7e7f41e805843c8f56660716e2e21656f373ba2c19ee3ae085f84fc60642ba99d2115136b7f1aa9b95bf2901444d0be9 SHA512 23885cec171c8b56187c1116f05810bb71b50b0e3035d45ed1923d309f477a9a6ea1a3fe1278fb18baaaa06f6fef9770bec17e99b274812b352c96bd3e41d7ce MISC metadata.xml 341 BLAKE2B 4bf518fc7deed5c52f79f3dcac23bacb777ffb758ce4d7aeefa9c17b7631cea92730ac133b22717866075c0e087c054a570cbfad63b6e90a28439ea884e69b72 SHA512 2fdb239af65e50174d60d74d9069c3a1577ee9de45e41b1b2f8ef5df28d05b2e44f41b4ec9a4559246525d2fbaafe88b631ce7f994695e3043bc97367605b494 diff --git a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild b/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild deleted file mode 100644 index 4a037208b78e..000000000000 --- a/sys-apps/xdg-dbus-proxy/xdg-dbus-proxy-0.1.4.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -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 ~loong 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() { - local emesonargs=( - -Dman=enabled - $(meson_use test tests) - ) - meson_src_configure -} -- cgit v1.2.3