public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog
@ 2013-01-09 14:42 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-01-09 14:42 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/09 14:42:33

  Modified:             ChangeLog
  Added:                spotify-0.8.8.323-r1.ebuild
  Log:
  r1 for getting rid of install scripts for icons and desktop files
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.8                  media-sound/spotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	9 Jan 2013 00:52:09 -0000	1.7
+++ ChangeLog	9 Jan 2013 14:42:33 -0000	1.8
@@ -1,6 +1,12 @@
 # ChangeLog for media-sound/spotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.7 2013/01/09 00:52:09 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.8 2013/01/09 14:42:33 prometheanfire Exp $
+
+*spotify-0.8.8.323-r1 (09 Jan 2013)
+
+  09 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+  +spotify-0.8.8.323-r1.ebuild:
+  r1 for removing the script used by spotify to register desktop and icon files
 
   09 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
   spotify-0.8.8.323.ebuild:



1.1                  media-sound/spotify/spotify-0.8.8.323-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.1&content-type=text/plain

Index: spotify-0.8.8.323-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.1 2013/01/09 14:42:33 prometheanfire Exp $

EAPI=4
inherit eutils 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"

QA_PREBUILT="/opt/spotify/spotify
			/opt/spotify/libcef.so"

src_unpack() {
	mkdir "${P}"
	cd "${P}"
	unpack ${A}
	unpack ./data.tar.gz
}

src_prepare() {
	# link against openssl-1.0.0 as it crashes with 0.9.8
	sed -i \
		-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

	domenu "${SPOTIFY_HOME}/spotify.desktop"
	doicon -s 16 "${SPOTIFY_HOME}/Icons/spotify-linux-16.png"
	doicon -s 22 "${SPOTIFY_HOME}/Icons/spotify-linux-22.png"
	doicon -s 24 "${SPOTIFY_HOME}/Icons/spotify-linux-24.png"
	doicon -s 32 "${SPOTIFY_HOME}/Icons/spotify-linux-32.png"
	doicon -s 48 "${SPOTIFY_HOME}/Icons/spotify-linux-48.png"
	doicon -s 64 "${SPOTIFY_HOME}/Icons/spotify-linux-64.png"
	doicon -s 128 "${SPOTIFY_HOME}/Icons/spotify-linux-128.png"
	doicon -s 256 "${SPOTIFY_HOME}/Icons/spotify-linux-256.png"
	doicon -s 512 "${SPOTIFY_HOME}/Icons/spotify-linux-512.png"

	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() {
	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	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog
@ 2013-01-09 18:28 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-01-09 18:28 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/09 18:28:01

  Modified:             spotify-0.8.8.323-r1.ebuild ChangeLog
  Log:
  another update for spotify-0.8.8.323-r1 bug 450520
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.2                  media-sound/spotify/spotify-0.8.8.323-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?r1=1.1&r2=1.2

Index: spotify-0.8.8.323-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- spotify-0.8.8.323-r1.ebuild	9 Jan 2013 14:42:33 -0000	1.1
+++ spotify-0.8.8.323-r1.ebuild	9 Jan 2013 18:28:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.1 2013/01/09 14:42:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.2 2013/01/09 18:28:00 prometheanfire Exp $
 
 EAPI=4
 inherit eutils pax-utils
@@ -123,16 +123,11 @@
 		SEARCH_DIRS_MASK="${SPOTIFY_HOME}"
 	EOF
 
+	for size in 16 22 24 32 48 64 128 256; do
+		newicon -s ${size} "${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \
+			"spotify-client.png"
+	done
 	domenu "${SPOTIFY_HOME}/spotify.desktop"
-	doicon -s 16 "${SPOTIFY_HOME}/Icons/spotify-linux-16.png"
-	doicon -s 22 "${SPOTIFY_HOME}/Icons/spotify-linux-22.png"
-	doicon -s 24 "${SPOTIFY_HOME}/Icons/spotify-linux-24.png"
-	doicon -s 32 "${SPOTIFY_HOME}/Icons/spotify-linux-32.png"
-	doicon -s 48 "${SPOTIFY_HOME}/Icons/spotify-linux-48.png"
-	doicon -s 64 "${SPOTIFY_HOME}/Icons/spotify-linux-64.png"
-	doicon -s 128 "${SPOTIFY_HOME}/Icons/spotify-linux-128.png"
-	doicon -s 256 "${SPOTIFY_HOME}/Icons/spotify-linux-256.png"
-	doicon -s 512 "${SPOTIFY_HOME}/Icons/spotify-linux-512.png"
 
 	if use pax_kernel; then
 		#create the headers, reset them to default, then paxmark -m them



1.9                  media-sound/spotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	9 Jan 2013 14:42:33 -0000	1.8
+++ ChangeLog	9 Jan 2013 18:28:00 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/spotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.8 2013/01/09 14:42:33 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.9 2013/01/09 18:28:00 prometheanfire Exp $
+
+  09 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+  spotify-0.8.8.323-r1.ebuild:
+  another update for spotify-0.8.8.323-r1 bug 450520
 
 *spotify-0.8.8.323-r1 (09 Jan 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog
@ 2013-01-10  6:46 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-01-10  6:46 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/10 06:46:22

  Modified:             spotify-0.8.8.323-r1.ebuild ChangeLog
  Log:
  updated r1 for bug 451090
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.3                  media-sound/spotify/spotify-0.8.8.323-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?r1=1.2&r2=1.3

Index: spotify-0.8.8.323-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spotify-0.8.8.323-r1.ebuild	9 Jan 2013 18:28:00 -0000	1.2
+++ spotify-0.8.8.323-r1.ebuild	10 Jan 2013 06:46:22 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.2 2013/01/09 18:28:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.3 2013/01/10 06:46:22 prometheanfire Exp $
 
 EAPI=4
 inherit eutils pax-utils
@@ -124,7 +124,7 @@
 	EOF
 
 	for size in 16 22 24 32 48 64 128 256; do
-		newicon -s ${size} "${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \
+		newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \
 			"spotify-client.png"
 	done
 	domenu "${SPOTIFY_HOME}/spotify.desktop"



1.10                 media-sound/spotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	9 Jan 2013 18:28:00 -0000	1.9
+++ ChangeLog	10 Jan 2013 06:46:22 -0000	1.10
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/spotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.9 2013/01/09 18:28:00 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.10 2013/01/10 06:46:22 prometheanfire Exp $
+
+  10 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+  spotify-0.8.8.323-r1.ebuild:
+  updated r1 for bug 451090
 
   09 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
   spotify-0.8.8.323-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog
@ 2013-01-10 17:12 Matt Thode (prometheanfire)
  0 siblings, 0 replies; 5+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-01-10 17:12 UTC (permalink / raw
  To: gentoo-commits

prometheanfire    13/01/10 17:12:17

  Modified:             spotify-0.8.8.323-r1.ebuild ChangeLog
  Log:
  another small update for bug 450520
  
  (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)

Revision  Changes    Path
1.4                  media-sound/spotify/spotify-0.8.8.323-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?r1=1.3&r2=1.4

Index: spotify-0.8.8.323-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- spotify-0.8.8.323-r1.ebuild	10 Jan 2013 06:46:22 -0000	1.3
+++ spotify-0.8.8.323-r1.ebuild	10 Jan 2013 17:12:17 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.3 2013/01/10 06:46:22 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.4 2013/01/10 17:12:17 prometheanfire Exp $
 
 EAPI=4
 inherit eutils pax-utils
@@ -127,7 +127,7 @@
 		newicon -s ${size} "${S}${SPOTIFY_HOME}/Icons/spotify-linux-${size}.png" \
 			"spotify-client.png"
 	done
-	domenu "${SPOTIFY_HOME}/spotify.desktop"
+	domenu "${S}${SPOTIFY_HOME}/spotify.desktop"
 
 	if use pax_kernel; then
 		#create the headers, reset them to default, then paxmark -m them



1.11                 media-sound/spotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	10 Jan 2013 06:46:22 -0000	1.10
+++ ChangeLog	10 Jan 2013 17:12:17 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/spotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.10 2013/01/10 06:46:22 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.11 2013/01/10 17:12:17 prometheanfire Exp $
+
+  10 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
+  spotify-0.8.8.323-r1.ebuild:
+  another small update for bug 450520
 
   10 Jan 2013; Matthew Thode <prometheanfire@gentoo.org>
   spotify-0.8.8.323-r1.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog
@ 2013-03-02 22:04 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2013-03-02 22:04 UTC (permalink / raw
  To: gentoo-commits

hwoarang    13/03/02 22:04:03

  Modified:             spotify-0.8.8.323-r1.ebuild ChangeLog
  Log:
  Move Qt dependencies to the new category
  
  (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)

Revision  Changes    Path
1.6                  media-sound/spotify/spotify-0.8.8.323-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild?r1=1.5&r2=1.6

Index: spotify-0.8.8.323-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- spotify-0.8.8.323-r1.ebuild	28 Feb 2013 19:03:44 -0000	1.5
+++ spotify-0.8.8.323-r1.ebuild	2 Mar 2013 22:04:03 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.5 2013/02/28 19:03:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/spotify-0.8.8.323-r1.ebuild,v 1.6 2013/03/02 22:04:03 hwoarang Exp $
 
 EAPI=4
 inherit eutils pax-utils
@@ -33,10 +33,10 @@
 		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
+		dev-qt/qtcore:4
+		dev-qt/qtdbus:4
+		dev-qt/qtgui:4
+		dev-qt/qtwebkit:4
 		x11-misc/xdg-utils
 		media-libs/alsa-lib
 		media-libs/fontconfig



1.13                 media-sound/spotify/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/spotify/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	28 Feb 2013 19:03:44 -0000	1.12
+++ ChangeLog	2 Mar 2013 22:04:03 -0000	1.13
@@ -1,6 +1,10 @@
 # ChangeLog for media-sound/spotify
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.12 2013/02/28 19:03:44 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/spotify/ChangeLog,v 1.13 2013/03/02 22:04:03 hwoarang Exp $
+
+  02 Mar 2013; Markos Chandras <hwoarang@gentoo.org>
+  spotify-0.8.8.323-r1.ebuild:
+  Move Qt dependencies to the new category
 
   28 Feb 2013; Matthew Thode <prometheanfire@gentoo.org>
   -spotify-0.8.8.323.ebuild, spotify-0.8.8.323-r1.ebuild:





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

end of thread, other threads:[~2013-03-02 22:04 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-10  6:46 [gentoo-commits] gentoo-x86 commit in media-sound/spotify: spotify-0.8.8.323-r1.ebuild ChangeLog Matt Thode (prometheanfire)
  -- strict thread matches above, loose matches on Subject: below --
2013-03-02 22:04 Markos Chandras (hwoarang)
2013-01-10 17:12 Matt Thode (prometheanfire)
2013-01-09 18:28 Matt Thode (prometheanfire)
2013-01-09 14:42 Matt Thode (prometheanfire)

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