commit:     d4d3b5ef96fee631ec1a00f44af3f883799848f2
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 23:59:08 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon May 31 01:58:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4d3b5ef

net-misc/rygel: Drop old versions

Bug: https://bugs.gentoo.org/771741
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 net-misc/rygel/Manifest            |  1 -
 net-misc/rygel/rygel-0.38.4.ebuild | 81 --------------------------------------
 2 files changed, 82 deletions(-)

diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
index c7e3a6d6139..8c9926c39e3 100644
--- a/net-misc/rygel/Manifest
+++ b/net-misc/rygel/Manifest
@@ -1,2 +1 @@
-DIST rygel-0.38.4.tar.xz 4123464 BLAKE2B 
b807dd7fd20c0fd77da6af49cb32399d3e83cd45f1eed121d9b16f201aff260eb4a381ec47774c638a274e83a9b4a1c10d6d317374891ffdb792217e2693fdb5
 SHA512 
791dcc624f90cdc77bd00e9513c15998d42979e0b3255dcfda771e1d9d718fe4a0127ba0d18e69b6f4e9259c9e691e187b69c6c55c5c35ccefaf5daf65a1f447
 DIST rygel-0.40.1.tar.xz 1693996 BLAKE2B 
505b96152c0b73bda2b7c81cb742f48cfea86738ea965f07afc1532a77e2262a5c0050eab185a33a831d57fc2f3c85247bc2a02bf73eab5d0be35817e8f00aac
 SHA512 
180f143f394d7a2697c888eef7e7c2bdb5077b4ad289eb6e3f832cc1efde5147248b46e5ad9e77615d7976de7e7d3e68d737732bf7f91f01c42e18e06d8f89bb

diff --git a/net-misc/rygel/rygel-0.38.4.ebuild 
b/net-misc/rygel/rygel-0.38.4.ebuild
deleted file mode 100644
index 4abd0d800fd..00000000000
--- a/net-misc/rygel/rygel-0.38.4.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 systemd
-
-DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
-HOMEPAGE="https://wiki.gnome.org/Projects/Rygel";
-
-LICENSE="LGPL-2.1+ CC-BY-SA-3.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="X +introspection +sqlite tracker test transcode"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-       >=dev-libs/glib-2.44.0:2
-       >=dev-libs/libgee-0.8:0.8
-       >=dev-libs/libxml2-2.7:2
-       >=media-libs/gupnp-dlna-0.9.4:2.0
-       >=media-libs/gstreamer-1.12:1.0
-       >=media-libs/gst-plugins-base-1.12:1.0
-       >=media-libs/libmediaart-0.7:2.0
-       media-plugins/gst-plugins-soup:1.0
-       >=net-libs/gssdp-1.1.0:0=
-       >=net-libs/gupnp-1.1.0:0=
-       >=net-libs/gupnp-av-0.12.8
-       >=net-libs/libsoup-2.44:2.4
-       >=sys-apps/util-linux-2.20
-       x11-misc/shared-mime-info
-       introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
-       sqlite? (
-               >=dev-db/sqlite-3.5:3
-               dev-libs/libunistring:=
-               x11-libs/gdk-pixbuf:2
-       )
-       tracker? ( app-misc/tracker:0= )
-       transcode? (
-               media-libs/gst-plugins-bad:1.0
-               media-plugins/gst-plugins-twolame:1.0
-               media-plugins/gst-plugins-libav:1.0
-       )
-       X? ( >=x11-libs/gtk+-3.22:3 )
-"
-DEPEND="${RDEPEND}
-       dev-util/gtk-doc-am
-       >=sys-devel/gettext-0.19.7
-       virtual/pkgconfig
-"
-# Maintainer only
-#   app-text/docbook-xsl-stylesheets
-#      >=dev-lang/vala-0.36
-#   dev-libs/libxslt
-
-src_prepare() {
-       # Disable test triggering call to gst-plugins-scanner which causes
-       # sandbox issues when plugins such as clutter are installed
-       sed -e 's/return rygel_playbin_renderer_test_main (argv, argc);/return 
0;/' \
-               -i tests/rygel-playbin-renderer-test.c || die
-
-       gnome2_src_prepare
-}
-
-src_configure() {
-       # We set xsltproc because man pages are provided by upstream
-       # and we do not want to regenerate them automagically.
-       gnome2_src_configure \
-               XSLTPROC=$(type -P false) \
-               --enable-gst-launch-plugin \
-               --with-media-engine=gstreamer \
-               --enable-nls \
-               --with-systemduserunitdir=$(systemd_get_userunitdir) \
-               $(use_enable introspection) \
-               $(use_enable sqlite media-export-plugin) \
-               $(use_enable sqlite lms-plugin) \
-               $(use_enable test tests) \
-               $(use_enable tracker tracker-plugin) \
-               $(use_with X ui)
-}

Reply via email to