Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/files/, media-sound/tomahawk/
Date: Mon, 27 Nov 2017 23:58:47
Message-Id: 1511827044.e68151c0a6df725c4a99202924290ba4ebe16398.asturm@gentoo
1 commit: e68151c0a6df725c4a99202924290ba4ebe16398
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 27 09:25:40 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 23:57:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e68151c0
7
8 media-sound/tomahawk: Drop old
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.4
11
12 media-sound/tomahawk/Manifest | 1 -
13 .../tomahawk/files/tomahawk-qtkeychain-cmake.patch | 28 --------
14 .../tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild | 82 ----------------------
15 3 files changed, 111 deletions(-)
16
17 diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
18 index 9a77cda1e42..dfa5a8e4793 100644
19 --- a/media-sound/tomahawk/Manifest
20 +++ b/media-sound/tomahawk/Manifest
21 @@ -1,2 +1 @@
22 -DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 BLAKE2B 8d12eaaf055da7dfe0dc4ff3e07c2be824983ca160d8ccd592ab611a8df09cead0d334e2ca3113c1bc34dea85c61edcf1bdeb6208316f1c372caf08bc04243e1 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9
23 DIST tomahawk-0.9.0_pre20170808.tar.gz 9913232 BLAKE2B 5a7ebd9419fece090c0aec1f8f47bf35e1f0fbae5cd6a41803ac265e7310dadac61ba4f2e25b0d2fbbb0068cbb3f7098c1d330ac81e671be1028ed3b78d32560 SHA512 edaa4c1637ca460f838dfdd7ecc9d5dae0b66a8280deb8dc6140c673ecc76aa1055efbbac1e9b2937ec01d6dd657935b907cadceb2059f8e055305e872866c2b
24
25 diff --git a/media-sound/tomahawk/files/tomahawk-qtkeychain-cmake.patch b/media-sound/tomahawk/files/tomahawk-qtkeychain-cmake.patch
26 deleted file mode 100644
27 index e4b3bf0304c..00000000000
28 --- a/media-sound/tomahawk/files/tomahawk-qtkeychain-cmake.patch
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -From 00f602e10203b76fc28b4615868c567e6bd4ced4 Mon Sep 17 00:00:00 2001
32 -From: Dominik Schmidt <dev@×××××××××××××××.de>
33 -Date: Tue, 8 Aug 2017 14:34:49 +0200
34 -Subject: [PATCH] Fix #619: Correctly detect qt5keychain
35 -
36 ----
37 - CMakeLists.txt | 8 ++------
38 - 1 file changed, 2 insertions(+), 6 deletions(-)
39 -
40 -diff --git a/CMakeLists.txt b/CMakeLists.txt
41 -index ad5d918ecf..7004e1b700 100644
42 ---- a/CMakeLists.txt
43 -+++ b/CMakeLists.txt
44 -@@ -376,12 +376,8 @@ macro_optional_find_package(LibLastFm 1.0.0)
45 - macro_log_feature(LIBLASTFM_FOUND "liblastfm" "Qt library for the Last.fm webservices" "https://github.com/lastfm/liblastfm" TRUE "" "liblastfm is needed for scrobbling tracks to Last.fm and fetching cover artwork")
46 -
47 - if( NOT APPLE )
48 --if( TOMAHAWK_QT5 )
49 -- macro_optional_find_package(Qt5Keychain 0.1.0)
50 --else()
51 -- macro_optional_find_package(QtKeychain 0.1.0)
52 --endif()
53 --macro_log_feature(QTKEYCHAIN_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "")
54 -+macro_optional_find_package(Qt5Keychain 0.1.0)
55 -+macro_log_feature(Qt5Keychain_FOUND "QtKeychain" "Provides support for secure credentials storage" "https://github.com/frankosterfeld/qtkeychain" TRUE "" "")
56 - endif()
57 -
58 - if( UNIX AND NOT APPLE )
59
60 diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
61 deleted file mode 100644
62 index 39c73c56872..00000000000
63 --- a/media-sound/tomahawk/tomahawk-0.9.0_pre20161029-r1.ebuild
64 +++ /dev/null
65 @@ -1,82 +0,0 @@
66 -# Copyright 1999-2017 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -
69 -EAPI=6
70 -
71 -inherit kde5
72 -
73 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
74 - # SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
75 - SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
76 - KEYWORDS="~amd64 ~x86"
77 -else
78 - EGIT_REPO_URI="https://github.com/tomahawk-player/${PN}.git"
79 -fi
80 -
81 -DESCRIPTION="Multi-source social music player"
82 -HOMEPAGE="https://www.tomahawk-player.org/"
83 -
84 -LICENSE="GPL-3 BSD"
85 -SLOT="0"
86 -IUSE="+hatchet telepathy xmpp"
87 -
88 -CDEPEND="
89 - $(add_frameworks_dep attica)
90 - $(add_qt_dep qtdbus)
91 - $(add_qt_dep qtgui)
92 - $(add_qt_dep qtnetwork)
93 - $(add_qt_dep qtsql)
94 - $(add_qt_dep qtsvg)
95 - $(add_qt_dep qtwebkit)
96 - $(add_qt_dep qtwidgets)
97 - $(add_qt_dep qtx11extras)
98 - $(add_qt_dep qtxml)
99 - app-crypt/qca:2[qt5]
100 - dev-cpp/lucene++
101 - dev-cpp/sparsehash
102 - dev-libs/boost:=
103 - dev-libs/qtkeychain:=[qt5(+)]
104 - >=dev-libs/quazip-0.7.2[qt5]
105 - media-libs/liblastfm[qt5]
106 - >=media-libs/taglib-1.8.0
107 - media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
108 - >=net-libs/gnutls-3.2:=
109 - x11-libs/libX11
110 - hatchet? ( dev-cpp/websocketpp )
111 - telepathy? ( net-libs/telepathy-qt[qt5(+)] )
112 - xmpp? ( net-libs/jreen[qt5] )
113 -"
114 -DEPEND="${CDEPEND}
115 - $(add_qt_dep designer)
116 - $(add_qt_dep linguist-tools)
117 - $(add_qt_dep qtconcurrent)
118 -"
119 -RDEPEND="${CDEPEND}
120 - app-crypt/qca:2[ssl]
121 -"
122 -
123 -DOCS=( AUTHORS ChangeLog README.md )
124 -
125 -PATCHES=(
126 - "${FILESDIR}/${PN}-liblastfm-cmake.patch"
127 - "${FILESDIR}/${PN}-qtkeychain-cmake.patch"
128 -)
129 -
130 -src_configure() {
131 - local mycmakeargs=(
132 - -DWITH_CRASHREPORTER=OFF
133 - -DBUILD_TESTS=OFF
134 - -DBUILD_TOOLS=OFF
135 - -DBUILD_WITH_QT4=OFF
136 - -DWITH_KDE4=OFF
137 - -DBUILD_HATCHET=$(usex hatchet)
138 - -DWITH_TelepathyQt=$(usex telepathy)
139 - -DWITH_Jreen=$(usex xmpp)
140 - )
141 -
142 - if [[ ${KDE_BUILD_TYPE} != live ]]; then
143 - mycmakeargs+=( -DBUILD_RELEASE=ON )
144 - fi
145 -
146 - kde5_src_configure
147 -}