public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-04-11 16:50 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-04-11 16:50 UTC (permalink / raw
  To: gentoo-commits

commit:     63488059efef2b291c7c86f77dcbfb8b3b365cdb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 16:47:55 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon Apr 11 16:50:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63488059

media-sound/tomahawk: EAPI 6

Package-Manager: portage-2.2.28

 media-sound/tomahawk/tomahawk-9999.ebuild | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 10d684f..f93c527 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 KDE_REQUIRED="optional"
-inherit kde4-base ${GIT_ECLASS}
+inherit kde4-base
 
 if [[ ${PV} != *9999* ]]; then
 	SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 else
-	GIT_ECLASS="git-r3"
+	inherit git-r3
 	EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
 	KEYWORDS=""
 fi
@@ -77,11 +77,13 @@ DOCS=( AUTHORS ChangeLog README.md )
 src_configure() {
 	local mycmakeargs=(
 		-DWITH_CRASHREPORTER=OFF
-		$(cmake-utils_use_build hatchet)
-		$(cmake-utils_use_with xmpp Jreen)
-		$(cmake-utils_use_with kde KDE4)
-		$(cmake-utils_use_build !qt5 WITH_QT4)
-		$(cmake-utils_use_with telepathy TelepathyQt)
+		-DBUILD_TESTS=OFF
+		-DBUILD_TOOLS=OFF
+		-DBUILD_HATCHET=$(usex hatchet)
+		-DWITH_KDE4=$(usex kde)
+		-DBUILD_WITH_QT4=$(usex !qt5)
+		-DWITH_TelepathyQt=$(usex telepathy)
+		-DWITH_Jreen=$(usex xmpp)
 	)
 
 	if [[ ${PV} != *9999* ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-04-15 18:48 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-04-15 18:48 UTC (permalink / raw
  To: gentoo-commits

commit:     89e8e22d008b44a54af3585e7ed240bbd3584550
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 18:48:06 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 18:48:16 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e8e22d

media-sound/tomahawk: Drop Qt4 support in live

Upstream says it is unmaintained and broken.

Package-Manager: portage-2.2.28

 media-sound/tomahawk/tomahawk-9999.ebuild | 87 ++++++++++++-------------------
 1 file changed, 32 insertions(+), 55 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 7aff77b..89198fe 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -4,14 +4,12 @@
 
 EAPI=6
 
-KDE_REQUIRED="optional"
-inherit kde4-base
+inherit kde5
 
-if [[ ${PV} != *9999* ]]; then
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
 	KEYWORDS="~amd64 ~x86"
 else
-	inherit git-r3
 	EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
 	KEYWORDS=""
 fi
@@ -21,54 +19,41 @@ HOMEPAGE="http://tomahawk-player.org/"
 
 LICENSE="GPL-3 BSD"
 SLOT="0"
-IUSE="debug +hatchet kde qt5 telepathy xmpp"
+IUSE="+hatchet telepathy xmpp"
 
-REQUIRED_USE="telepathy? ( kde )"
-
-DEPEND="
+CDEPEND="
+	$(add_frameworks_dep attica)
+	$(add_qt_dep designer)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	app-crypt/qca:2[qt5]
 	dev-cpp/lucene++
 	dev-cpp/sparsehash
 	dev-libs/boost:=
+	dev-libs/qtkeychain[qt5]
+	dev-libs/quazip[qt5]
+	>=media-libs/libechonest-2.3.0:=[qt5]
+	media-libs/liblastfm[qt5]
+	media-libs/phonon[qt5]
 	>=media-libs/taglib-1.8.0
 	>=net-libs/gnutls-3.2
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )
-	xmpp? ( net-libs/jreen )
-	!qt5? (
-		app-crypt/qca:2[qt4]
-		>=dev-libs/libattica-0.4.0
-		dev-libs/qjson
-		dev-libs/qtkeychain[qt4]
-		dev-libs/quazip[qt4]
-		dev-qt/designer:4
-		dev-qt/qtcore:4
-		dev-qt/qtdbus:4
-		dev-qt/qtgui:4
-		dev-qt/qtsql:4[sqlite]
-		dev-qt/qtsvg:4
-		dev-qt/qtwebkit:4
-		media-libs/phonon[qt4]
-		>=media-libs/libechonest-2.3.0:=[qt4]
-		media-libs/liblastfm[qt4]
-		telepathy? ( net-libs/telepathy-qt[qt4] )
-	)
-	qt5? (
-		app-crypt/qca:2[qt5]
-		dev-libs/qtkeychain[qt5]
-		dev-libs/quazip[qt5]
-		dev-qt/designer:5
-		dev-qt/qtcore:5
-		dev-qt/qtsvg:5
-		dev-qt/qtwebkit:5
-		dev-qt/qtwidgets:5
-		kde-frameworks/attica:5
-		media-libs/phonon[qt5]
-		>=media-libs/libechonest-2.3.0:=[qt5]
-		media-libs/liblastfm[qt5]
-		telepathy? ( net-libs/telepathy-qt[qt5] )
-	)
+	telepathy? ( net-libs/telepathy-qt[qt5] )
+	xmpp? ( net-libs/jreen[qt5] )
+"
+DEPEND="${CDEPEND}
+	$(add_qt_dep linguist-tools)
+	$(add_qt_dep qtconcurrent)
 "
-RDEPEND="${DEPEND}
+RDEPEND="${CDEPEND}
 	app-crypt/qca:2[openssl]
 "
 
@@ -84,24 +69,16 @@ src_configure() {
 		-DWITH_CRASHREPORTER=OFF
 		-DBUILD_TESTS=OFF
 		-DBUILD_TOOLS=OFF
+		-DBUILD_WITH_QT4=OFF
+		-DWITH_KDE4=OFF
 		-DBUILD_HATCHET=$(usex hatchet)
-		-DWITH_KDE4=$(usex kde)
-		-DBUILD_WITH_QT4=$(usex !qt5)
 		-DWITH_TelepathyQt=$(usex telepathy)
 		-DWITH_Jreen=$(usex xmpp)
 	)
 
-	if [[ ${PV} != *9999* ]]; then
+	if [[ ${KDE_BUILD_TYPE} != live ]]; then
 		mycmakeargs+=( -DBUILD_RELEASE=ON )
 	fi
 
-	cmake-utils_src_configure
-}
-
-src_compile() {
-	cmake-utils_src_compile
-}
-
-src_install() {
-	cmake-utils_src_install
+	kde5_src_configure
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-04-27  7:41 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-04-27  7:41 UTC (permalink / raw
  To: gentoo-commits

commit:     7edb8a732d068fd1048380d376989b77cece4135
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 27 07:41:25 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Apr 27 07:41:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7edb8a73

media-sound/tomahawk: Update dependencies in live

Upstream replaced media-libs/phonon with media-video/vlc for audio support.

Package-Manager: portage-2.2.28

 media-sound/tomahawk/tomahawk-9999.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 8dadfa9..f5b3f10 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -11,7 +11,6 @@ if [[ ${KDE_BUILD_TYPE} != live ]]; then
 	KEYWORDS="~amd64 ~x86"
 else
 	EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
-	KEYWORDS=""
 fi
 
 DESCRIPTION="Multi-source social music player"
@@ -41,8 +40,8 @@ CDEPEND="
 	dev-libs/quazip[qt5]
 	>=media-libs/libechonest-2.3.1:=[qt5]
 	media-libs/liblastfm[qt5]
-	media-libs/phonon[qt5]
 	>=media-libs/taglib-1.8.0
+	media-video/vlc:=
 	>=net-libs/gnutls-3.2
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-05-02  8:09 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-05-02  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bc6113544d6253136b66dc1c6ddedce8c6c965eb
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May  2 08:09:22 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May  2 08:09:47 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc611354

media-sound/tomahawk: Add use dependencies on media-video/vlc

Reported-by: theli on irc

Package-Manager: portage-2.2.28

 media-sound/tomahawk/tomahawk-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index f5b3f10..bacc86d 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -41,7 +41,7 @@ CDEPEND="
 	>=media-libs/libechonest-2.3.1:=[qt5]
 	media-libs/liblastfm[qt5]
 	>=media-libs/taglib-1.8.0
-	media-video/vlc:=
+	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
 	>=net-libs/gnutls-3.2
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-05-13 15:43 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-05-13 15:43 UTC (permalink / raw
  To: gentoo-commits

commit:     2e4c6f16c32c1d04c349f6f7920879cd51144d30
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 15:42:38 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri May 13 15:42:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e4c6f16

media-sound/tomahawk: Use subslot on net-libs/gnutls

Package-Manager: portage-2.2.28

 .../tomahawk/{tomahawk-0.8.4-r2.ebuild => tomahawk-0.8.4-r3.ebuild}     | 2 +-
 media-sound/tomahawk/tomahawk-9999.ebuild                               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
similarity index 98%
rename from media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild
rename to media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index 535e1ab..474228f 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r2.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -30,7 +30,7 @@ DEPEND="
 	dev-cpp/sparsehash
 	dev-libs/boost:=
 	>=media-libs/taglib-1.8.0
-	>=net-libs/gnutls-3.2
+	>=net-libs/gnutls-3.2:=
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )
 	xmpp? ( net-libs/jreen )

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index bacc86d..9c6f066 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -42,7 +42,7 @@ CDEPEND="
 	media-libs/liblastfm[qt5]
 	>=media-libs/taglib-1.8.0
 	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
-	>=net-libs/gnutls-3.2
+	>=net-libs/gnutls-3.2:=
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )
 	telepathy? ( net-libs/telepathy-qt[qt5] )


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-05-23 20:04 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-05-23 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     70af631a69da96b61ef6c04c0b27c2306b9d750d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Mon May 23 20:03:08 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Mon May 23 20:04:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70af631a

media-sound/tomahawk: Use subslot on dev-libs/qtkeychain

Package-Manager: portage-2.3.0_rc1

 media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 4 ++--
 media-sound/tomahawk/tomahawk-9999.ebuild     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index 474228f..819ac42 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 		app-crypt/qca:2[qt4(+)]
 		>=dev-libs/libattica-0.4.0
 		dev-libs/qjson
-		dev-libs/qtkeychain[qt4]
+		dev-libs/qtkeychain:=[qt4]
 		dev-libs/quazip[qt4]
 		dev-qt/designer:4
 		dev-qt/qtcore:4
@@ -54,7 +54,7 @@ DEPEND="
 	)
 	qt5? (
 		app-crypt/qca:2[qt5(+)]
-		dev-libs/qtkeychain[qt5]
+		dev-libs/qtkeychain:=[qt5]
 		dev-libs/quazip[qt5]
 		dev-qt/designer:5
 		dev-qt/qtcore:5

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 9c6f066..c3d5f0c 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -36,7 +36,7 @@ CDEPEND="
 	dev-cpp/lucene++
 	dev-cpp/sparsehash
 	dev-libs/boost:=
-	dev-libs/qtkeychain[qt5]
+	dev-libs/qtkeychain:=[qt5]
 	dev-libs/quazip[qt5]
 	>=media-libs/libechonest-2.3.1:=[qt5]
 	media-libs/liblastfm[qt5]


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-06-16 20:30 Michael Palimaka
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2016-06-16 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     1691d025371fbdd151bdb4c10e5774127c864936
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 16 20:19:06 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Jun 16 20:30:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1691d025

media-sound/tomahawk: fix net-libs/jreen USE dependency

Package-Manager: portage-2.3.0_rc1

 media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index 819ac42..57847fe 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -33,7 +33,6 @@ DEPEND="
 	>=net-libs/gnutls-3.2:=
 	x11-libs/libX11
 	hatchet? ( dev-cpp/websocketpp )
-	xmpp? ( net-libs/jreen )
 	!qt5? (
 		app-crypt/qca:2[qt4(+)]
 		>=dev-libs/libattica-0.4.0
@@ -51,6 +50,7 @@ DEPEND="
 		>=media-libs/libechonest-2.3.1:=[qt4]
 		media-libs/liblastfm[qt4]
 		telepathy? ( net-libs/telepathy-qt[qt4] )
+		xmpp? ( net-libs/jreen[qt4] )
 	)
 	qt5? (
 		app-crypt/qca:2[qt5(+)]
@@ -66,6 +66,7 @@ DEPEND="
 		>=media-libs/libechonest-2.3.1:=[qt5]
 		media-libs/liblastfm[qt5]
 		telepathy? ( net-libs/telepathy-qt[qt5] )
+		xmpp? ( net-libs/jreen[qt5] )
 	)
 "
 RDEPEND="${DEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-10-28 20:40 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-10-28 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     61ef420fc99b0847a69f3a3fdc997a28f25279d7
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 28 20:40:27 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 28 20:40:39 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61ef420f

media-sound/tomahawk: Restrict latest dev-libs/quazip

Needs patching/backporting.

Package-Manager: portage-2.3.2

 media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
index e11b09b..2c4d55b 100644
--- a/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.8.4-r3.ebuild
@@ -38,7 +38,7 @@ DEPEND="
 		>=dev-libs/libattica-0.4.0
 		dev-libs/qjson
 		dev-libs/qtkeychain:=[qt4]
-		dev-libs/quazip[qt4]
+		<dev-libs/quazip-0.7.2[qt4]
 		dev-qt/designer:4
 		dev-qt/qtcore:4
 		dev-qt/qtdbus:4
@@ -55,7 +55,7 @@ DEPEND="
 	qt5? (
 		app-crypt/qca:2[qt5(+)]
 		dev-libs/qtkeychain:=[qt5]
-		dev-libs/quazip[qt5]
+		<dev-libs/quazip-0.7.2[qt5]
 		dev-qt/designer:5
 		dev-qt/qtcore:5
 		dev-qt/qtsvg:5


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2016-10-29 10:47 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2016-10-29 10:47 UTC (permalink / raw
  To: gentoo-commits

commit:     08cb681f8c0844f7fc7fffdac14a5345302da0ea
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 29 10:44:31 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 29 10:46:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08cb681f

media-sound/tomahawk: Version bump 0.9.0 pre snapshot

Last release is ancient, segfaults with Qt5 (bug #591344) and fails to build
with latest quazip (bug #598262).

Gentoo-bug: 591344
Gentoo-bug: 598262

Package-Manager: portage-2.3.2

 media-sound/tomahawk/Manifest                      |  1 +
 .../tomahawk/tomahawk-0.9.0_pre20161029.ebuild     | 81 ++++++++++++++++++++++
 2 files changed, 82 insertions(+)

diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
index 3187743..e64b76d 100644
--- a/media-sound/tomahawk/Manifest
+++ b/media-sound/tomahawk/Manifest
@@ -1 +1,2 @@
 DIST tomahawk-0.8.4.tar.bz2 8611412 SHA256 0fb04bc6b7009e17186b3d384057939727c6f289d22f7f9a5ed2c9c9cd800449 SHA512 5b312f593eac39d06de05e24d4ce429122d0777a9d52d6db8c65309ac283d7ae560c2fc189b186f0f8b1a7bbe1135ed0d59e1d850de6a93655e53efe4f5317c7 WHIRLPOOL 3577f47f13b191f0bea42d7c30c00ad8e6346afc7527eb5f5ecb81185183a8e99dcc0559414afbba485db5d80d2e5f9830fe341d4563d3d7427a98f54382e013
+DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 SHA256 de4005fd68dfb11380419829e009f19b901c4b14ccec6dd63400b21612886271 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9 WHIRLPOOL b914df1f2a26cc18af021ef6fce5511b2a103d7243340bcaec3d0c98fa90fc2fcda32cabc8022c2106d9bd9dffa777765e17433dc268f2c317537716c31928f6

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild
new file mode 100644
index 00000000..43d4b28
--- /dev/null
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	# 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/"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+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)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	app-crypt/qca:2[qt5]
+	dev-cpp/lucene++
+	dev-cpp/sparsehash
+	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]
+	>=net-libs/gnutls-3.2:=
+	x11-libs/libX11
+	hatchet? ( dev-cpp/websocketpp )
+	telepathy? ( net-libs/telepathy-qt[qt5] )
+	xmpp? ( net-libs/jreen[qt5] )
+"
+DEPEND="${CDEPEND}
+	$(add_qt_dep linguist-tools)
+	$(add_qt_dep qtconcurrent)
+"
+RDEPEND="${CDEPEND}
+	app-crypt/qca:2[ssl]
+"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_CRASHREPORTER=OFF
+		-DBUILD_TESTS=OFF
+		-DBUILD_TOOLS=OFF
+		-DBUILD_WITH_QT4=OFF
+		-DWITH_KDE4=OFF
+		-DBUILD_HATCHET=$(usex hatchet)
+		-DWITH_TelepathyQt=$(usex telepathy)
+		-DWITH_Jreen=$(usex xmpp)
+	)
+
+	if [[ ${KDE_BUILD_TYPE} != live ]]; then
+		mycmakeargs+=( -DBUILD_RELEASE=ON )
+	fi
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2017-02-21  0:44 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2017-02-21  0:44 UTC (permalink / raw
  To: gentoo-commits

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)
 "


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2017-02-21  0:44 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2017-02-21  0:44 UTC (permalink / raw
  To: gentoo-commits

commit:     bf5adf0822b623d9eab59cf1c304351f5dc66a99
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 00:43:27 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 00:44:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5adf08

media-sound/tomahawk: Drop old

Package-Manager: portage-2.3.3

 .../tomahawk/tomahawk-0.9.0_pre20161029.ebuild     | 81 ----------------------
 1 file changed, 81 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild
deleted file mode 100644
index 43d4b289ad..0000000000
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	# 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/"
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-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)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	$(add_qt_dep qtxml)
-	app-crypt/qca:2[qt5]
-	dev-cpp/lucene++
-	dev-cpp/sparsehash
-	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]
-	>=net-libs/gnutls-3.2:=
-	x11-libs/libX11
-	hatchet? ( dev-cpp/websocketpp )
-	telepathy? ( net-libs/telepathy-qt[qt5] )
-	xmpp? ( net-libs/jreen[qt5] )
-"
-DEPEND="${CDEPEND}
-	$(add_qt_dep linguist-tools)
-	$(add_qt_dep qtconcurrent)
-"
-RDEPEND="${CDEPEND}
-	app-crypt/qca:2[ssl]
-"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_CRASHREPORTER=OFF
-		-DBUILD_TESTS=OFF
-		-DBUILD_TOOLS=OFF
-		-DBUILD_WITH_QT4=OFF
-		-DWITH_KDE4=OFF
-		-DBUILD_HATCHET=$(usex hatchet)
-		-DWITH_TelepathyQt=$(usex telepathy)
-		-DWITH_Jreen=$(usex xmpp)
-	)
-
-	if [[ ${KDE_BUILD_TYPE} != live ]]; then
-		mycmakeargs+=( -DBUILD_RELEASE=ON )
-	fi
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2017-08-12 14:31 Michael Palimaka
  0 siblings, 0 replies; 21+ messages in thread
From: Michael Palimaka @ 2017-08-12 14:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dfbf94577a5b1b43ace0ba3f945414f119b5d359
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 14:27:32 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 14:31:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbf9457

media-sound/tomahawk: update HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild | 2 +-
 media-sound/tomahawk/tomahawk-9999.ebuild                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
index 7146cae1bf0..7abb65727ba 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
@@ -14,7 +14,7 @@ else
 fi
 
 DESCRIPTION="Multi-source social music player"
-HOMEPAGE="https://tomahawk-player.org/"
+HOMEPAGE="https://www.tomahawk-player.org/"
 
 LICENSE="GPL-3 BSD"
 SLOT="0"

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
index 8a1a51f9fbb..37e6e56117f 100644
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ b/media-sound/tomahawk/tomahawk-9999.ebuild
@@ -13,7 +13,7 @@ else
 fi
 
 DESCRIPTION="Multi-source social music player"
-HOMEPAGE="https://tomahawk-player.org/"
+HOMEPAGE="https://www.tomahawk-player.org/"
 
 LICENSE="GPL-3 BSD"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2017-11-27  9:03 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2017-11-27  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3d125913602038f4eade8d3106558d4cb0a9e59c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 22:17:22 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 09:03:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d125913

media-sound/tomahawk: Drop live ebuild

"This project is essentially abandoned."

See also:
https://github.com/tomahawk-player/tomahawk/commit/c8389592488c07079f40e7edb9195cfabbc58740

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-sound/tomahawk/tomahawk-9999.ebuild | 78 -------------------------------
 1 file changed, 78 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-9999.ebuild b/media-sound/tomahawk/tomahawk-9999.ebuild
deleted file mode 100644
index e433366a995..00000000000
--- a/media-sound/tomahawk/tomahawk-9999.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
-	KEYWORDS="~amd64 ~x86"
-else
-	EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
-fi
-
-DESCRIPTION="Multi-source social music player"
-HOMEPAGE="https://www.tomahawk-player.org/"
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-IUSE="+hatchet telepathy xmpp"
-
-CDEPEND="
-	$(add_frameworks_dep attica)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	$(add_qt_dep qtxml)
-	app-crypt/qca:2[qt5]
-	dev-cpp/lucene++
-	dev-cpp/sparsehash
-	dev-libs/boost:=
-	dev-libs/qtkeychain:=[qt5(+)]
-	>=dev-libs/quazip-0.7.2[qt5]
-	media-libs/liblastfm[qt5]
-	>=media-libs/taglib-1.8.0
-	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
-	>=net-libs/gnutls-3.2:=
-	x11-libs/libX11
-	hatchet? ( dev-cpp/websocketpp )
-	telepathy? ( net-libs/telepathy-qt[qt5(+)] )
-	xmpp? ( net-libs/jreen[qt5] )
-"
-DEPEND="${CDEPEND}
-	$(add_qt_dep designer)
-	$(add_qt_dep linguist-tools)
-	$(add_qt_dep qtconcurrent)
-"
-RDEPEND="${CDEPEND}
-	app-crypt/qca:2[ssl]
-"
-
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_CRASHREPORTER=OFF
-		-DBUILD_TESTS=OFF
-		-DBUILD_TOOLS=OFF
-		-DBUILD_WITH_QT4=OFF
-		-DWITH_KDE4=OFF
-		-DBUILD_HATCHET=$(usex hatchet)
-		-DWITH_TelepathyQt=$(usex telepathy)
-		-DWITH_Jreen=$(usex xmpp)
-	)
-
-	if [[ ${KDE_BUILD_TYPE} != live ]]; then
-		mycmakeargs+=( -DBUILD_RELEASE=ON )
-	fi
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2017-11-27  9:03 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2017-11-27  9:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0cc8440ab828a2a29ba2d92dcb3ef6327b3615dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 22:15:40 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Nov 27 09:03:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc8440a

media-sound/tomahawk: Add 0.9.0_pre20170808 snapshot

Fixes build with >=libvlc-3.0

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 media-sound/tomahawk/Manifest                      |  3 +-
 .../tomahawk/tomahawk-0.9.0_pre20170808.ebuild     | 74 ++++++++++++++++++++++
 2 files changed, 76 insertions(+), 1 deletion(-)

diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
index c02148b54a2..9a77cda1e42 100644
--- a/media-sound/tomahawk/Manifest
+++ b/media-sound/tomahawk/Manifest
@@ -1 +1,2 @@
-DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 SHA256 de4005fd68dfb11380419829e009f19b901c4b14ccec6dd63400b21612886271 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9 WHIRLPOOL b914df1f2a26cc18af021ef6fce5511b2a103d7243340bcaec3d0c98fa90fc2fcda32cabc8022c2106d9bd9dffa777765e17433dc268f2c317537716c31928f6
+DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 BLAKE2B 8d12eaaf055da7dfe0dc4ff3e07c2be824983ca160d8ccd592ab611a8df09cead0d334e2ca3113c1bc34dea85c61edcf1bdeb6208316f1c372caf08bc04243e1 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9
+DIST tomahawk-0.9.0_pre20170808.tar.gz 9913232 BLAKE2B 5a7ebd9419fece090c0aec1f8f47bf35e1f0fbae5cd6a41803ac265e7310dadac61ba4f2e25b0d2fbbb0068cbb3f7098c1d330ac81e671be1028ed3b78d32560 SHA512 edaa4c1637ca460f838dfdd7ecc9d5dae0b66a8280deb8dc6140c673ecc76aa1055efbbac1e9b2937ec01d6dd657935b907cadceb2059f8e055305e872866c2b

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
new file mode 100644
index 00000000000..11fbc52732b
--- /dev/null
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=00f602e10203b76fc28b4615868c567e6bd4ced4
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Multi-source social music player"
+HOMEPAGE="https://www.tomahawk-player.org/"
+SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+hatchet telepathy xmpp"
+
+CDEPEND="
+	$(add_frameworks_dep attica)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	app-crypt/qca:2[qt5(+)]
+	dev-cpp/lucene++
+	dev-cpp/sparsehash
+	dev-libs/boost:=
+	dev-libs/qtkeychain:=[qt5(+)]
+	>=dev-libs/quazip-0.7.2[qt5(+)]
+	>=media-libs/liblastfm-1.0.9-r1[qt5(+)]
+	>=media-libs/taglib-1.8.0
+	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
+	>=net-libs/gnutls-3.2:=
+	x11-libs/libX11
+	hatchet? ( dev-cpp/websocketpp )
+	telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
+	xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
+"
+DEPEND="${CDEPEND}
+	$(add_qt_dep designer)
+	$(add_qt_dep linguist-tools)
+	$(add_qt_dep qtconcurrent)
+"
+RDEPEND="${CDEPEND}
+	app-crypt/qca:2[ssl]
+"
+
+DOCS=( AUTHORS ChangeLog README.md )
+
+PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_CRASHREPORTER=OFF
+		-DBUILD_TESTS=OFF
+		-DBUILD_TOOLS=OFF
+		-DBUILD_WITH_QT4=OFF
+		-DWITH_KDE4=OFF
+		-DBUILD_HATCHET=$(usex hatchet)
+		-DWITH_TelepathyQt=$(usex telepathy)
+		-DWITH_Jreen=$(usex xmpp)
+	)
+
+	if [[ ${KDE_BUILD_TYPE} != live ]]; then
+		mycmakeargs+=( -DBUILD_RELEASE=ON )
+	fi
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2018-03-22 18:02 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2018-03-22 18:02 UTC (permalink / raw
  To: gentoo-commits

commit:     347fa987bb937bde8c00701b769f51ba9b39b70e
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 18:00:46 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 22 18:02:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=347fa987

media-sound/tomahawk: Compat. with liblastfm-1.1.0_pre20150206

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
index 11fbc52732b..15c73708429 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -50,9 +50,11 @@ RDEPEND="${CDEPEND}
 	app-crypt/qca:2[ssl]
 "
 
-DOCS=( AUTHORS ChangeLog README.md )
-
-PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
+src_prepare() {
+	kde5_src_prepare
+	has_version "media-libs/liblastfm[qt5]" &&
+		eapply "${FILESDIR}/${PN}-liblastfm-cmake.patch"
+}
 
 src_configure() {
 	local mycmakeargs=(


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2018-05-01 18:49 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-05-01 18:49 UTC (permalink / raw
  To: gentoo-commits

commit:     5c933d0c1863147db8a63c8503eb6002a581d52d
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 18:46:16 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue May  1 18:49:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c933d0c

media-sound/tomahawk: Snapshot bump 0.9.0_pre20180501

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 media-sound/tomahawk/Manifest                      |  1 +
 .../tomahawk/tomahawk-0.9.0_pre20180501.ebuild     | 70 ++++++++++++++++++++++
 2 files changed, 71 insertions(+)

diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
index dfa5a8e4793..5b46c7f1068 100644
--- a/media-sound/tomahawk/Manifest
+++ b/media-sound/tomahawk/Manifest
@@ -1 +1,2 @@
 DIST tomahawk-0.9.0_pre20170808.tar.gz 9913232 BLAKE2B 5a7ebd9419fece090c0aec1f8f47bf35e1f0fbae5cd6a41803ac265e7310dadac61ba4f2e25b0d2fbbb0068cbb3f7098c1d330ac81e671be1028ed3b78d32560 SHA512 edaa4c1637ca460f838dfdd7ecc9d5dae0b66a8280deb8dc6140c673ecc76aa1055efbbac1e9b2937ec01d6dd657935b907cadceb2059f8e055305e872866c2b
+DIST tomahawk-0.9.0_pre20180501.tar.gz 9913223 BLAKE2B 430fedf1a06307721d36ce733dc6f380e56ca4ba018816b4d6cf70370a383945033220bded8fef1aaeb0deb49ec89422c4ade6add997d9034620d42c43ba2b8f SHA512 51ee268a7165ee4968cd3fbd883c8e86fdee049dbf85d11ff3212d1648f08557c868c0c3f0f448c3a7fa6a825af4ee94b498b5027a788b545587bf4bae1be1c7

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
new file mode 100644
index 00000000000..78600519cd5
--- /dev/null
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
@@ -0,0 +1,70 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+COMMIT=34c1f88171f00a3e9fae57250799f3d3623b5f74
+inherit kde5 vcs-snapshot
+
+DESCRIPTION="Multi-source social music player"
+HOMEPAGE="https://www.tomahawk-player.org/"
+SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+hatchet telepathy xmpp"
+
+CDEPEND="
+	$(add_frameworks_dep attica)
+	$(add_qt_dep qtdbus)
+	$(add_qt_dep qtgui)
+	$(add_qt_dep qtnetwork)
+	$(add_qt_dep qtsql)
+	$(add_qt_dep qtsvg)
+	$(add_qt_dep qtwebkit)
+	$(add_qt_dep qtwidgets)
+	$(add_qt_dep qtx11extras)
+	$(add_qt_dep qtxml)
+	app-crypt/qca:2[qt5(+)]
+	dev-cpp/lucene++
+	dev-cpp/sparsehash
+	dev-libs/boost:=
+	dev-libs/qtkeychain:=[qt5(+)]
+	>=dev-libs/quazip-0.7.2[qt5(+)]
+	>=media-libs/liblastfm-1.1.0_pre20150206
+	>=media-libs/taglib-1.8.0
+	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
+	>=net-libs/gnutls-3.2:=
+	x11-libs/libX11
+	hatchet? ( dev-cpp/websocketpp )
+	telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
+	xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
+"
+DEPEND="${CDEPEND}
+	$(add_qt_dep designer)
+	$(add_qt_dep linguist-tools)
+	$(add_qt_dep qtconcurrent)
+"
+RDEPEND="${CDEPEND}
+	app-crypt/qca:2[ssl]
+"
+
+src_configure() {
+	local mycmakeargs=(
+		-DWITH_CRASHREPORTER=OFF
+		-DBUILD_TESTS=OFF
+		-DBUILD_TOOLS=OFF
+		-DBUILD_WITH_QT4=OFF
+		-DWITH_KDE4=OFF
+		-DBUILD_HATCHET=$(usex hatchet)
+		-DWITH_TelepathyQt=$(usex telepathy)
+		-DWITH_Jreen=$(usex xmpp)
+	)
+
+	if [[ ${KDE_BUILD_TYPE} != live ]]; then
+		mycmakeargs+=( -DBUILD_RELEASE=ON )
+	fi
+
+	kde5_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2018-10-03 22:58 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2018-10-03 22:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e31cccca3e43a6e753e23a42e2beb103e878f557
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct  3 22:57:26 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Oct  3 22:57:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31cccca

media-sound/tomahawk: Drop USE hatchet

Closes: https://bugs.gentoo.org/663318
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 media-sound/tomahawk/metadata.xml                      | 1 -
 media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild | 7 +++----
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/metadata.xml
index a36075aeec6..3bc448c2a0a 100644
--- a/media-sound/tomahawk/metadata.xml
+++ b/media-sound/tomahawk/metadata.xml
@@ -10,7 +10,6 @@
 		<name>Gentoo KDE Project</name>
 	</maintainer>
 	<use>
-		<flag name="hatchet">Enable support for the synchronisation through Hatchet</flag>
 		<flag name="telepathy">Enable support for the real-time communication framework telepathy</flag>
 	</use>
 </pkgmetadata>

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
index 78600519cd5..3c553a30e8c 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.
 LICENSE="GPL-3 BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="+hatchet telepathy xmpp"
+IUSE="telepathy xmpp"
 
 CDEPEND="
 	$(add_frameworks_dep attica)
@@ -37,7 +37,6 @@ CDEPEND="
 	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
 	>=net-libs/gnutls-3.2:=
 	x11-libs/libX11
-	hatchet? ( dev-cpp/websocketpp )
 	telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
 	xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
 "
@@ -57,7 +56,7 @@ src_configure() {
 		-DBUILD_TOOLS=OFF
 		-DBUILD_WITH_QT4=OFF
 		-DWITH_KDE4=OFF
-		-DBUILD_HATCHET=$(usex hatchet)
+		-DBUILD_HATCHET=OFF
 		-DWITH_TelepathyQt=$(usex telepathy)
 		-DWITH_Jreen=$(usex xmpp)
 	)


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2018-10-20  9:59 Johannes Huber
  0 siblings, 0 replies; 21+ messages in thread
From: Johannes Huber @ 2018-10-20  9:59 UTC (permalink / raw
  To: gentoo-commits

commit:     0c555f21649fa3a519dc96612d63b6047beeddc9
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 09:59:27 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 09:59:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c555f21

media-sound/tomahawk: Drop myself as maintainer

Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 media-sound/tomahawk/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/tomahawk/metadata.xml b/media-sound/tomahawk/metadata.xml
index 3bc448c2a0a..602a023a5be 100644
--- a/media-sound/tomahawk/metadata.xml
+++ b/media-sound/tomahawk/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>johu@gentoo.org</email>
-		<name>Johannes Huber</name>
-	</maintainer>
 	<maintainer type="project">
 		<email>kde@gentoo.org</email>
 		<name>Gentoo KDE Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2019-01-09 12:04 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-01-09 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d76271b591a693a39346c9638bd30b2c986f3b66
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  9 12:04:22 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan  9 12:04:22 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d76271b5

media-sound/tomahawk: Drop 0.9.0_pre20180501 snapshot

Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/tomahawk/Manifest                      |  1 -
 .../tomahawk/tomahawk-0.9.0_pre20180501.ebuild     | 69 ----------------------
 2 files changed, 70 deletions(-)

diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
index 4f38e703b20..9ff5a58e990 100644
--- a/media-sound/tomahawk/Manifest
+++ b/media-sound/tomahawk/Manifest
@@ -1,2 +1 @@
-DIST tomahawk-0.9.0_pre20180501.tar.gz 9913223 BLAKE2B 430fedf1a06307721d36ce733dc6f380e56ca4ba018816b4d6cf70370a383945033220bded8fef1aaeb0deb49ec89422c4ade6add997d9034620d42c43ba2b8f SHA512 51ee268a7165ee4968cd3fbd883c8e86fdee049dbf85d11ff3212d1648f08557c868c0c3f0f448c3a7fa6a825af4ee94b498b5027a788b545587bf4bae1be1c7
 DIST tomahawk-0.9.0_pre20181030.tar.gz 9875208 BLAKE2B aa0b3955ab0308df5ff4d9fead1106bb26c12594fd958c0d43ff72da4d47de42dc4f96d64f3594828ee6200108b610a600b2b764e09b2e88c8412b22b7d6e605 SHA512 de08dc2873975c4278e36ef01ae516d106edc235ac8cf79dab8cc2338dd47cae3102aa6461c98146ca0ff3c68e1a507168a302a051103482f6636f5cdab97202

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
deleted file mode 100644
index 3c553a30e8c..00000000000
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20180501.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-COMMIT=34c1f88171f00a3e9fae57250799f3d3623b5f74
-inherit kde5 vcs-snapshot
-
-DESCRIPTION="Multi-source social music player"
-HOMEPAGE="https://www.tomahawk-player.org/"
-SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="telepathy xmpp"
-
-CDEPEND="
-	$(add_frameworks_dep attica)
-	$(add_qt_dep qtdbus)
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtsql)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwebkit)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtx11extras)
-	$(add_qt_dep qtxml)
-	app-crypt/qca:2[qt5(+)]
-	dev-cpp/lucene++
-	dev-cpp/sparsehash
-	dev-libs/boost:=
-	dev-libs/qtkeychain:=[qt5(+)]
-	>=dev-libs/quazip-0.7.2[qt5(+)]
-	>=media-libs/liblastfm-1.1.0_pre20150206
-	>=media-libs/taglib-1.8.0
-	media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
-	>=net-libs/gnutls-3.2:=
-	x11-libs/libX11
-	telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
-	xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
-"
-DEPEND="${CDEPEND}
-	$(add_qt_dep designer)
-	$(add_qt_dep linguist-tools)
-	$(add_qt_dep qtconcurrent)
-"
-RDEPEND="${CDEPEND}
-	app-crypt/qca:2[ssl]
-"
-
-src_configure() {
-	local mycmakeargs=(
-		-DWITH_CRASHREPORTER=OFF
-		-DBUILD_TESTS=OFF
-		-DBUILD_TOOLS=OFF
-		-DBUILD_WITH_QT4=OFF
-		-DWITH_KDE4=OFF
-		-DBUILD_HATCHET=OFF
-		-DWITH_TelepathyQt=$(usex telepathy)
-		-DWITH_Jreen=$(usex xmpp)
-	)
-
-	if [[ ${KDE_BUILD_TYPE} != live ]]; then
-		mycmakeargs+=( -DBUILD_RELEASE=ON )
-	fi
-
-	kde5_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2019-07-20 19:30 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2019-07-20 19:30 UTC (permalink / raw
  To: gentoo-commits

commit:     367f117f02bc0f6d85edc6939fa389960ece59da
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 20 19:12:58 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jul 20 19:29:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367f117f

media-sound/tomahawk: tomahawk-player.org is no more

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
index 82c9537fd05..fca16414dfb 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
@@ -7,7 +7,7 @@ COMMIT=777b31219179b43f56c7b95857d2fbd7f33199aa
 inherit cmake-utils xdg-utils
 
 DESCRIPTION="Multi-source social music player"
-HOMEPAGE="https://www.tomahawk-player.org/"
+HOMEPAGE="https://github.com/tomahawk-player/tomahawk"
 SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3 BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
@ 2020-07-13  0:30 Andreas Sturmlechner
  0 siblings, 0 replies; 21+ messages in thread
From: Andreas Sturmlechner @ 2020-07-13  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     84b47fc4cc33228e2f8a47ff589514246f88f2ad
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 23:58:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 13 00:29:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84b47fc4

media-sound/tomahawk: Sort DEPENDs

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
index e3e201984d0..147b6958096 100644
--- a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
+++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild
@@ -19,6 +19,12 @@ BDEPEND="
 	dev-qt/linguist-tools:5
 "
 COMMON_DEPEND="
+	app-crypt/qca:2[qt5(+)]
+	dev-cpp/lucene++
+	dev-cpp/sparsehash
+	dev-libs/boost:=
+	dev-libs/qtkeychain:=[qt5(+)]
+	>=dev-libs/quazip-0.7.2[qt5(+)]
 	dev-qt/qtcore:5
 	dev-qt/qtdbus:5
 	dev-qt/qtgui:5
@@ -29,12 +35,6 @@ COMMON_DEPEND="
 	dev-qt/qtwidgets:5
 	dev-qt/qtx11extras:5
 	dev-qt/qtxml:5
-	app-crypt/qca:2[qt5(+)]
-	dev-cpp/lucene++
-	dev-cpp/sparsehash
-	dev-libs/boost:=
-	dev-libs/qtkeychain:=[qt5(+)]
-	>=dev-libs/quazip-0.7.2[qt5(+)]
 	kde-frameworks/extra-cmake-modules:5
 	kde-frameworks/attica:5
 	>=media-libs/liblastfm-1.1.0_pre20150206


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

end of thread, other threads:[~2020-07-13  0:30 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02  8:09 [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2020-07-13  0:30 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
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-04-27  7:41 Johannes Huber
2016-04-15 18:48 Johannes Huber
2016-04-11 16:50 Johannes Huber

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