From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6083139694 for ; Tue, 21 Feb 2017 00:56:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA00E21C20C; Tue, 21 Feb 2017 00:44:36 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BB33C21C20C for ; Tue, 21 Feb 2017 00:44:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5712233BEDB for ; Tue, 21 Feb 2017 00:44:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 630414EDA for ; Tue, 21 Feb 2017 00:44:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1487637852.1de2a4f7d218dede710d276c6d51f04f7c7985b5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild media-sound/tomahawk/tomahawk-9999.ebuild X-VCS-Directories: media-sound/tomahawk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1de2a4f7d218dede710d276c6d51f04f7c7985b5 X-VCS-Branch: master Date: Tue, 21 Feb 2017 00:44:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7340dea2-81d9-4a4a-9795-bd05cd2dbdbc X-Archives-Hash: a858cae688170d69d16cc8f385cad4d3 commit: 1de2a4f7d218dede710d276c6d51f04f7c7985b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Feb 21 00:40:38 2017 +0000 Commit: Andreas Sturmlechner gentoo 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) "