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/gnome-music/
Date: Sat, 03 Feb 2018 23:00:16
Message-Id: 1517698761.09620ff5e195a9a28c40314b0b63f36a42c965ba.leio@gentoo
1 commit: 09620ff5e195a9a28c40314b0b63f36a42c965ba
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 3 22:48:29 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 3 22:59:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09620ff5
7
8 media-sound/gnome-music: remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 media-sound/gnome-music/Manifest | 1 -
13 .../gnome-music/gnome-music-3.22.2-r1.ebuild | 63 ----------------------
14 2 files changed, 64 deletions(-)
15
16 diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
17 index 78589c0a995..5eb283fdb7b 100644
18 --- a/media-sound/gnome-music/Manifest
19 +++ b/media-sound/gnome-music/Manifest
20 @@ -1,2 +1 @@
21 -DIST gnome-music-3.22.2.tar.xz 1547556 BLAKE2B 4cd54ca211018a21b744e14fa2b81e7a229e293bd4e4288771969bc75d2845fb05862b679c35218d7c1a85a595def5eeacf6009f3fca6b8e46a08395d7c9d40d SHA512 5f30a943209171f19f344139b40725649a56499ad874be138d8681e0ff81fda7fe85fc1b20c3dcf7fea21dd28a0921a47fe28fe064fa1ea8d51a313ec56e7924
22 DIST gnome-music-3.24.2.tar.xz 1557848 BLAKE2B 329d60da4c2c601524e01bddf086ea699bc10ea311d440ae24af0a83829d7ad4c351963e1b08bd30a8538c9b9987d9f2a41f95690ae31e75c06aac0cc9db2dcf SHA512 a922c80f922b9231e9bbe0cbd1fd33c059c719350c250dbb24316224e3306de7576303119fc9ec303f569559c36d6b076b5ec1076b4f9221a8fb133dcd9f040e
23
24 diff --git a/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild b/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild
25 deleted file mode 100644
26 index 8c6f870f32a..00000000000
27 --- a/media-sound/gnome-music/gnome-music-3.22.2-r1.ebuild
28 +++ /dev/null
29 @@ -1,63 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{3_4,3_5} )
35 -
36 -inherit gnome2 python-single-r1
37 -
38 -DESCRIPTION="Music management for Gnome"
39 -HOMEPAGE="https://wiki.gnome.org/Apps/Music"
40 -
41 -LICENSE="GPL-2+"
42 -SLOT="0"
43 -IUSE=""
44 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
45 -
46 -KEYWORDS="amd64 x86"
47 -
48 -COMMON_DEPEND="
49 - ${PYTHON_DEPS}
50 - >=app-misc/tracker-1.9.0[introspection(+)]
51 - >=dev-python/pygobject-3.21.1:3[cairo,${PYTHON_USEDEP}]
52 - >=dev-libs/glib-2.28:2
53 - >=dev-libs/gobject-introspection-1.35.9:=
54 - >=media-libs/grilo-0.3.1:0.3[introspection]
55 - media-libs/libmediaart:2.0[introspection]
56 - >=x11-libs/gtk+-3.19.3:3[introspection]
57 -"
58 -# xdg-user-dirs-update needs to be there to create needed dirs
59 -# https://bugzilla.gnome.org/show_bug.cgi?id=731613
60 -RDEPEND="${COMMON_DEPEND}
61 - || (
62 - app-misc/tracker[gstreamer]
63 - app-misc/tracker[ffmpeg]
64 - )
65 - x11-libs/libnotify[introspection]
66 - dev-python/dbus-python[${PYTHON_USEDEP}]
67 - dev-python/requests[${PYTHON_USEDEP}]
68 - media-libs/gstreamer:1.0[introspection]
69 - media-libs/gst-plugins-base:1.0[introspection]
70 - media-plugins/gst-plugins-meta:1.0
71 - media-plugins/grilo-plugins:0.3[tracker]
72 - x11-misc/xdg-user-dirs
73 -"
74 -DEPEND="${COMMON_DEPEND}
75 - app-text/yelp-tools
76 - >=dev-util/intltool-0.26
77 - virtual/pkgconfig
78 -"
79 -
80 -pkg_setup() {
81 - python_setup
82 -}
83 -
84 -src_prepare() {
85 - sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed"
86 - gnome2_src_prepare
87 -}
88 -
89 -src_install() {
90 - gnome2_src_install
91 - python_fix_shebang "${D}"usr/bin/gnome-music
92 -}