prometheanfire 14/10/08 19:43:38
Modified: ChangeLog
Added: gnome-integration-spotify-20140907.ebuild
Removed: gnome-integration-spotify-20130304.ebuild
gnome-integration-spotify-20130119.ebuild
Log:
updating for new release, fixes bug 522360
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key
0x2471eb3e40ac5ac3)
Revision Changes Path
1.8 gnome-extra/gnome-integration-spotify/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 14 Oct 2013 03:15:22 -0000 1.7
+++ ChangeLog 8 Oct 2014 19:43:38 -0000 1.8
@@ -1,6 +1,14 @@
# ChangeLog for gnome-extra/gnome-integration-spotify
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header:
/var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v 1.7
2013/10/14 03:15:22 prometheanfire Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header:
/var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/ChangeLog,v 1.8
2014/10/08 19:43:38 prometheanfire Exp $
+
+*gnome-integration-spotify-20140907 (08 Oct 2014)
+
+ 08 Oct 2014; Matthew Thode <[email protected]>
+ +gnome-integration-spotify-20140907.ebuild,
+ -gnome-integration-spotify-20130119.ebuild,
+ -gnome-integration-spotify-20130304.ebuild:
+ updating for new release, fixes bug 522360
*gnome-integration-spotify-20131013 (14 Oct 2013)
1.1
gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild?rev=1.1&content-type=text/plain
Index: gnome-integration-spotify-20140907.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header:
/var/cvsroot/gentoo-x86/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild,v
1.1 2014/10/08 19:43:38 prometheanfire Exp $
EAPI=4
inherit gnome2-utils
DESCRIPTION="GNOME integration for Spotify"
HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify"
#SRC_URI="http://github.com/mrpdaemon/${PN}/tarball/${PV} ->
${PN}-git-${PV}.tgz"
SRC_URI="https://github.com/mrpdaemon/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
#S="${WORKDIR}/mrpdaemon-${PN}-df9124d"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}
dev-lang/python
dev-python/dbus-python
media-gfx/imagemagick
x11-misc/wmctrl
x11-misc/xautomation
x11-misc/xdotool
x11-apps/xwininfo"
src_install() {
dobin spotify-dbus.py
mkdir -p "${D}/etc/gconf/schemas"
cp spotify.schemas "${D}/etc/gconf/schemas"
}
pkg_preinst() {
gnome2_gconf_savelist
}
pkg_postinst() {
gnome2_gconf_install
}
pkg_prerm() {
gnome2_gconf_uninstall
}