Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/rygel/
Date: Sun, 03 Jul 2016 16:33:54
Message-Id: 1467563592.b9e2b75ff8e36dc0cf45ae27bbc17357d152d329.pacho@gentoo
1 commit: b9e2b75ff8e36dc0cf45ae27bbc17357d152d329
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jul 3 16:08:48 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 3 16:33:12 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9e2b75f
7
8 net-misc/rygel: Drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 net-misc/rygel/Manifest | 1 -
13 net-misc/rygel/rygel-0.28.2-r1.ebuild | 84 -----------------------------------
14 2 files changed, 85 deletions(-)
15
16 diff --git a/net-misc/rygel/Manifest b/net-misc/rygel/Manifest
17 index 4133d2e..4a0c40b 100644
18 --- a/net-misc/rygel/Manifest
19 +++ b/net-misc/rygel/Manifest
20 @@ -1,2 +1 @@
21 -DIST rygel-0.28.2.tar.xz 2244840 SHA256 9ea23df7186caac5f1aad3137edf6d507d339b9a469fc3133df4043fa66b61f5 SHA512 23d8ff2315c12e70f3c160f9047709bc3d491b3a4782a02d7c7c1a136700dcf55b880feb6a2a2ea08978377fe234a63fbb05d0dc79bfa05978886ec23da46300 WHIRLPOOL f21503dbcd2b1280501e6b16c4a55f3de436bcc91b7f77220111d60dbec942778df231c35c7d065a5ccd4ccd608ffa256258b36139340d2d2b7fa27a46295d1d
22 DIST rygel-0.28.3.tar.xz 2214632 SHA256 bedb76ecb1f36b721914b5c65934f8cd01f281f9ab40c22c583902c22f169c77 SHA512 5597d21f7f227b370f3e714350d97b763a5192a7d645bd108b5a4c9cc69f5d0fd71e9e8e995c1ca112c91f62908081d16dfdddf32381c0f6107298f9c57ec0e4 WHIRLPOOL 20a1e2783f9b4ee9ffac96ba6e3d721f584a262b01e4e0b41969e7c58bf36b2560617287a71b943cd412a1589d854022204f45198a9ad46098d1a93d94a4e64d
23
24 diff --git a/net-misc/rygel/rygel-0.28.2-r1.ebuild b/net-misc/rygel/rygel-0.28.2-r1.ebuild
25 deleted file mode 100644
26 index 63e70db..0000000
27 --- a/net-misc/rygel/rygel-0.28.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,84 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -GCONF_DEBUG="no"
36 -GNOME2_LA_PUNT="yes"
37 -
38 -inherit gnome2 versionator virtualx
39 -
40 -DESCRIPTION="Rygel is an open source UPnP/DLNA MediaServer"
41 -HOMEPAGE="https://wiki.gnome.org/Projects/Rygel"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="amd64 x86"
46 -IUSE="X +introspection +sqlite tracker test transcode"
47 -
48 -# The deps for tracker? and transcode? are just the earliest available
49 -# version at the time of writing this ebuild
50 -RDEPEND="
51 - >=dev-libs/glib-2.40.0:2
52 - >=dev-libs/libgee-0.8:0.8
53 - >=dev-libs/libxml2-2.7:2
54 - >=media-libs/gupnp-dlna-0.9.4:2.0
55 - media-libs/gstreamer:1.0
56 - media-libs/gst-plugins-base:1.0
57 - >=media-libs/libmediaart-0.7:2.0
58 - media-plugins/gst-plugins-soup:1.0
59 - >=net-libs/gssdp-0.13
60 - >=net-libs/gupnp-0.20.14
61 - >=net-libs/gupnp-av-0.12.4
62 - >=net-libs/libsoup-2.44:2.4
63 - >=sys-apps/util-linux-2.20
64 - x11-misc/shared-mime-info
65 - introspection? ( >=dev-libs/gobject-introspection-1.33.4:= )
66 - sqlite? (
67 - >=dev-db/sqlite-3.5:3
68 - dev-libs/libunistring:=
69 - )
70 - tracker? ( >=app-misc/tracker-0.16:= )
71 - transcode? (
72 - media-libs/gst-plugins-bad:1.0
73 - media-plugins/gst-plugins-twolame:1.0
74 - media-plugins/gst-plugins-libav:1.0
75 - )
76 - X? ( >=x11-libs/gtk+-3:3 )
77 -"
78 -DEPEND="${RDEPEND}
79 - dev-util/gtk-doc-am
80 - >=dev-util/intltool-0.40
81 - sys-devel/gettext
82 - virtual/pkgconfig
83 -"
84 -# Maintainer only
85 -# >=dev-lang/vala-0.22
86 -# dev-libs/libxslt
87 -
88 -src_configure() {
89 - # We set xsltproc because man pages are provided by upstream
90 - # and we do not want to regenerate them automagically.
91 - gnome2_src_configure \
92 - XSLTPROC=$(type -P false) \
93 - --enable-gst-launch-plugin \
94 - --enable-mediathek-plugin \
95 - --with-media-engine=gstreamer \
96 - --enable-nls \
97 - $(use_enable introspection) \
98 - $(use_enable sqlite media-export-plugin) \
99 - $(use_enable test tests) \
100 - $(use_enable tracker tracker-plugin) \
101 - $(use_with X ui)
102 -}
103 -
104 -pkg_postinst() {
105 - gnome2_pkg_postinst
106 - if ! version_is_at_least 0.28.2-r1 ${REPLACING_VERSIONS}; then
107 - elog "This version stops forcing the automatical starting of"
108 - elog "rygel as upstream pretends. This way, it will honor the"
109 - elog "user settings at Sharing section in gnome-control-center."
110 - elog "If you desire to keep getting rygel autostarting always"
111 - elog "you will need to configure your desktop to do it."
112 - fi
113 -}