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: Mon, 23 Dec 2019 22:23:51
Message-Id: 1577139779.115bb2773c613e69672d70e5416dc7f483eca2cf.leio@gentoo
1 commit: 115bb2773c613e69672d70e5416dc7f483eca2cf
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 23 22:11:09 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 22:22:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=115bb277
7
8 media-sound/gnome-music: remove old
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 media-sound/gnome-music/Manifest | 1 -
14 media-sound/gnome-music/gnome-music-3.30.2.ebuild | 76 -----------------------
15 2 files changed, 77 deletions(-)
16
17 diff --git a/media-sound/gnome-music/Manifest b/media-sound/gnome-music/Manifest
18 index 58eb5d5bc4d..10ce0a419f7 100644
19 --- a/media-sound/gnome-music/Manifest
20 +++ b/media-sound/gnome-music/Manifest
21 @@ -1,2 +1 @@
22 -DIST gnome-music-3.30.2.tar.xz 3027580 BLAKE2B 9cd5a10fecbf7fb962455bec7ee5392a305f3bab9ebb3e2f0d24066ffd6975377c57a722e850ee340e2990f61b06456f1fe963b80d57030416af7ea3b7f92b32 SHA512 b9fa33ccb76d747e22e1144b2c77dc88432386fdfd4f52720cb1ae3230c06fb899fec654dc1e126103e393eb0358a4385099743abe26505b9b7dcffe2d04a8c8
23 DIST gnome-music-3.32.2.tar.xz 1391112 BLAKE2B ec64d48bcc137c69df77d9d9fadb3fa5c1809850e7a434d501cf6fd680500e57a4e6946ab591db9b715e728f0274f37b659afce53fd9213b3cf74f329f4373f3 SHA512 633748dcb5cf839f29059fd9bdd5283c455a4157d6c004168d9ef80352b83be3db547377034d0d78af0b6a84fec6fb941888bd53aa14c8bf51da880f04170a23
24
25 diff --git a/media-sound/gnome-music/gnome-music-3.30.2.ebuild b/media-sound/gnome-music/gnome-music-3.30.2.ebuild
26 deleted file mode 100644
27 index 04d88e33342..00000000000
28 --- a/media-sound/gnome-music/gnome-music-3.30.2.ebuild
29 +++ /dev/null
30 @@ -1,76 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python3_{5,6} )
36 -
37 -inherit gnome.org gnome2-utils meson python-single-r1 xdg
38 -
39 -DESCRIPTION="Music management for Gnome"
40 -HOMEPAGE="https://wiki.gnome.org/Apps/Music"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -IUSE=""
45 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
46 -
47 -KEYWORDS="amd64 ~arm64 x86"
48 -
49 -COMMON_DEPEND="${PYTHON_DEPS}
50 - net-libs/gnome-online-accounts[introspection]
51 - >=dev-libs/gobject-introspection-1.54:=
52 - >=x11-libs/gtk+-3.19.3:3[introspection]
53 - >=dev-libs/libdazzle-3.28.0[introspection]
54 - >=media-libs/libmediaart-1.9.1:2.0[introspection]
55 - net-libs/libsoup:2.4[introspection]
56 - >=app-misc/tracker-1.99.1:=[introspection(+)]
57 - >=dev-python/pygobject-3.29.1:3[cairo,${PYTHON_USEDEP}]
58 - >=dev-python/pycairo-1.14.0[${PYTHON_USEDEP}]
59 - >=media-libs/grilo-0.3.4:0.3[introspection]
60 - >=media-plugins/grilo-plugins-0.3.8:0.3
61 -"
62 -# xdg-user-dirs-update needs to be there to create needed dirs
63 -# https://bugzilla.gnome.org/show_bug.cgi?id=731613
64 -RDEPEND="${COMMON_DEPEND}
65 - || (
66 - >=app-misc/tracker-miners-1.99.1[gstreamer]
67 - >=app-misc/tracker-miners-1.99.1[ffmpeg]
68 - )
69 - x11-libs/libnotify[introspection]
70 - media-libs/gstreamer:1.0[introspection]
71 - media-libs/gst-plugins-base:1.0[introspection]
72 - media-plugins/gst-plugins-meta:1.0
73 - media-plugins/grilo-plugins:0.3[tracker]
74 - x11-misc/xdg-user-dirs
75 -"
76 -DEPEND="${COMMON_DEPEND}
77 - dev-libs/libxml2:2
78 - dev-util/itstool
79 - >=sys-devel/gettext-0.19.8
80 - virtual/pkgconfig
81 -"
82 -
83 -pkg_setup() {
84 - python_setup
85 -}
86 -
87 -src_prepare() {
88 - sed -e '/sys.path.insert/d' -i "${S}"/gnome-music.in || die "python fixup sed failed"
89 - xdg_src_prepare
90 -}
91 -
92 -src_install() {
93 - meson_src_install
94 - python_fix_shebang "${D}"usr/bin/gnome-music
95 - python_optimize
96 -}
97 -
98 -pkg_postinst() {
99 - xdg_pkg_postinst
100 - gnome2_schemas_update
101 -}
102 -
103 -pkg_postrm() {
104 - xdg_pkg_postrm
105 - gnome2_schemas_update
106 -}