summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtur Maciąg <maciag.artur@gmail.com>2012-01-13 16:11:22 +0100
committerArtur Maciąg <maciag.artur@gmail.com>2012-01-13 16:11:22 +0100
commit6de3cfb780b5099a959444c2891ea5d05e746bcd (patch)
tree1e4ab6719d6f5117916647667e6ae82118182150 /media-sound/spotify/spotify-0.4.6.ebuild
parent[dev-python/flup] removed old version (diff)
downloadpiczu-6de3cfb780b5099a959444c2891ea5d05e746bcd.tar.gz
piczu-6de3cfb780b5099a959444c2891ea5d05e746bcd.tar.bz2
piczu-6de3cfb780b5099a959444c2891ea5d05e746bcd.zip
[media-sound/spotify] version bump
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
-}