diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-08-17 09:33:55 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-08-17 12:21:01 -0400 |
commit | dd74ab16691e8e00f95dda4c4d529efdc56f4b1f (patch) | |
tree | 5ccffd449f5fb1046e11a975d405232d07a70326 /net-libs/libdmapsharing | |
parent | net-libs/glib-networking: Drop old versions (diff) | |
download | gentoo-dd74ab16691e8e00f95dda4c4d529efdc56f4b1f.tar.gz gentoo-dd74ab16691e8e00f95dda4c4d529efdc56f4b1f.tar.bz2 gentoo-dd74ab16691e8e00f95dda4c4d529efdc56f4b1f.zip |
net-libs/libdmapsharing: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'net-libs/libdmapsharing')
-rw-r--r-- | net-libs/libdmapsharing/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild | 49 |
2 files changed, 0 insertions, 50 deletions
diff --git a/net-libs/libdmapsharing/Manifest b/net-libs/libdmapsharing/Manifest index c0e408248a32..95a327031877 100644 --- a/net-libs/libdmapsharing/Manifest +++ b/net-libs/libdmapsharing/Manifest @@ -1,2 +1 @@ -DIST libdmapsharing-2.9.39.tar.gz 757492 BLAKE2B e9f47d793be05845d1afb6eb4a785cbd131ceac1e3146bdfb5c6914f584df2fb8db10b829447a6ac084e7a9e0576202485019b1e724cc033f11163fb1bb21b95 SHA512 7003b947e1982735b647c1fa8e7e80e05322acf4ed4b5c1c28708da00a0bfe3eecac01bc2ddf59966e7db045f14fc78e749a2859d7e909bcea41164939f15b4a DIST libdmapsharing-2.9.41.tar.gz 765880 BLAKE2B d64245ef6ffefb7a3f8b6c994e385427afe9b1aa22882da3f2fad82457fda6c48bea61314c6f4b8e82888284e98f4202338582dab2fd412c5e5cc96d7ff5f145 SHA512 304ba87428a39d2b9fd6d4cdc196f59e1aaf2ce3bb15f30acc2c9ca51ec8f86c9b499cf46cf938231e3088808475daba4fc55c44bcbef693be1b500dae4ab028 diff --git a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild b/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild deleted file mode 100644 index 6c84ebc4f021..000000000000 --- a/net-libs/libdmapsharing/libdmapsharing-2.9.39.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -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="3.0/2" -KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86" -IUSE="+introspection test" -RESTRICT="!test? ( test )" - -# 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.36:2 - x11-libs/gdk-pixbuf:2 - >=net-dns/avahi-0.6[dbus] - >=net-libs/libsoup-2.48.0:2.4 - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 - sys-libs/zlib - introspection? ( >=dev-libs/gobject-introspection-1.30:= ) -" -DEPEND="${RDEPEND} - 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.ac configure || die - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --with-mdns=avahi \ - $(use_enable introspection) \ - $(use_enable test tests) \ - $(use_enable test check) -} |