Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-integration-spotify/
Date: Tue, 18 Apr 2017 15:49:37
Message-Id: 1492530558.51cc15c7d8b75a99c337e47e3f5919a791936f5d.prometheanfire@gentoo
1 commit: 51cc15c7d8b75a99c337e47e3f5919a791936f5d
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 18 15:48:49 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 18 15:49:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51cc15c7
7
8 gnome-extra/gnome-integration-spotify: fix for bug 615940 in 20140907-r1
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 gnome-extra/gnome-integration-spotify/Manifest | 1 -
13 ...ld => gnome-integration-spotify-20140907-r1.ebuild} | 18 +++++++++++-------
14 2 files changed, 11 insertions(+), 8 deletions(-)
15
16 diff --git a/gnome-extra/gnome-integration-spotify/Manifest b/gnome-extra/gnome-integration-spotify/Manifest
17 index dc5157f4865..cb912770a5c 100644
18 --- a/gnome-extra/gnome-integration-spotify/Manifest
19 +++ b/gnome-extra/gnome-integration-spotify/Manifest
20 @@ -1,2 +1 @@
21 DIST gnome-integration-spotify-20140907.tar.gz 6709 SHA256 f1906851329461d3e1a2a7171fd8c6be5082505b04415f2879b1f634b554bbfe SHA512 51e0e7fdb0912e230b0965ca05740b01633b3bc0219dd6e8c31ad5a9378b15c1b44ce1f99098900af7a478f0d6180c3ee015c1717603b6c2fb4c54769dddb874 WHIRLPOOL 4f0867fd2aa0d62d9e71c933541896092991ee4389a79845c2ceff2c2712935405134291024817e9039afa0b62da9538cc329e110b739db28e40c1df2a28070e
22 -DIST gnome-integration-spotify-git-20131013.tgz 6703 SHA256 bb55df923ddf4024f041ccb64753e394083e0c2eac7265f2c875e3432f99f5c8 SHA512 de4033c8bb955732eeb573a9328d068716584b85f4fa62d8090ea9f35c43a032389dd7cbf3d4f3380bb2e46ebc37737c8cf93d67b4f381939742001762da267c WHIRLPOOL 0c5684350fff53b5cb3aa67593c0d12fec69904bca6b55cd70d95a933589be4486e158f4d2cb04e294321ca10c05f2bc062cba0aa3503e6198048743b6d5ec47
23
24 diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
25 similarity index 58%
26 rename from gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild
27 rename to gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
28 index a2522a7fc52..6a5839f03b4 100644
29 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20131013.ebuild
30 +++ b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
31 @@ -1,14 +1,17 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 +# Copyright 1999-2017 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35
36 -EAPI=4
37 +EAPI=6
38
39 -inherit gnome2-utils
40 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
41 +
42 +inherit gnome2-utils python-r1
43
44 DESCRIPTION="GNOME integration for Spotify"
45 HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify"
46 -SRC_URI="https://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
47 -S="${WORKDIR}/mrpdaemon-${PN}-df9124d"
48 +#SRC_URI="https://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
49 +SRC_URI="https://github.com/mrpdaemon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
50 +#S="${WORKDIR}/mrpdaemon-${PN}-df9124d"
51
52 LICENSE="GPL-3"
53 SLOT="0"
54 @@ -17,8 +20,8 @@ IUSE=""
55
56 DEPEND=""
57 RDEPEND="${DEPEND}
58 - dev-lang/python
59 - dev-python/dbus-python
60 + ${PYTHON_DEPS}
61 + dev-python/dbus-python[${PYTHON_USEDEP}]
62 media-gfx/imagemagick
63 x11-misc/wmctrl
64 x11-misc/xautomation
65 @@ -27,6 +30,7 @@ RDEPEND="${DEPEND}
66
67 src_install() {
68 dobin spotify-dbus.py
69 + python_replicate_script "${ED}"/usr/bin/spotify-dbus.py
70 mkdir -p "${D}/etc/gconf/schemas"
71 cp spotify.schemas "${D}/etc/gconf/schemas"
72 }