public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
Date: Tue, 21 Feb 2017 00:44:33 +0000 (UTC)	[thread overview]
Message-ID: <1487637852.1de2a4f7d218dede710d276c6d51f04f7c7985b5.asturm@gentoo> (raw)

commit:     1de2a4f7d218dede710d276c6d51f04f7c7985b5
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 00:40:38 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 00:44:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1de2a4f7

media-sound/tomahawk: Drop media-libs/libechonest

Upstream commit ed9a02764431d9e2bb29c479db23396a647ed842

Gentoo-bug: 591796

Package-Manager: portage-2.3.3

 ...mahawk-9999.ebuild => tomahawk-0.9.0_pre20161029-r1.ebuild} | 10 +++++-----
 media-sound/tomahawk/tomahawk-9999.ebuild                      |  7 +++----
 2 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
similarity index 88%
copy from media-sound/tomahawk/tomahawk-9999.ebuild
copy to media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
index 5e61a7e281..2287e3c5a2 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -7,14 +7,15 @@ EAPI=6
 inherit kde5
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
+	# SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
+	SRC_URI="http://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 else
 	EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
 fi
 
 DESCRIPTION="Multi-source social music player"
-HOMEPAGE="http://tomahawk-player.org/"
+HOMEPAGE="https://tomahawk-player.org/"
 
 LICENSE="GPL-3 BSD"
 SLOT="0"
@@ -22,7 +23,6 @@ IUSE="+hatchet telepathy xmpp"
 
 CDEPEND="
 	$(add_frameworks_dep attica)
-	$(add_qt_dep designer)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
@@ -38,7 +38,6 @@ CDEPEND="
 	dev-libs/boost:=
 	dev-libs/qtkeychain:=[qt5]
 	>=dev-libs/quazip-0.7.2[qt5]
-	>=media-libs/libechonest-2.3.1:=[qt5]
 	media-libs/liblastfm[qt5]
 	>=media-libs/taglib-1.8.0
 	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
@@ -49,6 +48,7 @@ CDEPEND="
 	xmpp? ( net-libs/jreen[qt5] )
 "
 DEPEND="${CDEPEND}
+	$(add_qt_dep designer)
 	$(add_qt_dep linguist-tools)
 	$(add_qt_dep qtconcurrent)
 "

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 5e61a7e281..2438e72649 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ else
 fi
 
 DESCRIPTION="Multi-source social music player"
-HOMEPAGE="http://tomahawk-player.org/"
+HOMEPAGE="https://tomahawk-player.org/"
 
 LICENSE="GPL-3 BSD"
 SLOT="0"
@@ -22,7 +22,6 @@ IUSE="+hatchet telepathy xmpp"
 
 CDEPEND="
 	$(add_frameworks_dep attica)
-	$(add_qt_dep designer)
 	$(add_qt_dep qtdbus)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtnetwork)
@@ -38,7 +37,6 @@ CDEPEND="
 	dev-libs/boost:=
 	dev-libs/qtkeychain:=[qt5]
 	>=dev-libs/quazip-0.7.2[qt5]
-	>=media-libs/libechonest-2.3.1:=[qt5]
 	media-libs/liblastfm[qt5]
 	>=media-libs/taglib-1.8.0
 	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
@@ -49,6 +47,7 @@ CDEPEND="
 	xmpp? ( net-libs/jreen[qt5] )
 "
 DEPEND="${CDEPEND}
+	$(add_qt_dep designer)
 	$(add_qt_dep linguist-tools)
 	$(add_qt_dep qtconcurrent)
 "


             reply	other threads:[~2017-02-21  0:56 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-21  0:44 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-07-13  0:30 [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/ Andreas Sturmlechner
2019-07-20 19:30 Andreas Sturmlechner
2019-01-09 12:04 Andreas Sturmlechner
2018-10-20  9:59 Johannes Huber
2018-10-03 22:58 Andreas Sturmlechner
2018-05-01 18:49 Johannes Huber
2018-03-22 18:02 Andreas Sturmlechner
2017-11-27  9:03 Andreas Sturmlechner
2017-11-27  9:03 Andreas Sturmlechner
2017-08-12 14:31 Michael Palimaka
2017-02-21  0:44 Andreas Sturmlechner
2016-10-29 10:47 Johannes Huber
2016-10-28 20:40 Johannes Huber
2016-06-16 20:30 Michael Palimaka
2016-05-23 20:04 Johannes Huber
2016-05-13 15:43 Johannes Huber
2016-05-02  8:09 Johannes Huber
2016-04-27  7:41 Johannes Huber
2016-04-15 18:48 Johannes Huber
2016-04-11 16:50 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1487637852.1de2a4f7d218dede710d276c6d51f04f7c7985b5.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox