Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rhythmbox/
Date: Thu, 27 Apr 2017 22:08:16
Message-Id: 1493330465.d49c54f776ecd90ec6234727b1d0b411f0da2183.leio@gentoo
1 commit: d49c54f776ecd90ec6234727b1d0b411f0da2183
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 27 22:01:05 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 27 22:01:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49c54f7
7
8 media-sound/rhythmbox: remove old
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 media-sound/rhythmbox/rhythmbox-3.4.1.ebuild | 139 ---------------------------
13 1 file changed, 139 deletions(-)
14
15 diff --git a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild b/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
16 deleted file mode 100644
17 index 5f8d9704f63..00000000000
18 --- a/media-sound/rhythmbox/rhythmbox-3.4.1.ebuild
19 +++ /dev/null
20 @@ -1,139 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -GNOME2_LA_PUNT="yes"
26 -PYTHON_COMPAT=( python3_{4,5} )
27 -PYTHON_REQ_USE="xml"
28 -
29 -inherit eutils gnome2 python-r1 multilib virtualx
30 -
31 -DESCRIPTION="Music management and playback software for GNOME"
32 -HOMEPAGE="https://wiki.gnome.org/Apps/Rhythmbox"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -
37 -IUSE="cdr daap dbus gnome-keyring ipod libnotify lirc mtp nsplugin +python test +udev upnp-av visualizer zeitgeist"
38 -REQUIRED_USE="
39 - ipod? ( udev )
40 - mtp? ( udev )
41 - dbus? ( python )
42 - python? (
43 - ${PYTHON_REQUIRED_USE}
44 - ^^ ( $(python_gen_useflags '*') )
45 - )
46 -"
47 -
48 -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
49 -
50 -COMMON_DEPEND="
51 - >=dev-libs/glib-2.36:2
52 - >=dev-libs/libxml2-2.7.8:2
53 - >=x11-libs/gtk+-3.16:3[X,introspection]
54 - >=x11-libs/gdk-pixbuf-2.18:2
55 - >=dev-libs/gobject-introspection-0.10:=
56 - >=dev-libs/libpeas-0.7.3[gtk]
57 - >=dev-libs/totem-pl-parser-3.2
58 - >=net-libs/libsoup-2.42:2.4
59 - >=media-libs/gst-plugins-base-1.4:1.0[introspection]
60 - >=media-libs/gstreamer-1.4:1.0[introspection]
61 - >=sys-libs/tdb-1.2.6
62 - dev-libs/json-glib
63 -
64 - cdr? ( >=app-cdr/brasero-2.91.90 )
65 - daap? (
66 - >=net-libs/libdmapsharing-2.9.19:3.0
67 - >=media-plugins/gst-plugins-soup-1.4:1.0 )
68 - gnome-keyring? ( >=app-crypt/libsecret-0.18 )
69 - libnotify? ( >=x11-libs/libnotify-0.7.0 )
70 - lirc? ( app-misc/lirc )
71 - python? (
72 - ${PYTHON_DEPS}
73 - >=dev-python/pygobject-3.0:3[${PYTHON_USEDEP}]
74 - )
75 - udev? (
76 - virtual/libgudev:=
77 - ipod? ( >=media-libs/libgpod-0.7.92[udev] )
78 - mtp? ( >=media-libs/libmtp-0.3 ) )
79 - visualizer? (
80 - >=media-libs/clutter-1.8:1.0
81 - >=media-libs/clutter-gst-1.9.92:2.0
82 - >=media-libs/clutter-gtk-1.0:1.0
83 - >=x11-libs/mx-1.0.1:1.0
84 - >=media-plugins/gst-plugins-libvisual-1.4:1.0 )
85 - zeitgeist? ( gnome-extra/zeitgeist )
86 -"
87 -RDEPEND="${COMMON_DEPEND}
88 - media-plugins/gst-plugins-soup:1.0
89 - media-plugins/gst-plugins-libmms:1.0
90 - || (
91 - media-plugins/gst-plugins-cdparanoia:1.0
92 - media-plugins/gst-plugins-cdio:1.0 )
93 - media-plugins/gst-plugins-meta:1.0
94 - media-plugins/gst-plugins-taglib:1.0
95 - x11-themes/adwaita-icon-theme
96 - python? (
97 - >=dev-libs/libpeas-0.7.3[python,${PYTHON_USEDEP}]
98 - net-libs/libsoup:2.4[introspection]
99 - x11-libs/gdk-pixbuf:2[introspection]
100 - x11-libs/gtk+:3[introspection]
101 - x11-libs/pango[introspection]
102 -
103 - dbus? ( sys-apps/dbus )
104 - gnome-keyring? ( >=app-crypt/libsecret-0.18[introspection] ) )
105 - upnp-av? (
106 - >=media-libs/grilo-0.3:0.3
107 - >=media-plugins/grilo-plugins-0.3:0.3[upnp-av] )
108 -"
109 -DEPEND="${COMMON_DEPEND}
110 - app-text/yelp-tools
111 - dev-util/gtk-doc-am
112 - >=dev-util/intltool-0.35
113 - virtual/pkgconfig
114 - test? ( dev-libs/check )
115 -"
116 -
117 -pkg_setup() {
118 - use python && [[ ${MERGE_TYPE} != binary ]] && python_setup
119 -}
120 -
121 -src_prepare() {
122 - DOCS="AUTHORS ChangeLog DOCUMENTERS INTERNALS \
123 - MAINTAINERS MAINTAINERS.old NEWS README THANKS"
124 -
125 - # https://bugzilla.gnome.org/show_bug.cgi?id=737831
126 - rm -v lib/rb-marshal.{c,h} || die
127 -
128 - gnome2_src_prepare
129 -}
130 -
131 -src_configure() {
132 - # --enable-vala just installs the sample vala plugin, and the configure
133 - # checks are broken, so don't enable it
134 - gnome2_src_configure \
135 - MOZILLA_PLUGINDIR=/usr/$(get_libdir)/nsbrowser/plugins \
136 - VALAC=$(type -P true) \
137 - --enable-mmkeys \
138 - --disable-more-warnings \
139 - --disable-static \
140 - --disable-vala \
141 - --without-hal \
142 - $(use_enable visualizer) \
143 - $(use_enable daap) \
144 - $(use_enable libnotify) \
145 - $(use_enable lirc) \
146 - $(use_enable nsplugin browser-plugin) \
147 - $(use_enable python) \
148 - $(use_enable upnp-av grilo) \
149 - $(use_with cdr brasero) \
150 - $(use_with gnome-keyring libsecret) \
151 - $(use_with ipod) \
152 - $(use_with mtp) \
153 - $(use_with udev gudev)
154 -}
155 -
156 -src_test() {
157 - unset SESSION_MANAGER
158 - virtx emake check CK_DEFAULT_TIMEOUT=60
159 -}