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-sound/mopidy/
Date: Wed, 01 Jul 2015 01:48:25
Message-Id: 1435715288.495aac8b76a8a0ba543c7889c6461d232e5ef81c.mrueg@gentoo
1 commit: 495aac8b76a8a0ba543c7889c6461d232e5ef81c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 01:48:08 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 01:48:08 2015 +0000
6 URL: https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=495aac8b
7
8 [media-sound/mopidy] Install desktop file.
9
10 Package-Manager: portage-2.2.20
11
12 media-sound/mopidy/mopidy-1.0.7.ebuild | 8 ++++++--
13 1 file changed, 6 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/mopidy/mopidy-1.0.7.ebuild b/media-sound/mopidy/mopidy-1.0.7.ebuild
16 index c2ee8b9..c1090bf 100644
17 --- a/media-sound/mopidy/mopidy-1.0.7.ebuild
18 +++ b/media-sound/mopidy/mopidy-1.0.7.ebuild
19 @@ -5,7 +5,7 @@
20 EAPI=5
21 PYTHON_COMPAT=(python2_7)
22
23 -inherit distutils-r1
24 +inherit eutils distutils-r1
25
26 DESCRIPTION="An extensible music server that plays music from local disk and more"
27 HOMEPAGE="http://mopidy.com https://github.com/mopidy/mopidy"
28 @@ -30,7 +30,11 @@ DEPEND="test? ( ${RDEPEND}
29
30 S=${WORKDIR}/Mopidy-${PV}
31
32 -DOCS=( README.rst )
33 +src_install() {
34 + distutils-r1_src_install
35 + domenu extra/desktop/mopidy.desktop || die
36 +
37 +}
38
39 python_test() {
40 nosetests || die