summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/spotify/spotify-0.4.6.ebuild')
-rw-r--r--media-sound/spotify/spotify-0.4.6.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/media-sound/spotify/spotify-0.4.6.ebuild b/media-sound/spotify/spotify-0.4.6.ebuild
deleted file mode 100644
index 5fd9622..0000000
--- a/media-sound/spotify/spotify-0.4.6.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-inherit eutils
-
-MY_PN="spotify-client-qt"
-MY_P="${MY_PN}_${PV}"
-
-DESCRIPTION="A proprietary peer-to-peer music streaming desktop application"
-HOMEPAGE="http://www.spotify.com"
-SRC_URI="http://repository.spotify.com/pool/non-free/s/spotify/${MY_P}_i386.deb"
-
-LICENSE="Spotify"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-# media-sound/asoundconf left
-DEPEND=""
-RDEPEND="${RDEPEND}
- sys-libs/lib-compat
- >=x11-libs/qt-dbus-4.5.0
- >=x11-libs/qt-webkit-4.5.0
- >=x11-libs/qt-core-4.5.0
- >=x11-libs/qt-gui-4.5.0"
-
-src_unpack() {
- unpack ${A} ./data.tar.gz
-}
-
-src_install() {
- insinto /opt/${PN}
- into /opt/${PN}
- dobin usr/bin/spotify
- dosym /opt/${PN}/bin/spotify /usr/bin/spotify
- dodoc usr/share/doc/spotify-client-qt/changelog.gz
- doins -r usr/share/spotify/theme
- # hardcoded path fix
- dodir /usr/share/spotify
- dosym /opt/${PN}/theme /usr/share/spotify/theme
-}