public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-17  1:27 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-17  1:27 UTC (permalink / raw
  To: gentoo-commits

commit:     bfac053b5275677634d6b46afc92c45770f6418a
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Wed Oct 17 01:27:50 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Wed Oct 17 01:27:50 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=bfac053b

add spotify for testing

---
 media-sound/spotify/Manifest                 |    3 +
 media-sound/spotify/spotify-0.8.4.103.ebuild |  123 ++++++++++++++++++++++++++
 2 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
new file mode 100644
index 0000000..037d644
--- /dev/null
+++ b/media-sound/spotify/Manifest
@@ -0,0 +1,3 @@
+DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
+DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
+EBUILD spotify-0.8.4.103.ebuild 3118 SHA256 6964996f6c819c549a5a5fc6b7685289546d1cdd4d6d313925026faa94fd5138 SHA512 873dbf0f59dc7e41ec12e71bce2351f4ad9de82f6e8ac509b3ceb09c15d64d14212c454cb4e8bc0948b7ba34cc26f5c3bfe74951642dc7acbfc1a45b76e8c88b WHIRLPOOL 203263d9dc330156c77f7b3449191fc2ce921c035a7225393348963b73568d064d0678fbaa6bf56f4f3fd7319d988b1a9606744e788198c183d88bb042c8d73b

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
new file mode 100644
index 0000000..0900588
--- /dev/null
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -0,0 +1,123 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
+MY_PV="${PV}.g9cb177b.260-1"
+MY_P="${PN}-client_${MY_PV}"
+SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
+#SRC_BASE="http://download.spotify.com/preview/"
+SRC_URI="
+	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
+	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
+	"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pulseaudio gnome"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+		x11-libs/libX11
+		x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXrender
+		x11-libs/libXrandr
+		x11-libs/libXinerama
+		x11-libs/libXext
+		x11-libs/libxcb
+		x11-libs/libXau
+		x11-libs/libXdmcp
+		x11-libs/qt-core:4
+		x11-libs/qt-gui:4
+		x11-libs/qt-webkit:4
+		x11-libs/qt-dbus:4
+		x11-libs/libXScrnSaver
+		media-libs/freetype
+		media-libs/fontconfig
+		media-libs/alsa-lib
+		dev-libs/openssl
+		dev-libs/glib:2
+		media-libs/libpng:1.2
+		dev-db/sqlite:3
+		sys-libs/zlib
+		app-arch/bzip2
+		sys-apps/dbus
+		sys-apps/util-linux
+		dev-libs/expat
+		>=dev-libs/nspr-4.9
+		gnome-base/gconf:2
+		x11-libs/gtk+:2
+		dev-libs/nss
+		dev-libs/glib:2
+		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
+		gnome? ( gnome-extra/gnome-integration-spotify )"
+
+RESTRICT="mirror strip"
+
+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 \
+		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+		usr/share/spotify/spotify || die "sed failed"
+	# different NSPR / NSS library names for some reason
+	sed -i \
+		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+		usr/share/spotify/libcef.so || die "sed failed"
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+	sed -i \
+		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+	fi
+}
+
+src_install() {
+	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
+	dodoc usr/share/doc/spotify-client/copyright
+	insinto /usr/share/applications
+	doins usr/share/applications/*.desktop
+	insinto /usr/share/pixmaps
+	doins usr/share/pixmaps/*.png
+
+	# install in /opt/spotify
+	SPOTIFY_HOME=/opt/spotify
+	dodir ${SPOTIFY_HOME}
+	insinto ${SPOTIFY_HOME}
+	doins -r usr/share/spotify/*
+	fperms +x ${SPOTIFY_HOME}/spotify
+	dodir /usr/share
+	dosym ${SPOTIFY_HOME} /usr/share/spotify
+
+	dodir /usr/bin
+	cat <<-EOF >"${D}"/usr/bin/spotify
+		#! /bin/sh
+		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
+		export LD_PRELOAD
+		exec ${SPOTIFY_HOME}/spotify "\$@"
+	EOF
+	fperms +x /usr/bin/spotify
+
+	# revdep-rebuild produces a false positive because of symbol versioning
+	dodir /etc/revdep-rebuild
+	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
+		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
+	EOF
+}
+
+pkg_postinst() {
+	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+	ewarn "To remove the cache:"
+	ewarn "rm -rf ~/.cache/spotify"
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 14:56 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 14:56 UTC (permalink / raw
  To: gentoo-commits

commit:     d62130fac59f266b306e7d5ec14252a0ef751754
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 14:55:40 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 14:55:40 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=d62130fa

well, changed the bin file location for pax

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index cc51416..f832144 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3648 SHA256 7544020e6889310834d10e2fcab189628c029cfde4e796a967f179ab6dbd3637 SHA512 8e1a28bddb8bfc242d70c2c22f6bc2860443e9d12124f9c1fab9be3b5b674af60927f219bca9b3edce6aea8206673323ff7d6126a917d7409ac051b06efbdee5 WHIRLPOOL 57b982e105629194e4f7268d4ed050832ed265b8ef88097687958640dd3d2035195ce1cab9ac87ab93aeadd6320109b5ac6b7d3d0488813aad6e953e62a24817
+EBUILD spotify-0.8.4.103.ebuild 3650 SHA256 4fa087519b35a871afa46bab2174460add908c56a42cd15f588881148b132123 SHA512 026daabb55b4469d19b41f2f9081ea6f85be21fbf84dc9a12d6abc331df931a6b1b0946f79855752bd0732d2088c12bf379d4ba921deec27e6362c6df7d1b53b WHIRLPOOL d51ea0607260824f725eb813cffb18ccfdf51fa637be7be48c3849ce02aa04c4fc3c729e879dd4340d894e62e6c09bd185eaf170444c14072ca1d80de61a7dd7

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 05a9d8a..5123325 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -116,7 +116,7 @@ src_install() {
 	EOF
 
     if use pax_kernel; then                                                     
-        pax-mark Cm "${ED}"/opt/bin/${PN} || die                                
+        pax-mark Cm "${ED}"/opt/${PN}/${PN} || die                                
         eqawarn "You have set USE=pax_kernel meaning that you intendto run"
         eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
         eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 15:00 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     513af2b0b69a7bb6bed5c650d88125cdf3f26cfb
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:00:41 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:00:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=513af2b0

added pax-utils eclass

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index f832144..51ac412 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3650 SHA256 4fa087519b35a871afa46bab2174460add908c56a42cd15f588881148b132123 SHA512 026daabb55b4469d19b41f2f9081ea6f85be21fbf84dc9a12d6abc331df931a6b1b0946f79855752bd0732d2088c12bf379d4ba921deec27e6362c6df7d1b53b WHIRLPOOL d51ea0607260824f725eb813cffb18ccfdf51fa637be7be48c3849ce02aa04c4fc3c729e879dd4340d894e62e6c09bd185eaf170444c14072ca1d80de61a7dd7
+EBUILD spotify-0.8.4.103.ebuild 3668 SHA256 15e5165e22f25439b831f4a7348b16b05c52c5229daef3fdba0aef7841aa65d8 SHA512 ea7f0bd2b7ef980c34136b82a517fe3b39ff5da5bd8951a5f99b096db0b6b8f489146b12878ce12ddd1e6880712a9527fa9516c7e7a16141aa42f512971dff33 WHIRLPOOL 37c2dde749825574b4d6dcd739a9583c01006a595b13008ff69ad57206d6ebd90921acd2313dc927e6f304c853410b4f56bea7e2cc53914873520aa768b23486

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 5123325..528692b 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -3,6 +3,7 @@
 # $Header: $
 
 EAPI=4
+inherit pax-utils
 
 DESCRIPTION="Spotify is a social music platform"
 HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 15:07 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 15:07 UTC (permalink / raw
  To: gentoo-commits

commit:     9869b503663d68fe7b6bd4d46de65fc7af74eed4
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:07:10 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:07:10 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=9869b503

pax testing

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 51ac412..b2a8823 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3668 SHA256 15e5165e22f25439b831f4a7348b16b05c52c5229daef3fdba0aef7841aa65d8 SHA512 ea7f0bd2b7ef980c34136b82a517fe3b39ff5da5bd8951a5f99b096db0b6b8f489146b12878ce12ddd1e6880712a9527fa9516c7e7a16141aa42f512971dff33 WHIRLPOOL 37c2dde749825574b4d6dcd739a9583c01006a595b13008ff69ad57206d6ebd90921acd2313dc927e6f304c853410b4f56bea7e2cc53914873520aa768b23486
+EBUILD spotify-0.8.4.103.ebuild 3750 SHA256 8319470a5f72e5f8df6e5b5e5d273059df24fad252e406d72bbab37c8002bf6f SHA512 e9dba0597214218468a8ec2ce15480d8c8800d36f0293467b97d2c3bbcb3f6572840252e9c1f858e6a08064485f0703fcc506eaa8a577bee23ba8314d92b993a WHIRLPOOL bf9060cfb676dfb47808c7f8e83534967935882c8f8a983b7e4f1e9d2847857e553623bd2763863651d61610ede6024fb15a12b35d6d692c41e1baca102f79dc

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 528692b..978cf40 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -118,6 +118,7 @@ src_install() {
 
     if use pax_kernel; then                                                     
         pax-mark Cm "${ED}"/opt/${PN}/${PN} || die                                
+        pax-mark m "${ED}"/opt/${PN}/${PN} || die                                
         eqawarn "You have set USE=pax_kernel meaning that you intendto run"
         eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
         eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 15:16 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     879ff47fb9c2ab8bc334adc110705a9456bf27e9
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:16:01 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:16:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=879ff47f

pax testing

---
 media-sound/spotify/spotify-0.8.4.103.ebuild |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 978cf40..b384eb8 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -117,7 +117,7 @@ src_install() {
 	EOF
 
     if use pax_kernel; then                                                     
-        pax-mark Cm "${ED}"/opt/${PN}/${PN} || die                                
+        pax-mark C "${ED}"/opt/${PN}/${PN} || die                                
         pax-mark m "${ED}"/opt/${PN}/${PN} || die                                
         eqawarn "You have set USE=pax_kernel meaning that you intendto run"
         eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 15:16 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 15:16 UTC (permalink / raw
  To: gentoo-commits

commit:     d42e959dcebce3d55b29e8cbfa35f91358f9dd6e
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:16:34 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:16:34 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=d42e959d

pax testing

---
 media-sound/spotify/Manifest |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index b2a8823..c7f05d8 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3750 SHA256 8319470a5f72e5f8df6e5b5e5d273059df24fad252e406d72bbab37c8002bf6f SHA512 e9dba0597214218468a8ec2ce15480d8c8800d36f0293467b97d2c3bbcb3f6572840252e9c1f858e6a08064485f0703fcc506eaa8a577bee23ba8314d92b993a WHIRLPOOL bf9060cfb676dfb47808c7f8e83534967935882c8f8a983b7e4f1e9d2847857e553623bd2763863651d61610ede6024fb15a12b35d6d692c41e1baca102f79dc
+EBUILD spotify-0.8.4.103.ebuild 3749 SHA256 c6f587f01d5430418e4d49ec27c802a9fc3f23d66ff832d967229525b2f5d578 SHA512 a8831aafdc5528c0d35b9125bca95267ff46a6abab0e3f09d34b1c01764869d022faa95d97ccc26512f1944e2344c80446dbc332ffc1eb835d21be796fd218fe WHIRLPOOL 552e18cbedec6822c42d5fdaad1fb5ff86caa3c69725b59b4b52a1c18bfcacb8fafffd48385e36629ea49dd763577d5fc96d9f333c2f52bf70a843e6f131503a


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 15:19 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 15:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2ff643dedfa8e5d52cc6d587187fde24b78b1584
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 23 15:18:55 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 15:18:55 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=2ff643de

pax testing

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index c7f05d8..4155884 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3749 SHA256 c6f587f01d5430418e4d49ec27c802a9fc3f23d66ff832d967229525b2f5d578 SHA512 a8831aafdc5528c0d35b9125bca95267ff46a6abab0e3f09d34b1c01764869d022faa95d97ccc26512f1944e2344c80446dbc332ffc1eb835d21be796fd218fe WHIRLPOOL 552e18cbedec6822c42d5fdaad1fb5ff86caa3c69725b59b4b52a1c18bfcacb8fafffd48385e36629ea49dd763577d5fc96d9f333c2f52bf70a843e6f131503a
+EBUILD spotify-0.8.4.103.ebuild 3898 SHA256 bd268e2080a5b5936b7dfecd3b1f600de685f8388be172b881e4baf8496611f1 SHA512 3e5ade5e8bbfa24a31f113e0a37c10ebdaab9d9ab5c7e0d47cfc9b1992915bb3aba6f29570e49505571e55a0359e327f7d2ffb867092349865f5b1c461b78d1a WHIRLPOOL 7e132243db48d5d8371bf46a2bfbd77cdbb5891672ccbb6bbf557b91c7e9d6e2d897028c818ba57470f8dd1b5f278938604e96b86149829fb749c35388c0bd03

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index b384eb8..9e415ad 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -117,7 +117,9 @@ src_install() {
 	EOF
 
     if use pax_kernel; then                                                     
+		#create the headers, reset them to default, then paxmark -m them
         pax-mark C "${ED}"/opt/${PN}/${PN} || die                                
+        pax-mark z "${ED}"/opt/${PN}/${PN} || die                                
         pax-mark m "${ED}"/opt/${PN}/${PN} || die                                
         eqawarn "You have set USE=pax_kernel meaning that you intendto run"
         eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 20:23 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 20:23 UTC (permalink / raw
  To: gentoo-commits

commit:     53f9bdb1f92d05ba26a6b391afa56b9c6c667409
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Oct 23 20:23:24 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 20:23:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=53f9bdb1

destktop file formatting

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 4155884..d445634 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 3898 SHA256 bd268e2080a5b5936b7dfecd3b1f600de685f8388be172b881e4baf8496611f1 SHA512 3e5ade5e8bbfa24a31f113e0a37c10ebdaab9d9ab5c7e0d47cfc9b1992915bb3aba6f29570e49505571e55a0359e327f7d2ffb867092349865f5b1c461b78d1a WHIRLPOOL 7e132243db48d5d8371bf46a2bfbd77cdbb5891672ccbb6bbf557b91c7e9d6e2d897028c818ba57470f8dd1b5f278938604e96b86149829fb749c35388c0bd03
+EBUILD spotify-0.8.4.103.ebuild 4004 SHA256 fc2ee1b8d2124381603e8bdfc797b90d21e0db1d34aa003a86a3d62bec67c9c9 SHA512 8e0d4b8dff6c8a17efc2b973a9b0ce953efcbd93a6f00b1947b03d304ba508e88334ca1f6198dc7ad016ed85346fa69b3c112aab14a21d7ff02c7495d850a60c WHIRLPOOL fe8bbc282baab5c862ef72b442d46219b81b33c2b35f50c1d5b1b6db9ea7d3cfdc850cf4cc134f8fa0a15dbab74236618ba955cb2d7dd48be8681539352dc6b0

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 9e415ad..5999cc4 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -40,7 +40,7 @@ RDEPEND="${DEPEND}
 		media-libs/freetype
 		media-libs/fontconfig
 		media-libs/alsa-lib
-		dev-libs/openssl
+		dev-libs/openssl:0
 		dev-libs/glib:2
 		media-libs/libpng:1.2
 		dev-db/sqlite:3
@@ -80,6 +80,8 @@ src_prepare() {
 	if use gnome ; then
 	sed -i \
 		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		-e 's/x-scheme-handler\/spotify/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo/AudioVideo\;/g' \
 		usr/share/applications/spotify.desktop || die "sed failed"
 	fi
 }


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 20:26 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 20:26 UTC (permalink / raw
  To: gentoo-commits

commit:     589a16cec393fc24c2b13ae07f799daa76853ec9
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Oct 23 20:27:00 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 20:27:00 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=589a16ce

destktop file formatting

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    5 +++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index d445634..dbe1b69 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 4004 SHA256 fc2ee1b8d2124381603e8bdfc797b90d21e0db1d34aa003a86a3d62bec67c9c9 SHA512 8e0d4b8dff6c8a17efc2b973a9b0ce953efcbd93a6f00b1947b03d304ba508e88334ca1f6198dc7ad016ed85346fa69b3c112aab14a21d7ff02c7495d850a60c WHIRLPOOL fe8bbc282baab5c862ef72b442d46219b81b33c2b35f50c1d5b1b6db9ea7d3cfdc850cf4cc134f8fa0a15dbab74236618ba955cb2d7dd48be8681539352dc6b0
+EBUILD spotify-0.8.4.103.ebuild 4036 SHA256 67eed6d6aaae9797144bb150bcedde50421220d64abbd7d6cf878598fd6de072 SHA512 2ea3ee79287b22e09ab7756068543ba181aff7b9f8e8aaf3d1e6da55f6779977948c4d14dc1c997cf78ea51c1f16b1bc0a73ea959dceac578171d226d1c2b68e WHIRLPOOL dc52b47e3625786e4de5fb1d14c4d256b7d4a91b5f8afee5f7d3056cefe913ac21a830625f1b6e8abe87e46c563028360874bbbf454c976b3b720c0c7effd9cc

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 5999cc4..8b9dc70 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -77,13 +77,14 @@ src_prepare() {
 		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
 		usr/share/spotify/libcef.so || die "sed failed"
 	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-	if use gnome ; then
+#	if use gnome ; then
 	sed -i \
 		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
 		-e 's/x-scheme-handler\/spotify/x-scheme-handler\/spotify\;/g' \
 		-e 's/AudioVideo/AudioVideo\;/g' \
 		usr/share/applications/spotify.desktop || die "sed failed"
-	fi
+#	fi
+	#and fix other stuff as well
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 20:30 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     f2ce296e2798bcdd970142239ec6917bd8ad3ed0
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Oct 23 20:30:24 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 20:30:24 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=f2ce296e

destktop file formatting

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |   12 +++++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index dbe1b69..134173b 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 4036 SHA256 67eed6d6aaae9797144bb150bcedde50421220d64abbd7d6cf878598fd6de072 SHA512 2ea3ee79287b22e09ab7756068543ba181aff7b9f8e8aaf3d1e6da55f6779977948c4d14dc1c997cf78ea51c1f16b1bc0a73ea959dceac578171d226d1c2b68e WHIRLPOOL dc52b47e3625786e4de5fb1d14c4d256b7d4a91b5f8afee5f7d3056cefe913ac21a830625f1b6e8abe87e46c563028360874bbbf454c976b3b720c0c7effd9cc
+EBUILD spotify-0.8.4.103.ebuild 4129 SHA256 bd93bea70519292ab5dec202a3a09bf6f3832a54692ff9cb843a874798d1aede SHA512 4b043421917e2675e12a38c31f3bb5b0859171e13b24b117350885cfe81bb20c0616fec7571d495a82f890136ebf1d7ce82662f2adbf21666b6cdea870da8a43 WHIRLPOOL 662ba4153247c8b54e70bd58100f28d793704808b4997fb52630d83b49c345329fa616b3ae4a1913d5d23de3910702555788e196063db3a3c88eb05e2995cf30

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 8b9dc70..2180ecc 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -77,14 +77,16 @@ src_prepare() {
 		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
 		usr/share/spotify/libcef.so || die "sed failed"
 	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-#	if use gnome ; then
+	if use gnome ; then
 	sed -i \
 		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-		-e 's/x-scheme-handler\/spotify/x-scheme-handler\/spotify\;/g' \
-		-e 's/AudioVideo/AudioVideo\;/g' \
 		usr/share/applications/spotify.desktop || die "sed failed"
-#	fi
-	#and fix other stuff as well
+	fi
+	#and fix other stuff in the desktop file as well
+	sed -i \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;$/g' \
+		-e 's/AudioVideo$/AudioVideo\;$/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2012-10-23 20:31 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2012-10-23 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     1f3fe9241dd8bfcd93c9e3ea962c1f2d752576f7
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Oct 23 20:32:05 2012 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Oct 23 20:32:05 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=1f3fe924

destktop file formatting

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.4.103.ebuild |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 134173b..986adec 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -1,3 +1,3 @@
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
 DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-EBUILD spotify-0.8.4.103.ebuild 4129 SHA256 bd93bea70519292ab5dec202a3a09bf6f3832a54692ff9cb843a874798d1aede SHA512 4b043421917e2675e12a38c31f3bb5b0859171e13b24b117350885cfe81bb20c0616fec7571d495a82f890136ebf1d7ce82662f2adbf21666b6cdea870da8a43 WHIRLPOOL 662ba4153247c8b54e70bd58100f28d793704808b4997fb52630d83b49c345329fa616b3ae4a1913d5d23de3910702555788e196063db3a3c88eb05e2995cf30
+EBUILD spotify-0.8.4.103.ebuild 4127 SHA256 6a231c2276d4e8137dd94b44cdfb80c3f31a401a6e13c7282f1708bba3658d04 SHA512 0d7e77c27f5c97443bd12263881a17358d1cfc3bd8a7d0609502d6fd86be71bca1830bc6b551e54c33a8e1b4c39df3064508ab49039b354929a055dd6e5c6685 WHIRLPOOL 9a5472c45e7b3b029d34f52aedd86f8a0e2ab604130edd98eb04ea6521f55f3ad8bec21a535ae6ddf9582bba8c02afe5818d554004a517d07b03553f011952c3

diff --git a/media-sound/spotify/spotify-0.8.4.103.ebuild b/media-sound/spotify/spotify-0.8.4.103.ebuild
index 2180ecc..2f9797c 100644
--- a/media-sound/spotify/spotify-0.8.4.103.ebuild
+++ b/media-sound/spotify/spotify-0.8.4.103.ebuild
@@ -84,8 +84,8 @@ src_prepare() {
 	fi
 	#and fix other stuff in the desktop file as well
 	sed -i \
-		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;$/g' \
-		-e 's/AudioVideo$/AudioVideo\;$/g' \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo$/AudioVideo\;/g' \
 		usr/share/applications/spotify.desktop || die "sed failed"
 }
 


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  2:34 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  2:34 UTC (permalink / raw
  To: gentoo-commits

commit:     66740f289668e64d61416285a68715a47bcf8d83
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 02:34:50 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 02:34:50 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=66740f28

to test 0.8.8

---
 media-sound/spotify/ChangeLog                   |   28 +++++
 media-sound/spotify/Manifest                    |    9 ++
 media-sound/spotify/metadata.xml                |   14 +++
 media-sound/spotify/spotify-0.8.4.103-r2.ebuild |  141 ++++++++++++++++++++++
 media-sound/spotify/spotify-0.8.4.103-r3.ebuild |  142 +++++++++++++++++++++++
 media-sound/spotify/spotify-0.8.8.323.ebuild    |  142 +++++++++++++++++++++++
 6 files changed, 476 insertions(+), 0 deletions(-)

diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog
new file mode 100644
index 0000000..2c0ee10
--- /dev/null
+++ b/media-sound/spotify/ChangeLog
@@ -0,0 +1,28 @@
+# ChangeLog for media-sound/spotify
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.4 2012/12/17 15:18:25 prometheanfire Exp $
+
+*spotify-0.8.4.103-r3 (17 Dec 2012)
+
+  17 Dec 2012; Matthew Thode <prometheanfire@gentoo.org>
+  +spotify-0.8.4.103-r3.ebuild, -spotify-0.8.4.103-r1.ebuild,
+  -spotify-0.8.4.103.ebuild:
+  add the cups rdep to spotify, becuse, whynot
+
+*spotify-0.8.4.103-r2 (16 Nov 2012)
+
+  16 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
+  +spotify-0.8.4.103-r2.ebuild:
+  removing kde badness bug #442682
+
+*spotify-0.8.4.103-r1 (11 Nov 2012)
+
+  11 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
+  +spotify-0.8.4.103-r1.ebuild:
+  spotify-0.8.4.103-r1 for bug 442682
+
+*spotify-0.8.4.103 (07 Nov 2012)
+
+  07 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
+  +spotify-0.8.4.103.ebuild:
+  adding spotify-0.8.4.103 for bug 373093

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
new file mode 100644
index 0000000..4aa5a40
--- /dev/null
+++ b/media-sound/spotify/Manifest
@@ -0,0 +1,9 @@
+DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
+DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
+DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb3411bdd4e71c9a6aa78f5218a37d70996904e3d1326c414f9e12f9c35b SHA512 13b8fdb8533fb3fdff700aca369154d48045fc70c51c3f08e2d39762eec6ffa5987e582795c2449df3dc8771dedef622915446fb47047b6daa403d424055d87b WHIRLPOOL da5cd70ad44f7d2bcd1a9c92316a499af72184fb9833759b1960cbfabf56b89c095d94d1b1b4551fc9fa0995fdd60edde45f9bccf14959c2d75aaee89ae52256
+DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
+EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
+EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
+EBUILD spotify-0.8.8.323.ebuild 4058 SHA256 75dbb57cc95f07f0400dde635edaa51facca48f0b33b8a9be4bda98236469dc8 SHA512 0d4fbf0ea6352a560c1a9a5169c5526160321f59d2864ece7a360a685fdf42faa119d18d2cd670ddd5130aac1455ec423ec693abf165ed07591d37455455b642 WHIRLPOOL 9ca7eff90fc0200b019f2125119aab21a88fee4e9a4cbc6229642fc4be3a4dca1e6039c9e9da517742f42fe7c412f8df6f95182b0baa47c74ab360570214a8a1
+MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
+MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/metadata.xml b/media-sound/spotify/metadata.xml
new file mode 100644
index 0000000..2829164
--- /dev/null
+++ b/media-sound/spotify/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <use>
+    <flag name="pax_kernel">Triggers a paxmarking of the main Spotify binary</flag>
+  </use>
+<maintainer>
+<email>prometheanfire@gentoo.org</email>
+<name>Matthew Thode</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+

diff --git a/media-sound/spotify/spotify-0.8.4.103-r2.ebuild b/media-sound/spotify/spotify-0.8.4.103-r2.ebuild
new file mode 100644
index 0000000..ecfb8f3
--- /dev/null
+++ b/media-sound/spotify/spotify-0.8.4.103-r2.ebuild
@@ -0,0 +1,141 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r2.ebuild,v 1.1 2012/11/16 05:13:07 prometheanfire Exp $
+
+EAPI=4
+inherit pax-utils
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
+MY_PV="${PV}.g9cb177b.260-1"
+MY_P="${PN}-client_${MY_PV}"
+SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
+#SRC_BASE="http://download.spotify.com/preview/"
+SRC_URI="
+	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
+	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
+	"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome pax_kernel pulseaudio"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+		x11-libs/libX11
+		x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXrender
+		x11-libs/libXrandr
+		x11-libs/libXinerama
+		x11-libs/libXext
+		x11-libs/libxcb
+		x11-libs/libXau
+		x11-libs/libXdmcp
+		x11-libs/qt-core:4
+		x11-libs/qt-gui:4
+		x11-libs/qt-webkit:4
+		x11-libs/qt-dbus:4
+		x11-libs/libXScrnSaver
+		media-libs/freetype
+		media-libs/fontconfig
+		media-libs/alsa-lib
+		dev-libs/openssl:0
+		dev-libs/glib:2
+		media-libs/libpng:1.2
+		dev-db/sqlite:3
+		sys-libs/zlib
+		app-arch/bzip2
+		sys-apps/dbus
+		sys-apps/util-linux
+		dev-libs/expat
+		>=dev-libs/nspr-4.9
+		gnome-base/gconf:2
+		x11-libs/gtk+:2
+		dev-libs/nss
+		dev-libs/glib:2
+		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
+		gnome? ( gnome-extra/gnome-integration-spotify )"
+
+RESTRICT="mirror strip"
+
+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 \
+		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+		usr/share/spotify/spotify || die "sed failed"
+	# different NSPR / NSS library names for some reason
+	sed -i \
+		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+		usr/share/spotify/libcef.so || die "sed failed"
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+	sed -i \
+		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+	fi
+	#and fix other stuff in the desktop file as well
+	sed -i \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo$/AudioVideo\;/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+}
+
+src_install() {
+	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
+	dodoc usr/share/doc/spotify-client/copyright
+	insinto /usr/share/applications
+	doins usr/share/applications/*.desktop
+	insinto /usr/share/pixmaps
+	doins usr/share/pixmaps/*.png
+
+	# install in /opt/spotify
+	SPOTIFY_HOME=/opt/spotify
+	dodir ${SPOTIFY_HOME}
+	insinto ${SPOTIFY_HOME}
+	doins -r usr/share/spotify/*
+	fperms +x ${SPOTIFY_HOME}/spotify
+	dodir /usr/share
+	dosym ${SPOTIFY_HOME} /usr/share/spotify
+
+	dodir /usr/bin
+	cat <<-EOF >"${D}"/usr/bin/spotify
+		#! /bin/sh
+		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
+		export LD_PRELOAD
+		exec ${SPOTIFY_HOME}/spotify "\$@"
+	EOF
+	fperms +x /usr/bin/spotify
+
+	# revdep-rebuild produces a false positive because of symbol versioning
+	dodir /etc/revdep-rebuild
+	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
+		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
+	EOF
+
+	if use pax_kernel; then
+		#create the headers, reset them to default, then paxmark -m them
+		pax-mark C "${ED}"/opt/${PN}/${PN} || die
+		pax-mark z "${ED}"/opt/${PN}/${PN} || die
+		pax-mark m "${ED}"/opt/${PN}/${PN} || die
+		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
+		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
+		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
+		eqawarn "you suspect that ${PN} is being broken by this modification,"
+		eqawarn "please open a bug."
+	fi
+}
+
+pkg_postinst() {
+	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+	ewarn "To remove the cache:"
+	ewarn "rm -rf ~/.cache/spotify"
+}

diff --git a/media-sound/spotify/spotify-0.8.4.103-r3.ebuild b/media-sound/spotify/spotify-0.8.4.103-r3.ebuild
new file mode 100644
index 0000000..1c912ca
--- /dev/null
+++ b/media-sound/spotify/spotify-0.8.4.103-r3.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r3.ebuild,v 1.1 2012/12/17 15:18:25 prometheanfire Exp $
+
+EAPI=4
+inherit pax-utils
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
+MY_PV="${PV}.g9cb177b.260-1"
+MY_P="${PN}-client_${MY_PV}"
+SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
+#SRC_BASE="http://download.spotify.com/preview/"
+SRC_URI="
+	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
+	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
+	"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome pax_kernel pulseaudio"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+		x11-libs/libX11
+		x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXrender
+		x11-libs/libXrandr
+		x11-libs/libXinerama
+		x11-libs/libXext
+		x11-libs/libxcb
+		x11-libs/libXau
+		x11-libs/libXdmcp
+		x11-libs/qt-core:4
+		x11-libs/qt-gui:4
+		x11-libs/qt-webkit:4
+		x11-libs/qt-dbus:4
+		x11-libs/libXScrnSaver
+		media-libs/freetype
+		media-libs/fontconfig
+		media-libs/alsa-lib
+		dev-libs/openssl:0
+		dev-libs/glib:2
+		media-libs/libpng:1.2
+		dev-db/sqlite:3
+		sys-libs/zlib
+		app-arch/bzip2
+		sys-apps/dbus
+		sys-apps/util-linux
+		dev-libs/expat
+		>=dev-libs/nspr-4.9
+		gnome-base/gconf:2
+		x11-libs/gtk+:2
+		dev-libs/nss
+		dev-libs/glib:2
+		net-print/cups
+		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
+		gnome? ( gnome-extra/gnome-integration-spotify )"
+
+RESTRICT="mirror strip"
+
+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 \
+		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+		usr/share/spotify/spotify || die "sed failed"
+	# different NSPR / NSS library names for some reason
+	sed -i \
+		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+		usr/share/spotify/libcef.so || die "sed failed"
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+	sed -i \
+		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+	fi
+	#and fix other stuff in the desktop file as well
+	sed -i \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo$/AudioVideo\;/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+}
+
+src_install() {
+	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
+	dodoc usr/share/doc/spotify-client/copyright
+	insinto /usr/share/applications
+	doins usr/share/applications/*.desktop
+	insinto /usr/share/pixmaps
+	doins usr/share/pixmaps/*.png
+
+	# install in /opt/spotify
+	SPOTIFY_HOME=/opt/spotify
+	dodir ${SPOTIFY_HOME}
+	insinto ${SPOTIFY_HOME}
+	doins -r usr/share/spotify/*
+	fperms +x ${SPOTIFY_HOME}/spotify
+	dodir /usr/share
+	dosym ${SPOTIFY_HOME} /usr/share/spotify
+
+	dodir /usr/bin
+	cat <<-EOF >"${D}"/usr/bin/spotify
+		#! /bin/sh
+		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
+		export LD_PRELOAD
+		exec ${SPOTIFY_HOME}/spotify "\$@"
+	EOF
+	fperms +x /usr/bin/spotify
+
+	# revdep-rebuild produces a false positive because of symbol versioning
+	dodir /etc/revdep-rebuild
+	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
+		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
+	EOF
+
+	if use pax_kernel; then
+		#create the headers, reset them to default, then paxmark -m them
+		pax-mark C "${ED}"/opt/${PN}/${PN} || die
+		pax-mark z "${ED}"/opt/${PN}/${PN} || die
+		pax-mark m "${ED}"/opt/${PN}/${PN} || die
+		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
+		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
+		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
+		eqawarn "you suspect that ${PN} is being broken by this modification,"
+		eqawarn "please open a bug."
+	fi
+}
+
+pkg_postinst() {
+	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+	ewarn "To remove the cache:"
+	ewarn "rm -rf ~/.cache/spotify"
+}

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
new file mode 100644
index 0000000..cc1a41b
--- /dev/null
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -0,0 +1,142 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r3.ebuild,v 1.1 2012/12/17 15:18:25 prometheanfire Exp $
+
+EAPI=4
+inherit pax-utils
+
+DESCRIPTION="Spotify is a social music platform"
+HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
+MY_PV="${PV}.gd143501.250-1"
+MY_P="${PN}-client_${MY_PV}"
+SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
+#SRC_BASE="http://download.spotify.com/preview/"
+SRC_URI="
+	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
+	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
+	"
+LICENSE="Spotify"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gnome pax_kernel pulseaudio"
+
+DEPEND=""
+RDEPEND="${DEPEND}
+		x11-libs/libX11
+		x11-libs/libSM
+		x11-libs/libICE
+		x11-libs/libXrender
+		x11-libs/libXrandr
+		x11-libs/libXinerama
+		x11-libs/libXext
+		x11-libs/libxcb
+		x11-libs/libXau
+		x11-libs/libXdmcp
+		x11-libs/qt-core:4
+		x11-libs/qt-gui:4
+		x11-libs/qt-webkit:4
+		x11-libs/qt-dbus:4
+		x11-libs/libXScrnSaver
+		media-libs/freetype
+		media-libs/fontconfig
+		media-libs/alsa-lib
+		dev-libs/openssl:0
+		dev-libs/glib:2
+		media-libs/libpng:1.2
+		dev-db/sqlite:3
+		sys-libs/zlib
+		app-arch/bzip2
+		sys-apps/dbus
+		sys-apps/util-linux
+		dev-libs/expat
+		>=dev-libs/nspr-4.9
+		gnome-base/gconf:2
+		x11-libs/gtk+:2
+		dev-libs/nss
+		dev-libs/glib:2
+		net-print/cups
+		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
+		gnome? ( gnome-extra/gnome-integration-spotify )"
+
+RESTRICT="mirror strip"
+
+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 \
+		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+		usr/share/spotify/spotify || die "sed failed"
+	# different NSPR / NSS library names for some reason
+	sed -i \
+		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+		usr/share/spotify/libcef.so || die "sed failed"
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+	sed -i \
+		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+	fi
+	#and fix other stuff in the desktop file as well
+	sed -i \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo$/AudioVideo\;/g' \
+		usr/share/applications/spotify.desktop || die "sed failed"
+}
+
+src_install() {
+	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
+	dodoc usr/share/doc/spotify-client/copyright
+	insinto /usr/share/applications
+	doins usr/share/applications/*.desktop
+	insinto /usr/share/pixmaps
+	doins usr/share/pixmaps/*.png
+
+	# install in /opt/spotify
+	SPOTIFY_HOME=/opt/spotify
+	dodir ${SPOTIFY_HOME}
+	insinto ${SPOTIFY_HOME}
+	doins -r usr/share/spotify/*
+	fperms +x ${SPOTIFY_HOME}/spotify
+	dodir /usr/share
+	dosym ${SPOTIFY_HOME} /usr/share/spotify
+
+	dodir /usr/bin
+	cat <<-EOF >"${D}"/usr/bin/spotify
+		#! /bin/sh
+		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
+		export LD_PRELOAD
+		exec ${SPOTIFY_HOME}/spotify "\$@"
+	EOF
+	fperms +x /usr/bin/spotify
+
+	# revdep-rebuild produces a false positive because of symbol versioning
+	dodir /etc/revdep-rebuild
+	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
+		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
+	EOF
+
+	if use pax_kernel; then
+		#create the headers, reset them to default, then paxmark -m them
+		pax-mark C "${ED}"/opt/${PN}/${PN} || die
+		pax-mark z "${ED}"/opt/${PN}/${PN} || die
+		pax-mark m "${ED}"/opt/${PN}/${PN} || die
+		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
+		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
+		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
+		eqawarn "you suspect that ${PN} is being broken by this modification,"
+		eqawarn "please open a bug."
+	fi
+}
+
+pkg_postinst() {
+	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
+	ewarn "To remove the cache:"
+	ewarn "rm -rf ~/.cache/spotify"
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  2:57 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  2:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d3ae0dc7aa48b203d915241f080a7a4410da5ac1
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 02:57:47 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 02:57:47 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=d3ae0dc7

changes from bug 334664

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |   55 +++++++++++++-------------
 2 files changed, 29 insertions(+), 28 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 4aa5a40..fa1d806 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4058 SHA256 75dbb57cc95f07f0400dde635edaa51facca48f0b33b8a9be4bda98236469dc8 SHA512 0d4fbf0ea6352a560c1a9a5169c5526160321f59d2864ece7a360a685fdf42faa119d18d2cd670ddd5130aac1455ec423ec693abf165ed07591d37455455b642 WHIRLPOOL 9ca7eff90fc0200b019f2125119aab21a88fee4e9a4cbc6229642fc4be3a4dca1e6039c9e9da517742f42fe7c412f8df6f95182b0baa47c74ab360570214a8a1
+EBUILD spotify-0.8.8.323.ebuild 4185 SHA256 2e6df1a1d5f9c27ac685017119a85e2da55be7916511caacc4f17aeebe95c21c SHA512 ecb1dcf930be018fbf64ab57924086193fa14d3a1b62d63c51e4745697711a5e894b510014411b11e111f21d6234f2768bfe3f5c4675c49e21a783c4bc6859e2 WHIRLPOOL 0d0a210ba7c2cc9d5b93b9143b54a552ec2790debedf9d0a8e0fe0f9f69ae913a9df4fd43973464c7ef0cfa1465ba552da92561a1fe2fd299c034c06a5253044
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index cc1a41b..b7da872 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -67,36 +67,37 @@ src_unpack() {
 	unpack ./data.tar.gz
 }
 
-src_prepare() {
-	# link against openssl-1.0.0 as it crashes with 0.9.8
-	sed -i \
-		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
-		usr/share/spotify/spotify || die "sed failed"
-	# different NSPR / NSS library names for some reason
-	sed -i \
-		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
-		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-		usr/share/spotify/libcef.so || die "sed failed"
-	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-	if use gnome ; then
-	sed -i \
-		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-	fi
-	#and fix other stuff in the desktop file as well
-	sed -i \
-		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-		-e 's/AudioVideo$/AudioVideo\;/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-}
+#src_prepare() {
+#	# link against openssl-1.0.0 as it crashes with 0.9.8
+#	sed -i \
+#		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+#		usr/share/spotify/spotify || die "sed failed"
+#	# different NSPR / NSS library names for some reason
+#	sed -i \
+#		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+#		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+#		usr/share/spotify/libcef.so || die "sed failed"
+#	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+#	if use gnome ; then
+#	sed -i \
+#		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+#		usr/share/applications/spotify.desktop || die "sed failed"
+#	fi
+#	#and fix other stuff in the desktop file as well
+#	sed -i \
+#		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+#		-e 's/AudioVideo$/AudioVideo\;/g' \
+#		usr/share/applications/spotify.desktop || die "sed failed"
+#}
 
 src_install() {
+	dodoc opt/spotify/spotify-client/changelog
 	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
 	dodoc usr/share/doc/spotify-client/copyright
 	insinto /usr/share/applications
-	doins usr/share/applications/*.desktop
+#	doins usr/share/applications/*.desktop
 	insinto /usr/share/pixmaps
-	doins usr/share/pixmaps/*.png
+	doins opt/spotify/spotify-client/Icons/*.png
 
 	# install in /opt/spotify
 	SPOTIFY_HOME=/opt/spotify
@@ -124,9 +125,9 @@ src_install() {
 
 	if use pax_kernel; then
 		#create the headers, reset them to default, then paxmark -m them
-		pax-mark C "${ED}"/opt/${PN}/${PN} || die
-		pax-mark z "${ED}"/opt/${PN}/${PN} || die
-		pax-mark m "${ED}"/opt/${PN}/${PN} || die
+		pax-mark C "${ED}"/opt/${PN}/spotify-client/${PN} || die
+		pax-mark z "${ED}"/opt/${PN}/spotify-client/${PN} || die
+		pax-mark m "${ED}"/opt/${PN}/spotify-client/${PN} || die
 		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
 		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
 		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:02 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:02 UTC (permalink / raw
  To: gentoo-commits

commit:     fed37e891257801a83046dcbb6eec87b612eaae4
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:03:10 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:03:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=fed37e89

updates

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |    6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index fa1d806..3812ac7 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4185 SHA256 2e6df1a1d5f9c27ac685017119a85e2da55be7916511caacc4f17aeebe95c21c SHA512 ecb1dcf930be018fbf64ab57924086193fa14d3a1b62d63c51e4745697711a5e894b510014411b11e111f21d6234f2768bfe3f5c4675c49e21a783c4bc6859e2 WHIRLPOOL 0d0a210ba7c2cc9d5b93b9143b54a552ec2790debedf9d0a8e0fe0f9f69ae913a9df4fd43973464c7ef0cfa1465ba552da92561a1fe2fd299c034c06a5253044
+EBUILD spotify-0.8.8.323.ebuild 4210 SHA256 af2180c9bed8748aea884771dfe2c63a9e3e2ec5bc286c507e41a98b090dde15 SHA512 6b45f9d761a0a219f6a0cd1733383df6a226fcb0e1367dbd3d01c9e4f08b53d86ea8c9addf6b03bc4368f33b1a5f207e65ea59fba43eb5850870c1988a590226 WHIRLPOOL d7d8a86d50e12e81352352dbc65e3a4d97995f3c0b1e06d39e5cc069ff882e294f61972e9fd6693838778005f2b7c4e30c0f6c21dd639ee196250ffff5313755
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index b7da872..7b0f77d 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -94,16 +94,16 @@ src_install() {
 	dodoc opt/spotify/spotify-client/changelog
 	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
 	dodoc usr/share/doc/spotify-client/copyright
-	insinto /usr/share/applications
+#	insinto /usr/share/applications
 #	doins usr/share/applications/*.desktop
 	insinto /usr/share/pixmaps
 	doins opt/spotify/spotify-client/Icons/*.png
 
 	# install in /opt/spotify
-	SPOTIFY_HOME=/opt/spotify
+	SPOTIFY_HOME=/opt/spotify/spotify-client
 	dodir ${SPOTIFY_HOME}
 	insinto ${SPOTIFY_HOME}
-	doins -r usr/share/spotify/*
+	doins -r opt/spotify/spotify-client/*
 	fperms +x ${SPOTIFY_HOME}/spotify
 	dodir /usr/share
 	dosym ${SPOTIFY_HOME} /usr/share/spotify


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:16 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2eaea7d0a5788ba1abfaebea8f8845d4137d0e69
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:17:16 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:17:16 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=2eaea7d0

:D

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |   33 +++++++++++++------------
 2 files changed, 18 insertions(+), 17 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 3812ac7..50ddf10 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4210 SHA256 af2180c9bed8748aea884771dfe2c63a9e3e2ec5bc286c507e41a98b090dde15 SHA512 6b45f9d761a0a219f6a0cd1733383df6a226fcb0e1367dbd3d01c9e4f08b53d86ea8c9addf6b03bc4368f33b1a5f207e65ea59fba43eb5850870c1988a590226 WHIRLPOOL d7d8a86d50e12e81352352dbc65e3a4d97995f3c0b1e06d39e5cc069ff882e294f61972e9fd6693838778005f2b7c4e30c0f6c21dd639ee196250ffff5313755
+EBUILD spotify-0.8.8.323.ebuild 4162 SHA256 4d41bc1a8b973081375465e1e5402ff2c13dc0ba824a81b055a5df0019d3b835 SHA512 078f888f3d7be1f84ced73306fd88d072172ef50672d4d7049a706edd1ccf601a2b25ad6837cd1e67ff223c3d7f4f7f67153f383b0f9659b23e44b0734ffb9b5 WHIRLPOOL 67feea81e2ce1102c764f6c08486b87a595833cf30f9d5b2592df2df596441d115a232c729ce1a4baeee6b2c28751ef1fa83befaa1376acfaee3a5c4864949ba
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 7b0f77d..162ab1f 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -22,24 +22,25 @@ IUSE="gnome pax_kernel pulseaudio"
 
 DEPEND=""
 RDEPEND="${DEPEND}
-		x11-libs/libX11
-		x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXrender
-		x11-libs/libXrandr
-		x11-libs/libXinerama
-		x11-libs/libXext
 		x11-libs/libxcb
+		x11-libs/libICE
+		x11-libs/libSM
+		x11-libs/libX11
 		x11-libs/libXau
+		x11-libs/libXext
+		x11-libs/libXinerama
 		x11-libs/libXdmcp
+		x11-libs/libXScrnSaver
+		x11-libs/libXrandr
+		x11-libs/libXrender
 		x11-libs/qt-core:4
+		x11-libs/qt-dbus:4
 		x11-libs/qt-gui:4
 		x11-libs/qt-webkit:4
-		x11-libs/qt-dbus:4
-		x11-libs/libXScrnSaver
-		media-libs/freetype
-		media-libs/fontconfig
+		x11-misc/xdg-utils
 		media-libs/alsa-lib
+		media-libs/fontconfig
+		media-libs/freetype
 		dev-libs/openssl:0
 		dev-libs/glib:2
 		media-libs/libpng:1.2
@@ -94,19 +95,19 @@ src_install() {
 	dodoc opt/spotify/spotify-client/changelog
 	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
 	dodoc usr/share/doc/spotify-client/copyright
-#	insinto /usr/share/applications
-#	doins usr/share/applications/*.desktop
+
 	insinto /usr/share/pixmaps
 	doins opt/spotify/spotify-client/Icons/*.png
 
 	# install in /opt/spotify
 	SPOTIFY_HOME=/opt/spotify/spotify-client
-	dodir ${SPOTIFY_HOME}
+#	dodir ${SPOTIFY_HOME}
 	insinto ${SPOTIFY_HOME}
 	doins -r opt/spotify/spotify-client/*
 	fperms +x ${SPOTIFY_HOME}/spotify
-	dodir /usr/share
-	dosym ${SPOTIFY_HOME} /usr/share/spotify
+#
+#	dodir /usr/share
+#	dosym ${SPOTIFY_HOME} /usr/share/spotify
 
 	dodir /usr/bin
 	cat <<-EOF >"${D}"/usr/bin/spotify


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:23 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:23 UTC (permalink / raw
  To: gentoo-commits

commit:     352383205d7dfbef67fc643b6088b126a22802bf
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:24:00 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:24:00 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=35238320

more testing

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |   12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 50ddf10..0d2cafc 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4162 SHA256 4d41bc1a8b973081375465e1e5402ff2c13dc0ba824a81b055a5df0019d3b835 SHA512 078f888f3d7be1f84ced73306fd88d072172ef50672d4d7049a706edd1ccf601a2b25ad6837cd1e67ff223c3d7f4f7f67153f383b0f9659b23e44b0734ffb9b5 WHIRLPOOL 67feea81e2ce1102c764f6c08486b87a595833cf30f9d5b2592df2df596441d115a232c729ce1a4baeee6b2c28751ef1fa83befaa1376acfaee3a5c4864949ba
+EBUILD spotify-0.8.8.323.ebuild 4156 SHA256 c8cb3d09ebd6b42bb9e4e7fbce3f98cb3f62a1ceec0c02ca2c6d44dab235070d SHA512 750901f5f507cbbf17bf197e195872bc3081982665e37080ef7b2a1d4291e86dc4b45f822b297c792c766934dccd652ffba3c578f45a4e6c6246d4737beae4d1 WHIRLPOOL 98cb7c6c0e98c7ceff300505a15b0bd54e20080b2fc5210cd470548fc9cc2b8ba3f8350b24ba639f73a0dfa1f0ebb8d80ec5e3f22640e6d9999fac5836c8fa0a
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 162ab1f..46df170 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -68,16 +68,16 @@ src_unpack() {
 	unpack ./data.tar.gz
 }
 
-#src_prepare() {
+src_prepare() {
 #	# link against openssl-1.0.0 as it crashes with 0.9.8
 #	sed -i \
 #		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
 #		usr/share/spotify/spotify || die "sed failed"
 #	# different NSPR / NSS library names for some reason
-#	sed -i \
-#		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
-#		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-#		usr/share/spotify/libcef.so || die "sed failed"
+	sed -i \
+		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
+		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
+		usr/share/spotify/libcef.so || die "sed failed"
 #	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
 #	if use gnome ; then
 #	sed -i \
@@ -89,7 +89,7 @@ src_unpack() {
 #		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
 #		-e 's/AudioVideo$/AudioVideo\;/g' \
 #		usr/share/applications/spotify.desktop || die "sed failed"
-#}
+}
 
 src_install() {
 	dodoc opt/spotify/spotify-client/changelog


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:27 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     14c67d36bbf45339adb9747ecc34ea95c72356f2
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:27:34 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:27:34 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=14c67d36

tests

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 0d2cafc..94ed0a2 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4156 SHA256 c8cb3d09ebd6b42bb9e4e7fbce3f98cb3f62a1ceec0c02ca2c6d44dab235070d SHA512 750901f5f507cbbf17bf197e195872bc3081982665e37080ef7b2a1d4291e86dc4b45f822b297c792c766934dccd652ffba3c578f45a4e6c6246d4737beae4d1 WHIRLPOOL 98cb7c6c0e98c7ceff300505a15b0bd54e20080b2fc5210cd470548fc9cc2b8ba3f8350b24ba639f73a0dfa1f0ebb8d80ec5e3f22640e6d9999fac5836c8fa0a
+EBUILD spotify-0.8.8.323.ebuild 4164 SHA256 6fa2ee08dd7d569ac5f4595b635116e63aa9ca15661d187a641eab9c3d049713 SHA512 76b3275f78a4cfd9b1b42244b7af6a02f3e671989b0d198131373e415d2713a66ae9cb659ac6fa63c0c7a56a1bcae773988e662bf3bf0c7e37b2c234aa0a43e6 WHIRLPOOL 60d14434de6e91bc0e5a2581d7c07e778ae2fd86f5950c4a4a23d0a459bcf63baa8b5f1afaf344b04c66e30a1cf3a4507464d436a4c44484bdc6c1196b8212b2
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 46df170..8027268 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -73,11 +73,11 @@ src_prepare() {
 #	sed -i \
 #		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
 #		usr/share/spotify/spotify || die "sed failed"
-#	# different NSPR / NSS library names for some reason
+	# different NSPR / NSS library names for some reason
 	sed -i \
 		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
 		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-		usr/share/spotify/libcef.so || die "sed failed"
+		opt/spotify/spotify-client/libcef.so || die "sed failed"
 #	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
 #	if use gnome ; then
 #	sed -i \


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:30 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:30 UTC (permalink / raw
  To: gentoo-commits

commit:     c999bdee4dbcdb802c5aac257a009833adc8e063
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:30:59 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:30:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=c999bdee

test

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 94ed0a2..0b4949e 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4164 SHA256 6fa2ee08dd7d569ac5f4595b635116e63aa9ca15661d187a641eab9c3d049713 SHA512 76b3275f78a4cfd9b1b42244b7af6a02f3e671989b0d198131373e415d2713a66ae9cb659ac6fa63c0c7a56a1bcae773988e662bf3bf0c7e37b2c234aa0a43e6 WHIRLPOOL 60d14434de6e91bc0e5a2581d7c07e778ae2fd86f5950c4a4a23d0a459bcf63baa8b5f1afaf344b04c66e30a1cf3a4507464d436a4c44484bdc6c1196b8212b2
+EBUILD spotify-0.8.8.323.ebuild 4161 SHA256 9ea45bf71c42795dd0c0ed35f74e6e9778366fe3bbbc5ab4e886b852d573ffc5 SHA512 546d999069bcf5389665fc26a491a96ff0927d16b80c31ced9c71d5fcbcdf4a7bede7fd3a659541336845057795ee6a5b1a5696836b0996485beb5ee5bb74e1c WHIRLPOOL f001bd50af32869808234f090239609991f0eaa95ec5429ff4c0483d1eee71ed9d2fa7435e60564cf38b107ac7bf71478fa778622502cbf0b2cb45c01724c632
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 8027268..f37a6d2 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -112,7 +112,7 @@ src_install() {
 	dodir /usr/bin
 	cat <<-EOF >"${D}"/usr/bin/spotify
 		#! /bin/sh
-		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
+		LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libcef.so"
 		export LD_PRELOAD
 		exec ${SPOTIFY_HOME}/spotify "\$@"
 	EOF


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:37 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:37 UTC (permalink / raw
  To: gentoo-commits

commit:     13c1b5124fef0fa229ed974ac07faca71c7678f2
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:37:46 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:37:46 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=13c1b512

should commit

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |   34 +++++++++++--------------
 2 files changed, 16 insertions(+), 20 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index 0b4949e..c4d50cf 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4161 SHA256 9ea45bf71c42795dd0c0ed35f74e6e9778366fe3bbbc5ab4e886b852d573ffc5 SHA512 546d999069bcf5389665fc26a491a96ff0927d16b80c31ced9c71d5fcbcdf4a7bede7fd3a659541336845057795ee6a5b1a5696836b0996485beb5ee5bb74e1c WHIRLPOOL f001bd50af32869808234f090239609991f0eaa95ec5429ff4c0483d1eee71ed9d2fa7435e60564cf38b107ac7bf71478fa778622502cbf0b2cb45c01724c632
+EBUILD spotify-0.8.8.323.ebuild 4075 SHA256 594390ddbe56d8a2ae8e9f987c6ce30c69cea335cd5a09c8aac77576d61d639c SHA512 5c6fe02b898a3901296bce259e76868ef0b2f83277df8e7ee37b77e8c334106f0cdf65f659a636cbbcf3ddae379f57c65406001badd16d20376e27208e138ef7 WHIRLPOOL 4727d0e4ed0ca2635aaafaffd60e924abb317d2e232528ce6dafa069b2a0a829cf307b13bf1417f917c117bd78934296d2af88d6f74a3df8b608253e711e2f8c
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index f37a6d2..8e244c6 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -69,26 +69,26 @@ src_unpack() {
 }
 
 src_prepare() {
-#	# link against openssl-1.0.0 as it crashes with 0.9.8
-#	sed -i \
-#		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
-#		usr/share/spotify/spotify || die "sed failed"
+	# link against openssl-1.0.0 as it crashes with 0.9.8
+	sed -i \
+		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
+		opt/spotify/spotify-client/spotify || die "sed failed"
 	# different NSPR / NSS library names for some reason
 	sed -i \
 		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
 		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
 		opt/spotify/spotify-client/libcef.so || die "sed failed"
-#	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-#	if use gnome ; then
-#	sed -i \
-#		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-#		usr/share/applications/spotify.desktop || die "sed failed"
-#	fi
-#	#and fix other stuff in the desktop file as well
-#	sed -i \
-#		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-#		-e 's/AudioVideo$/AudioVideo\;/g' \
-#		usr/share/applications/spotify.desktop || die "sed failed"
+	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
+	if use gnome ; then
+	sed -i \
+		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
+		opt/spotify/spotify-client/spotify.desktop || die "sed failed"
+	fi
+	#and fix other stuff in the desktop file as well
+	sed -i \
+		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
+		-e 's/AudioVideo$/AudioVideo\;/g' \
+		opt/spotify/spotify-client/spotify.desktop || die "sed failed"
 }
 
 src_install() {
@@ -101,13 +101,9 @@ src_install() {
 
 	# install in /opt/spotify
 	SPOTIFY_HOME=/opt/spotify/spotify-client
-#	dodir ${SPOTIFY_HOME}
 	insinto ${SPOTIFY_HOME}
 	doins -r opt/spotify/spotify-client/*
 	fperms +x ${SPOTIFY_HOME}/spotify
-#
-#	dodir /usr/share
-#	dosym ${SPOTIFY_HOME} /usr/share/spotify
 
 	dodir /usr/bin
 	cat <<-EOF >"${D}"/usr/bin/spotify


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  3:42 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  3:42 UTC (permalink / raw
  To: gentoo-commits

commit:     afedc259bbc703532e3536ef1ec638cc08d9723a
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 03:42:23 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 03:42:23 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=afedc259

should be final for spotify-0.8.8.323

---
 media-sound/spotify/Manifest                 |    2 +-
 media-sound/spotify/spotify-0.8.8.323.ebuild |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
index c4d50cf..ad17365 100644
--- a/media-sound/spotify/Manifest
+++ b/media-sound/spotify/Manifest
@@ -4,6 +4,6 @@ DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb341
 DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
 EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
 EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4075 SHA256 594390ddbe56d8a2ae8e9f987c6ce30c69cea335cd5a09c8aac77576d61d639c SHA512 5c6fe02b898a3901296bce259e76868ef0b2f83277df8e7ee37b77e8c334106f0cdf65f659a636cbbcf3ddae379f57c65406001badd16d20376e27208e138ef7 WHIRLPOOL 4727d0e4ed0ca2635aaafaffd60e924abb317d2e232528ce6dafa069b2a0a829cf307b13bf1417f917c117bd78934296d2af88d6f74a3df8b608253e711e2f8c
+EBUILD spotify-0.8.8.323.ebuild 4238 SHA256 9f408340b74ce22fd9fd5a126ecad6922780b68e04b9fe52f9d0bb9b808b3ad4 SHA512 765de5662213394a0eec2f9e1637b7c17d31f7081c98a833e53e3637e27055b8a5bcd4506e7ae1ce7ea7882661f0e93183f56c24602ff36216eabe134ace7ed0 WHIRLPOOL 2f51ffbbe4dc6906f42abde30fb7306465138035d27cd9c97fb447d73d28c4f838034accacb0678cf9a02ed374f5ee6735368bd7d762adf91f48900e2500ab18
 MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
 MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
index 8e244c6..c19e1c6 100644
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ b/media-sound/spotify/spotify-0.8.8.323.ebuild
@@ -134,7 +134,14 @@ src_install() {
 }
 
 pkg_postinst() {
+	#register icons and stuff
+	sh /opt/spotify/spotify-client/register.sh
 	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
 	ewarn "To remove the cache:"
 	ewarn "rm -rf ~/.cache/spotify"
 }
+
+pkg_prerm() {
+	#unregister icons and stuff
+	sh /opt/spotify/spotify-client/unregister.sh
+}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

* [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/
@ 2013-01-08  4:16 Matt Thode
  0 siblings, 0 replies; 21+ messages in thread
From: Matt Thode @ 2013-01-08  4:16 UTC (permalink / raw
  To: gentoo-commits

commit:     a64854fda55034623643d7dd72865b4fc3a98686
Author:     Matthew Thode <mthode <AT> mthode <DOT> org>
AuthorDate: Tue Jan  8 04:17:01 2013 +0000
Commit:     Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jan  8 04:17:01 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/prometheanfire.git;a=commit;h=a64854fd

in tree

---
 media-sound/spotify/ChangeLog                   |   28 -----
 media-sound/spotify/Manifest                    |    9 --
 media-sound/spotify/metadata.xml                |   14 --
 media-sound/spotify/spotify-0.8.4.103-r2.ebuild |  141 ----------------------
 media-sound/spotify/spotify-0.8.4.103-r3.ebuild |  142 ----------------------
 media-sound/spotify/spotify-0.8.8.323.ebuild    |  147 -----------------------
 6 files changed, 0 insertions(+), 481 deletions(-)

diff --git a/media-sound/spotify/ChangeLog b/media-sound/spotify/ChangeLog
deleted file mode 100644
index 2c0ee10..0000000
--- a/media-sound/spotify/ChangeLog
+++ /dev/null
@@ -1,28 +0,0 @@
-# ChangeLog for media-sound/spotify
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.4 2012/12/17 15:18:25 prometheanfire Exp $
-
-*spotify-0.8.4.103-r3 (17 Dec 2012)
-
-  17 Dec 2012; Matthew Thode <prometheanfire@gentoo.org>
-  +spotify-0.8.4.103-r3.ebuild, -spotify-0.8.4.103-r1.ebuild,
-  -spotify-0.8.4.103.ebuild:
-  add the cups rdep to spotify, becuse, whynot
-
-*spotify-0.8.4.103-r2 (16 Nov 2012)
-
-  16 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
-  +spotify-0.8.4.103-r2.ebuild:
-  removing kde badness bug #442682
-
-*spotify-0.8.4.103-r1 (11 Nov 2012)
-
-  11 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
-  +spotify-0.8.4.103-r1.ebuild:
-  spotify-0.8.4.103-r1 for bug 442682
-
-*spotify-0.8.4.103 (07 Nov 2012)
-
-  07 Nov 2012; Matthew Thode <prometheanfire@gentoo.org>
-  +spotify-0.8.4.103.ebuild:
-  adding spotify-0.8.4.103 for bug 373093

diff --git a/media-sound/spotify/Manifest b/media-sound/spotify/Manifest
deleted file mode 100644
index ad17365..0000000
--- a/media-sound/spotify/Manifest
+++ /dev/null
@@ -1,9 +0,0 @@
-DIST spotify-client_0.8.4.103.g9cb177b.260-1_amd64.deb 31702600 SHA256 d350defa4164aaf129985df7e3ca33fc3f88aad2fac1637e6a26cc1794f3b378 SHA512 0f07ff8e2844d3f2626fa02351474a76b0d7178dd94d4d857ff2a0b6d28f887980889e4bc57fab18ab2a0cb6d7771e90bb7a20c2427ab69e2195f5de47ae3622 WHIRLPOOL 7d8a24fdbd9a12e92443264bcb01f27a322028c2074b40cb26e8f0e06195175ae8f369da41cde5d8dbe741792ad3250dc408addf9ceee594f2782a45772817f7
-DIST spotify-client_0.8.4.103.g9cb177b.260-1_i386.deb 28110850 SHA256 61502995da6b126eb6801bf92a8463a7fdd37dc6be0e0aba3560bdadde3531c7 SHA512 b48c70267781dc4b6d5afeee8061a95266de59ae02d252b054cd3a63a8bdcb19a461e7c28095d3884f7e7ff1129778ab7549dda9b891dc107f54182e13725dc2 WHIRLPOOL 0c443030bad393721c964c36561b84eb1388248a47d0dcc2f14541f5a33de4364a2de081e69c8c379e3a4ef529209b76d1f2e14fdaef68631471b414e01ba239
-DIST spotify-client_0.8.8.323.gd143501.250-1_amd64.deb 35097658 SHA256 0ebedb3411bdd4e71c9a6aa78f5218a37d70996904e3d1326c414f9e12f9c35b SHA512 13b8fdb8533fb3fdff700aca369154d48045fc70c51c3f08e2d39762eec6ffa5987e582795c2449df3dc8771dedef622915446fb47047b6daa403d424055d87b WHIRLPOOL da5cd70ad44f7d2bcd1a9c92316a499af72184fb9833759b1960cbfabf56b89c095d94d1b1b4551fc9fa0995fdd60edde45f9bccf14959c2d75aaee89ae52256
-DIST spotify-client_0.8.8.323.gd143501.250-1_i386.deb 30905262 SHA256 0624959151fe8a58d82b2b7bcdee44ab615cd3fdb1247772f626e04df100088f SHA512 6f01153f78c95cf86acdb15e2851d4779b22dc5ef15dd394287d7ed3aa51aedb80a31b388e1fae760f90c607d48f1369b732ca49710bd5a6673d5d9160b26eba WHIRLPOOL d62d9fc6b565f02230a23974b0a8920ff2a2caee6afccce7a2adad5cecb823ef8ec7bcfc49a05a8557a4fa3062ba67315fc2edf1cf075a0c2d05eb94bc150b1d
-EBUILD spotify-0.8.4.103-r2.ebuild 4041 SHA256 7db6611dd4a792a8864cdfb3b4253992fb6744eb86ff79e8ef95beab1179e518 SHA512 63b971805ce2616eb3d8d161bed339841e4fd5558977d21f835041080299f418b758f694da46ef75e3db78c437839fe0824087ea1b42649d659a80689f01ba9f WHIRLPOOL 204159303f628c4943cd4decf2e0a0611d461ae38d1b5afbfbc5f9cc0cc538fa50356b2ca3ed6433cc8b423655edd71f9b51abc1c9f9d08a860195e201c7fca4
-EBUILD spotify-0.8.4.103-r3.ebuild 4058 SHA256 d796dbf4449f399711b092b1c9ae6316eb996edaa7c3a2791920b2c91a023521 SHA512 7505d558823344e3a0af116abfa918cb1168a44dfd3581ab2af6503d9a20ada306e8fe47a01284a4bd73dc5d68faf365c6e766b27ecb1b86c7d5a54bf05ef08c WHIRLPOOL f4e3fa48c0ea714fb6c9361328c48cafc7aae8f539d2731de53e16131a36943824290f9d2e3416054de8dce608d5f4121bbe711faf1ed9787b1f8eebe8d63859
-EBUILD spotify-0.8.8.323.ebuild 4238 SHA256 9f408340b74ce22fd9fd5a126ecad6922780b68e04b9fe52f9d0bb9b808b3ad4 SHA512 765de5662213394a0eec2f9e1637b7c17d31f7081c98a833e53e3637e27055b8a5bcd4506e7ae1ce7ea7882661f0e93183f56c24602ff36216eabe134ace7ed0 WHIRLPOOL 2f51ffbbe4dc6906f42abde30fb7306465138035d27cd9c97fb447d73d28c4f838034accacb0678cf9a02ed374f5ee6735368bd7d762adf91f48900e2500ab18
-MISC ChangeLog 941 SHA256 0377ceb78a51b1bb11998977025ba9c4e42dde624826f11fe0257a8dc9ed8f5b SHA512 9f6f8c39f263533a7590f30c23afd3f867cf667ca7c3ed15df99f38cba12bbf2427fd773447a5dca2324b5ad43e8699aa234353b43679f3f46a552a8148a434b WHIRLPOOL b4e1bd237bb029b37e709b0c83e0146bfd0074ff00dd992b59b19a364f0d7e8497ebc19042056f1e23e591b7a5a84801e2b52103b74b5d369622bb01126485fd
-MISC metadata.xml 383 SHA256 2b8b3f4b10decd35022fb1973384e6d8ac74c439bcd104263651faada927b728 SHA512 b7be1a1ea17efea5c3d01d812a79e8c84137219c36d9a4ce511f473d99102953df615ce119e5d993253cf1ec65967a2df06f8e23eb2bfb2debe1e03049ffed29 WHIRLPOOL 431d2deed63c25a74019050e19618a1e1d5482b81c03f9d14cc8b01218cb96ca1bc703a94ecaa54a487c02608e6b0ac7080082a4f30ae49b3e8f22a3a81a3fea

diff --git a/media-sound/spotify/metadata.xml b/media-sound/spotify/metadata.xml
deleted file mode 100644
index 2829164..0000000
--- a/media-sound/spotify/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <use>
-    <flag name="pax_kernel">Triggers a paxmarking of the main Spotify binary</flag>
-  </use>
-<maintainer>
-<email>prometheanfire@gentoo.org</email>
-<name>Matthew Thode</name>
-</maintainer>
-<longdescription lang="en">
-</longdescription>
-</pkgmetadata>
-

diff --git a/media-sound/spotify/spotify-0.8.4.103-r2.ebuild b/media-sound/spotify/spotify-0.8.4.103-r2.ebuild
deleted file mode 100644
index ecfb8f3..0000000
--- a/media-sound/spotify/spotify-0.8.4.103-r2.ebuild
+++ /dev/null
@@ -1,141 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r2.ebuild,v 1.1 2012/11/16 05:13:07 prometheanfire Exp $
-
-EAPI=4
-inherit pax-utils
-
-DESCRIPTION="Spotify is a social music platform"
-HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
-MY_PV="${PV}.g9cb177b.260-1"
-MY_P="${PN}-client_${MY_PV}"
-SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
-#SRC_BASE="http://download.spotify.com/preview/"
-SRC_URI="
-	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
-	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
-	"
-LICENSE="Spotify"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome pax_kernel pulseaudio"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-		x11-libs/libX11
-		x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXrender
-		x11-libs/libXrandr
-		x11-libs/libXinerama
-		x11-libs/libXext
-		x11-libs/libxcb
-		x11-libs/libXau
-		x11-libs/libXdmcp
-		x11-libs/qt-core:4
-		x11-libs/qt-gui:4
-		x11-libs/qt-webkit:4
-		x11-libs/qt-dbus:4
-		x11-libs/libXScrnSaver
-		media-libs/freetype
-		media-libs/fontconfig
-		media-libs/alsa-lib
-		dev-libs/openssl:0
-		dev-libs/glib:2
-		media-libs/libpng:1.2
-		dev-db/sqlite:3
-		sys-libs/zlib
-		app-arch/bzip2
-		sys-apps/dbus
-		sys-apps/util-linux
-		dev-libs/expat
-		>=dev-libs/nspr-4.9
-		gnome-base/gconf:2
-		x11-libs/gtk+:2
-		dev-libs/nss
-		dev-libs/glib:2
-		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
-		gnome? ( gnome-extra/gnome-integration-spotify )"
-
-RESTRICT="mirror strip"
-
-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 \
-		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
-		usr/share/spotify/spotify || die "sed failed"
-	# different NSPR / NSS library names for some reason
-	sed -i \
-		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
-		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-		usr/share/spotify/libcef.so || die "sed failed"
-	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-	if use gnome ; then
-	sed -i \
-		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-	fi
-	#and fix other stuff in the desktop file as well
-	sed -i \
-		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-		-e 's/AudioVideo$/AudioVideo\;/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-}
-
-src_install() {
-	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
-	dodoc usr/share/doc/spotify-client/copyright
-	insinto /usr/share/applications
-	doins usr/share/applications/*.desktop
-	insinto /usr/share/pixmaps
-	doins usr/share/pixmaps/*.png
-
-	# install in /opt/spotify
-	SPOTIFY_HOME=/opt/spotify
-	dodir ${SPOTIFY_HOME}
-	insinto ${SPOTIFY_HOME}
-	doins -r usr/share/spotify/*
-	fperms +x ${SPOTIFY_HOME}/spotify
-	dodir /usr/share
-	dosym ${SPOTIFY_HOME} /usr/share/spotify
-
-	dodir /usr/bin
-	cat <<-EOF >"${D}"/usr/bin/spotify
-		#! /bin/sh
-		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
-		export LD_PRELOAD
-		exec ${SPOTIFY_HOME}/spotify "\$@"
-	EOF
-	fperms +x /usr/bin/spotify
-
-	# revdep-rebuild produces a false positive because of symbol versioning
-	dodir /etc/revdep-rebuild
-	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
-		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
-	EOF
-
-	if use pax_kernel; then
-		#create the headers, reset them to default, then paxmark -m them
-		pax-mark C "${ED}"/opt/${PN}/${PN} || die
-		pax-mark z "${ED}"/opt/${PN}/${PN} || die
-		pax-mark m "${ED}"/opt/${PN}/${PN} || die
-		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
-		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
-		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
-		eqawarn "you suspect that ${PN} is being broken by this modification,"
-		eqawarn "please open a bug."
-	fi
-}
-
-pkg_postinst() {
-	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
-	ewarn "To remove the cache:"
-	ewarn "rm -rf ~/.cache/spotify"
-}

diff --git a/media-sound/spotify/spotify-0.8.4.103-r3.ebuild b/media-sound/spotify/spotify-0.8.4.103-r3.ebuild
deleted file mode 100644
index 1c912ca..0000000
--- a/media-sound/spotify/spotify-0.8.4.103-r3.ebuild
+++ /dev/null
@@ -1,142 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r3.ebuild,v 1.1 2012/12/17 15:18:25 prometheanfire Exp $
-
-EAPI=4
-inherit pax-utils
-
-DESCRIPTION="Spotify is a social music platform"
-HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
-MY_PV="${PV}.g9cb177b.260-1"
-MY_P="${PN}-client_${MY_PV}"
-SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
-#SRC_BASE="http://download.spotify.com/preview/"
-SRC_URI="
-	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
-	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
-	"
-LICENSE="Spotify"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome pax_kernel pulseaudio"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-		x11-libs/libX11
-		x11-libs/libSM
-		x11-libs/libICE
-		x11-libs/libXrender
-		x11-libs/libXrandr
-		x11-libs/libXinerama
-		x11-libs/libXext
-		x11-libs/libxcb
-		x11-libs/libXau
-		x11-libs/libXdmcp
-		x11-libs/qt-core:4
-		x11-libs/qt-gui:4
-		x11-libs/qt-webkit:4
-		x11-libs/qt-dbus:4
-		x11-libs/libXScrnSaver
-		media-libs/freetype
-		media-libs/fontconfig
-		media-libs/alsa-lib
-		dev-libs/openssl:0
-		dev-libs/glib:2
-		media-libs/libpng:1.2
-		dev-db/sqlite:3
-		sys-libs/zlib
-		app-arch/bzip2
-		sys-apps/dbus
-		sys-apps/util-linux
-		dev-libs/expat
-		>=dev-libs/nspr-4.9
-		gnome-base/gconf:2
-		x11-libs/gtk+:2
-		dev-libs/nss
-		dev-libs/glib:2
-		net-print/cups
-		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
-		gnome? ( gnome-extra/gnome-integration-spotify )"
-
-RESTRICT="mirror strip"
-
-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 \
-		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
-		usr/share/spotify/spotify || die "sed failed"
-	# different NSPR / NSS library names for some reason
-	sed -i \
-		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
-		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-		usr/share/spotify/libcef.so || die "sed failed"
-	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-	if use gnome ; then
-	sed -i \
-		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-	fi
-	#and fix other stuff in the desktop file as well
-	sed -i \
-		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-		-e 's/AudioVideo$/AudioVideo\;/g' \
-		usr/share/applications/spotify.desktop || die "sed failed"
-}
-
-src_install() {
-	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
-	dodoc usr/share/doc/spotify-client/copyright
-	insinto /usr/share/applications
-	doins usr/share/applications/*.desktop
-	insinto /usr/share/pixmaps
-	doins usr/share/pixmaps/*.png
-
-	# install in /opt/spotify
-	SPOTIFY_HOME=/opt/spotify
-	dodir ${SPOTIFY_HOME}
-	insinto ${SPOTIFY_HOME}
-	doins -r usr/share/spotify/*
-	fperms +x ${SPOTIFY_HOME}/spotify
-	dodir /usr/share
-	dosym ${SPOTIFY_HOME} /usr/share/spotify
-
-	dodir /usr/bin
-	cat <<-EOF >"${D}"/usr/bin/spotify
-		#! /bin/sh
-		LD_PRELOAD="\${LD_PRELOAD} /usr/share/spotify/libcef.so"
-		export LD_PRELOAD
-		exec ${SPOTIFY_HOME}/spotify "\$@"
-	EOF
-	fperms +x /usr/bin/spotify
-
-	# revdep-rebuild produces a false positive because of symbol versioning
-	dodir /etc/revdep-rebuild
-	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
-		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
-	EOF
-
-	if use pax_kernel; then
-		#create the headers, reset them to default, then paxmark -m them
-		pax-mark C "${ED}"/opt/${PN}/${PN} || die
-		pax-mark z "${ED}"/opt/${PN}/${PN} || die
-		pax-mark m "${ED}"/opt/${PN}/${PN} || die
-		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
-		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
-		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
-		eqawarn "you suspect that ${PN} is being broken by this modification,"
-		eqawarn "please open a bug."
-	fi
-}
-
-pkg_postinst() {
-	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
-	ewarn "To remove the cache:"
-	ewarn "rm -rf ~/.cache/spotify"
-}

diff --git a/media-sound/spotify/spotify-0.8.8.323.ebuild b/media-sound/spotify/spotify-0.8.8.323.ebuild
deleted file mode 100644
index c19e1c6..0000000
--- a/media-sound/spotify/spotify-0.8.8.323.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.4.103-r3.ebuild,v 1.1 2012/12/17 15:18:25 prometheanfire Exp $
-
-EAPI=4
-inherit pax-utils
-
-DESCRIPTION="Spotify is a social music platform"
-HOMEPAGE="https://www.spotify.com/ch-de/download/previews/"
-MY_PV="${PV}.gd143501.250-1"
-MY_P="${PN}-client_${MY_PV}"
-SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"
-#SRC_BASE="http://download.spotify.com/preview/"
-SRC_URI="
-	x86?   ( ${SRC_BASE}${MY_P}_i386.deb )
-	amd64? ( ${SRC_BASE}${MY_P}_amd64.deb )
-	"
-LICENSE="Spotify"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome pax_kernel pulseaudio"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-		x11-libs/libxcb
-		x11-libs/libICE
-		x11-libs/libSM
-		x11-libs/libX11
-		x11-libs/libXau
-		x11-libs/libXext
-		x11-libs/libXinerama
-		x11-libs/libXdmcp
-		x11-libs/libXScrnSaver
-		x11-libs/libXrandr
-		x11-libs/libXrender
-		x11-libs/qt-core:4
-		x11-libs/qt-dbus:4
-		x11-libs/qt-gui:4
-		x11-libs/qt-webkit:4
-		x11-misc/xdg-utils
-		media-libs/alsa-lib
-		media-libs/fontconfig
-		media-libs/freetype
-		dev-libs/openssl:0
-		dev-libs/glib:2
-		media-libs/libpng:1.2
-		dev-db/sqlite:3
-		sys-libs/zlib
-		app-arch/bzip2
-		sys-apps/dbus
-		sys-apps/util-linux
-		dev-libs/expat
-		>=dev-libs/nspr-4.9
-		gnome-base/gconf:2
-		x11-libs/gtk+:2
-		dev-libs/nss
-		dev-libs/glib:2
-		net-print/cups
-		pulseaudio? ( >=media-sound/pulseaudio-0.9.21 )
-		gnome? ( gnome-extra/gnome-integration-spotify )"
-
-RESTRICT="mirror strip"
-
-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 \
-		-e 's/\(lib\(ssl\|crypto\).so\).0.9.8/\1.1.0.0/g' \
-		opt/spotify/spotify-client/spotify || die "sed failed"
-	# different NSPR / NSS library names for some reason
-	sed -i \
-		-e 's/\(lib\(nss3\|nssutil3\|smime3\).so\).1d/\1.12/g' \
-		-e 's/\(lib\(plc4\|nspr4\).so\).0d\(.\)/\1.9\3\3/g' \
-		opt/spotify/spotify-client/libcef.so || die "sed failed"
-	# Fix desktop entry to launch spotify-dbus.py for GNOME integration
-	if use gnome ; then
-	sed -i \
-		-e 's/spotify \%U/spotify-dbus.py \%U/g' \
-		opt/spotify/spotify-client/spotify.desktop || die "sed failed"
-	fi
-	#and fix other stuff in the desktop file as well
-	sed -i \
-		-e 's/x-scheme-handler\/spotify$/x-scheme-handler\/spotify\;/g' \
-		-e 's/AudioVideo$/AudioVideo\;/g' \
-		opt/spotify/spotify-client/spotify.desktop || die "sed failed"
-}
-
-src_install() {
-	dodoc opt/spotify/spotify-client/changelog
-	dodoc usr/share/doc/spotify-client/changelog.Debian.gz
-	dodoc usr/share/doc/spotify-client/copyright
-
-	insinto /usr/share/pixmaps
-	doins opt/spotify/spotify-client/Icons/*.png
-
-	# install in /opt/spotify
-	SPOTIFY_HOME=/opt/spotify/spotify-client
-	insinto ${SPOTIFY_HOME}
-	doins -r opt/spotify/spotify-client/*
-	fperms +x ${SPOTIFY_HOME}/spotify
-
-	dodir /usr/bin
-	cat <<-EOF >"${D}"/usr/bin/spotify
-		#! /bin/sh
-		LD_PRELOAD="\${LD_PRELOAD} ${SPOTIFY_HOME}/libcef.so"
-		export LD_PRELOAD
-		exec ${SPOTIFY_HOME}/spotify "\$@"
-	EOF
-	fperms +x /usr/bin/spotify
-
-	# revdep-rebuild produces a false positive because of symbol versioning
-	dodir /etc/revdep-rebuild
-	cat <<-EOF >"${D}"/etc/revdep-rebuild/10${PN}
-		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
-	EOF
-
-	if use pax_kernel; then
-		#create the headers, reset them to default, then paxmark -m them
-		pax-mark C "${ED}"/opt/${PN}/spotify-client/${PN} || die
-		pax-mark z "${ED}"/opt/${PN}/spotify-client/${PN} || die
-		pax-mark m "${ED}"/opt/${PN}/spotify-client/${PN} || die
-		eqawarn "You have set USE=pax_kernel meaning that you intendto run"
-		eqawarn "${PN} under a PaX enabled kernel.  To do so, we must modify"
-		eqawarn "the ${PN} binary itself and this *may* lead to breakage!  If"
-		eqawarn "you suspect that ${PN} is being broken by this modification,"
-		eqawarn "please open a bug."
-	fi
-}
-
-pkg_postinst() {
-	#register icons and stuff
-	sh /opt/spotify/spotify-client/register.sh
-	ewarn "If Spotify crashes after an upgrade its cache may be corrupt."
-	ewarn "To remove the cache:"
-	ewarn "rm -rf ~/.cache/spotify"
-}
-
-pkg_prerm() {
-	#unregister icons and stuff
-	sh /opt/spotify/spotify-client/unregister.sh
-}


^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2013-01-08  4:16 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-23 15:19 [gentoo-commits] dev/prometheanfire:master commit in: media-sound/spotify/ Matt Thode
  -- strict thread matches above, loose matches on Subject: below --
2013-01-08  4:16 Matt Thode
2013-01-08  3:42 Matt Thode
2013-01-08  3:37 Matt Thode
2013-01-08  3:30 Matt Thode
2013-01-08  3:27 Matt Thode
2013-01-08  3:23 Matt Thode
2013-01-08  3:16 Matt Thode
2013-01-08  3:02 Matt Thode
2013-01-08  2:57 Matt Thode
2013-01-08  2:34 Matt Thode
2012-10-23 20:31 Matt Thode
2012-10-23 20:30 Matt Thode
2012-10-23 20:26 Matt Thode
2012-10-23 20:23 Matt Thode
2012-10-23 15:16 Matt Thode
2012-10-23 15:16 Matt Thode
2012-10-23 15:07 Matt Thode
2012-10-23 15:00 Matt Thode
2012-10-23 14:56 Matt Thode
2012-10-17  1:27 Matt Thode

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox