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 --- net-libs/libdmapsharing/Manifest | 2 - .../libdmapsharing/libdmapsharing-3.9.12.ebuild | 49 ---------------------- 2 files changed, 51 deletions(-) delete mode 100644 net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild (limited to 'net-libs/libdmapsharing') diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest index 60a1838671dd..91c573f3c093 100644 --- a/net-libs/libdmapsharing/Manifest +++ b/net-libs/libdmapsharing/Manifest @@ -1,5 +1,3 @@ -DIST libdmapsharing-3.9.12.tar.gz 801055 BLAKE2B 121437f448e90a655fd6e999c9e1696c8377f10c41d3f8f59d4bad1af9ed29051523d799bc259a20305a976aa98aa0b10b5c8e761a2a55c023374282d4e0abe1 SHA512 c75667640371cdfe77088d10f77b668b4bb841aeef5ff9e1a08ce9903bd9a29f1d3184d790da9f87b78967636eedf00bb3299ff675acc82b9316eaca3c0ac41f DIST libdmapsharing-3.9.13.tar.gz 804737 BLAKE2B 44afc87bff5a25e3aefa0a35a8dd92e104749e5aadbde380121fccbb58fc4982ee86ecaa457493b92c8c3cc7fb9c9109f57f406e55ff29da3b112cbaa96e4233 SHA512 6df67c58822f1293828620c6f1548f6a2a52b8ba472346f57e3abf07f9e19206415ba5737d34b89a2ae99af67c6186f99b8ce873333a5494d95ebd7a815fce5b -EBUILD libdmapsharing-3.9.12.ebuild 1266 BLAKE2B 58dfca02fbf3b1562ed204c618fcd65366cc698c11764a2e8dbb403195ea85a75681b54eaf439eac6c31a2d297407bc81b1244b2dcefa95d384404992dc9d247 SHA512 49253af493de6fca8119e0e2f7e2456bfbc641c817f5fdd0318fca6c43e473bea3bb2ca71f11b902ea46d85d11bb0b1dbbe1467ebcbd9ab1fb1380380d9d2955 EBUILD libdmapsharing-3.9.13.ebuild 1162 BLAKE2B f2ce8261d9cbeaa1bd4ae25d7f6aff0862ce704dfc2aacdd9b4e4de9cec8fd3a1c74957ed03c8d32a7361c4f95885643547cf2da4a753b2c5377f4c091e3877e SHA512 360e34813911ff9a7cb21b5621caa5c338f69897ec72062c35958b7a569cb99d09ea9d720f09f9eda77751715534802d1747d5c7f64030b81909f08f8e31fdd2 MISC metadata.xml 355 BLAKE2B 632a659df8a315710cfb4225481954ee02b53052aade7b02df8e4e1487370e76c1aefdd49969becc4c1a9bd5b9d33d205851341f26c6c8a5a6f0b1f6a8a451e5 SHA512 6db709a190e5adb531aeaf9b5f0834fc3f4c9fe1a3d18fda3689e41d553740bbc5d21ac2cde7ea55fd9281a8f2561f6be00243dad301ca900769c064c8e8c94b diff --git a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild b/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild deleted file mode 100644 index e2cb4b710383..000000000000 --- a/net-libs/libdmapsharing/libdmapsharing-3.9.12.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit gnome2 - -DESCRIPTION="A library that implements the DMAP family of protocols" -HOMEPAGE="https://www.flyn.org/projects/libdmapsharing/" -SRC_URI="https://www.flyn.org/projects/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="4.0/3" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="+introspection test" -RESTRICT="!test? ( test ) test" # TODO: Tests require Avahi mDNS to be running - -# Vala/libgee/gtk+:2 is only used when maintainer-mode is enabled -# Doesn't seem to be used for anything... -RDEPEND=" - >=dev-libs/glib-2.66:2 - x11-libs/gdk-pixbuf:2 - >=net-dns/avahi-0.6[dbus] - net-libs/libsoup:3.0 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - sys-libs/zlib - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/glib-utils - dev-util/gtk-doc-am - virtual/pkgconfig - test? ( >=dev-libs/check-0.9.4 ) -" - -src_prepare() { - # Remove useless CFLAGS alteration in configure - sed -e 's/CFLAGS -O2/CFLAGS/' -i configure || die - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --with-mdns=avahi \ - $(use_enable introspection) \ - $(use_enable test tests) -} -- cgit v1.2.3