summaryrefslogtreecommitdiff
path: root/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild')
-rw-r--r--gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild48
1 files changed, 0 insertions, 48 deletions
diff --git a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild b/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
deleted file mode 100644
index 6b304d8fd213..000000000000
--- a/gnome-extra/gnome-integration-spotify/gnome-integration-spotify-20140907-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
-
-inherit gnome2-utils python-r1
-
-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=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND="${PYTHON_DEPS}"
-RDEPEND="${DEPEND}
- dev-python/dbus-python[${PYTHON_USEDEP}]
- media-gfx/imagemagick
- x11-misc/wmctrl
- x11-misc/xautomation
- x11-misc/xdotool
- x11-apps/xwininfo"
-
-src_install() {
- dobin spotify-dbus.py
- python_replicate_script "${ED}"/usr/bin/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
-}