Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mrueg:master commit in: media-plugins/mopidy-spotify/
Date: Fri, 28 Aug 2015 01:51:09
Message-Id: 1440726649.67bcdc7485ca4d907ec7e151e0b6cec28eb37f5e.mrueg@gentoo
1 commit: 67bcdc7485ca4d907ec7e151e0b6cec28eb37f5e
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 28 01:50:49 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 28 01:50:49 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=67bcdc74
7
8 media-plugins/mopidy-spotify: Version bump. Remove old.
9
10 Package-Manager: portage-2.2.20.1
11
12 media-plugins/mopidy-spotify/Manifest | 2 +-
13 ...-spotify-2.0.0_pre20150806.ebuild => mopidy-spotify-2.0.1.ebuild} | 5 ++---
14 2 files changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/media-plugins/mopidy-spotify/Manifest b/media-plugins/mopidy-spotify/Manifest
17 index 57a1546..1890115 100644
18 --- a/media-plugins/mopidy-spotify/Manifest
19 +++ b/media-plugins/mopidy-spotify/Manifest
20 @@ -1 +1 @@
21 -DIST mopidy-spotify-2.0.0_pre20150806.tar.gz 31667 SHA256 318b2f422a9c1b95bac4c1498a7be1db8139940dada0f0d292060db3ed31a830 SHA512 298bc0d1d719e03c3b2b83c3654386d4393f81bf080eac976a9bbe96cb022b4b4dbf68513bb950c35c9120dd0f86641fb40a68ad706178cbd20ff962fbc4afc3 WHIRLPOOL 9a67511907b4f8a3b875317074997e0813f1dd76feacaf9289b933982c4d11b0ab7e6651f61b8540455b5c5c268d2ea46bf9df74aebab982e78c7453e0ea31f1
22 +DIST mopidy-spotify-2.0.1.tar.gz 32114 SHA256 42906d631a8bdfa94b224e9a8fd0adcb6c2a4e1af212b7f04010e6cea1fb5799 SHA512 bd4adea5ef4fbb2f4da50b0e1c66d13e7e10b5434a544bce653dc642352050538f5c9bc9a37dd66b7bff6eae1b776322703c2a770e9ec203f21f7c71f95758b4 WHIRLPOOL a11662ad12b933437d2fb436318f91604ec5cd6262b47c0144d6bc9b0babca172cebe284e1cf8713e8afc3e4b349ff1636223c1bd31f488e1be85c6d3a7483d7
23
24 diff --git a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
25 similarity index 79%
26 rename from media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
27 rename to media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
28 index 253cad5..3340502 100644
29 --- a/media-plugins/mopidy-spotify/mopidy-spotify-2.0.0_pre20150806.ebuild
30 +++ b/media-plugins/mopidy-spotify/mopidy-spotify-2.0.1.ebuild
31 @@ -9,8 +9,7 @@ inherit vcs-snapshot distutils-r1
32
33 DESCRIPTION="Mopidy extension for playing music from Spotify"
34 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy-spotify"
35 -COMMIT_ID="3b3bc09b075563d87fd8c4bcd7d21a37a665fec0"
36 -SRC_URI="https://github.com/mopidy/${PN}/archive/${COMMIT_ID}.tar.gz -> ${P}.tar.gz"
37 +SRC_URI="https://github.com/mopidy/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
38
39 LICENSE="Apache-2.0"
40 SLOT="0"
41 @@ -19,7 +18,7 @@ IUSE="test"
42
43 RDEPEND="dev-python/pykka[${PYTHON_USEDEP}]
44 >=dev-python/pyspotify-2.0.2[${PYTHON_USEDEP}]
45 - media-sound/mopidy[${PYTHON_USEDEP}]"
46 + >=media-sound/mopidy-1.1.0[${PYTHON_USEDEP}]"
47
48 DEPEND="test? ( ${RDEPEND}
49 dev-python/pytest[${PYTHON_USEDEP}]