diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-15 09:54:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-05-15 09:54:23 -0500 |
commit | 5af741a104570568b8fbda0b32dc7b5d3014ee21 (patch) | |
tree | d90b3a9da48834b9904ce7ee0d07d05e46cdfdbe /gnome-extra/gnome-integration-spotify | |
parent | gnome-extra/gnome-integration-spotify: 20140907-r1 stable amd64 and x86 (diff) | |
download | gentoo-5af741a104570568b8fbda0b32dc7b5d3014ee21.tar.gz gentoo-5af741a104570568b8fbda0b32dc7b5d3014ee21.tar.bz2 gentoo-5af741a104570568b8fbda0b32dc7b5d3014ee21.zip |
gnome-extra/gnome-integration-spotify: cleanup
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'gnome-extra/gnome-integration-spotify')
-rw-r--r-- | gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild deleted file mode 100644 index d8528c8f3f5e..000000000000 --- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit gnome2-utils - -DESCRIPTION="GNOME integration for Spotify" -HOMEPAGE="https://github.com/mrpdaemon/gnome-integration-spotify" -#SRC_URI="https://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 -} |