Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/gnome-integration-spotify: gnome-integration-spotify-20130304.ebuild ChangeLog gnome-integration-spotify-20130116.ebuild
Date: Mon, 04 Mar 2013 21:53:26
Message-Id: 20130304215322.D627F2171D@flycatcher.gentoo.org
1 prometheanfire 13/03/04 21:53:22
2
3 Modified: ChangeLog
4 Added: gnome-integration-spotify-20130304.ebuild
5 Removed: gnome-integration-spotify-20130116.ebuild
6 Log:
7 updating gnome-integration-spotify for bug 458256
8
9 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
10
11 Revision Changes Path
12 1.6 gnome-extra/gnome-integration-spotify/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 21 Jan 2013 06:41:51 -0000 1.5
25 +++ ChangeLog 4 Mar 2013 21:53:22 -0000 1.6
26 @@ -1,6 +1,13 @@
27 # ChangeLog for gnome-extra/gnome-integration-spotify
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v 1.5 2013/01/21 06:41:51 prometheanfire Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v 1.6 2013/03/04 21:53:22 prometheanfire Exp $
31 +
32 +*gnome-integration-spotify-20130304 (04 Mar 2013)
33 +
34 + 04 Mar 2013; Matthew Thode <prometheanfire@g.o>
35 + -gnome-integration-spotify-20130116.ebuild,
36 + +gnome-integration-spotify-20130304.ebuild:
37 + updating for bug 458256
38
39 *gnome-integration-spotify-20130119 (21 Jan 2013)
40
41
42
43
44 1.1 gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130304.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130304.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130304.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-integration-spotify-20130304.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20130304.ebuild,v 1.1 2013/03/04 21:53:22 prometheanfire Exp $
54
55 EAPI=4
56
57 inherit gnome2-utils
58
59 DESCRIPTION="GNOME integration for Spotify"
60 HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify"
61 SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
62 S="${WORKDIR}/mrpdaemon-${PN}-9af735f"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 DEPEND=""
70 RDEPEND="${DEPEND}
71 dev-lang/python
72 dev-python/dbus-python
73 media-gfx/imagemagick
74 x11-misc/wmctrl
75 x11-misc/xautomation
76 x11-misc/xdotool
77 x11-apps/xwininfo"
78
79 src_install() {
80 dobin spotify-dbus.py
81 mkdir -p "${D}/etc/gconf/schemas"
82 cp spotify.schemas "${D}/etc/gconf/schemas"
83 }
84
85 pkg_preinst() {
86 gnome2_gconf_savelist
87 }
88
89 pkg_postinst() {
90 gnome2_gconf_install
91 }
92
93 pkg_prerm() {
94 gnome2_gconf_uninstall
95 }