diff options
author | Mike Frysinger <vapier@gentoo.org> | 2013-03-23 19:59:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-03-23 19:59:15 +0000 |
commit | 1be1d77af1a0bce7be5648967b5aab043193552c (patch) | |
tree | 5e02eabf2472f4592309a7a4b8babcc5031f6bd7 /media-sound/spotify | |
parent | Convert to unpacker eclass for .deb unpacking. (diff) | |
download | gentoo-2-1be1d77af1a0bce7be5648967b5aab043193552c.tar.gz gentoo-2-1be1d77af1a0bce7be5648967b5aab043193552c.tar.bz2 gentoo-2-1be1d77af1a0bce7be5648967b5aab043193552c.zip |
Convert to unpacker eclass for .deb unpacking.
(Portage version: 2.2.0_alpha164/cvs/Linux x86_64, signed Manifest commit with key FB7C4156)
Diffstat (limited to 'media-sound/spotify')
-rw-r--r-- | media-sound/spotify/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.8.323-r1.ebuild | 14 | ||||
-rw-r--r-- | media-sound/spotify/spotify-0.8.8.323-r2.ebuild | 14 |
3 files changed, 13 insertions, 21 deletions
diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog index 730e926a765a..3adeb9ccfd66 100644 --- a/media-sound/spotify/ChangeLog +++ b/media-sound/spotify/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/spotify # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.14 2013/03/14 06:02:39 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.15 2013/03/23 19:59:15 vapier Exp $ + + 23 Mar 2013; Mike Frysinger <vapier@gentoo.org> spotify-0.8.8.323-r1.ebuild, + spotify-0.8.8.323-r2.ebuild: + Convert to unpacker eclass for .deb unpacking. *spotify-0.8.8.323-r2 (14 Mar 2013) diff --git a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild b/media-sound/spotify/spotify-0.8.8.323-r1.ebuild index ec8a272deb46..ae8325e833d3 100644 --- a/media-sound/spotify/spotify-0.8.8.323-r1.ebuild +++ b/media-sound/spotify/spotify-0.8.8.323-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.6 2013/03/02 22:04:03 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.7 2013/03/23 19:59:15 vapier Exp $ EAPI=4 -inherit eutils pax-utils +inherit eutils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,6 +19,7 @@ LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome pax_kernel pulseaudio" +RESTRICT="mirror strip" DEPEND="" RDEPEND="${DEPEND} @@ -59,18 +60,11 @@ RDEPEND="${DEPEND} pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify )" -RESTRICT="mirror strip" +S=${WORKDIR} QA_PREBUILT="/opt/spotify/spotify-client/spotify /opt/spotify/spotify-client/libcef.so" -src_unpack() { - mkdir "${P}" - cd "${P}" - unpack ${A} - unpack ./data.tar.gz -} - src_prepare() { # link against openssl-1.0.0 as it crashes with 0.9.8 sed -i \ diff --git a/media-sound/spotify/spotify-0.8.8.323-r2.ebuild b/media-sound/spotify/spotify-0.8.8.323-r2.ebuild index f0a88d72cad0..e6c670010aa9 100644 --- a/media-sound/spotify/spotify-0.8.8.323-r2.ebuild +++ b/media-sound/spotify/spotify-0.8.8.323-r2.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r2.ebuild,v 1.1 2013/03/14 06:02:39 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r2.ebuild,v 1.2 2013/03/23 19:59:15 vapier Exp $ EAPI=4 -inherit eutils pax-utils +inherit eutils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" @@ -19,6 +19,7 @@ LICENSE="Spotify" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gnome pax_kernel pulseaudio" +RESTRICT="mirror strip" DEPEND="" RDEPEND="${DEPEND} @@ -59,18 +60,11 @@ RDEPEND="${DEPEND} pulseaudio? ( >=media-sound/pulseaudio-0.9.21 ) gnome? ( gnome-extra/gnome-integration-spotify )" -RESTRICT="mirror strip" +S=${WORKDIR} QA_PREBUILT="/opt/spotify/spotify-client/spotify /opt/spotify/spotify-client/libcef.so" -src_unpack() { - mkdir "${P}" - cd "${P}" - unpack ${A} - unpack ./data.tar.gz -} - src_prepare() { # link against openssl-1.0.0 as it crashes with 0.9.8 sed -i \ |