Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lastfm-desktop/files/, media-sound/lastfm-desktop/, profiles/
Date: Thu, 02 Nov 2017 12:29:12
Message-Id: 1509625731.3f736b63ec62e388b85efee00c99459df2bdfca7.mgorny@gentoo
1 commit: 3f736b63ec62e388b85efee00c99459df2bdfca7
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 2 11:55:07 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 2 12:28:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f736b63
7
8 media-sound/lastfm-desktop: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/622632
11 Closes: https://bugs.gentoo.org/620710
12
13 media-sound/lastfm-desktop/Manifest | 2 --
14 .../files/lastfm-desktop-2.1.36-missing-cast.patch | 25 ----------------
15 .../lastfm-desktop/lastfm-desktop-2.1.35.ebuild | 31 --------------------
16 .../lastfm-desktop/lastfm-desktop-2.1.36.ebuild | 33 ----------------------
17 media-sound/lastfm-desktop/metadata.xml | 11 --------
18 profiles/package.mask | 5 ----
19 6 files changed, 107 deletions(-)
20
21 diff --git a/media-sound/lastfm-desktop/Manifest b/media-sound/lastfm-desktop/Manifest
22 deleted file mode 100644
23 index 68ae7dd21a3..00000000000
24 --- a/media-sound/lastfm-desktop/Manifest
25 +++ /dev/null
26 @@ -1,2 +0,0 @@
27 -DIST lastfm-desktop-2.1.35.tar.gz 6789600 SHA256 2f96f0bc66c8b87dc3ca7858ef756f1ec4c84eb70eb1c411f840af51830a3075 SHA512 9eb4f750b344b788195b6800dc6fb6962449bcfc8cb2933a5065eb6f45e7d1de0463c7c091da3001a5e09dc116939aa4cf8918138bd749ba8c06c6ceca01684a WHIRLPOOL 5cc85733e8f2f08698aa0e8f124dc55a9ef00beb579e79b2569f14d6aef1ced7c149027353cff38ceaccbfddaf7b6677091b5e489fae24667cab5cb100cfeee2
28 -DIST lastfm-desktop-2.1.36.tar.gz 4087375 SHA256 2c33e8b8d6442da768bad3fb96e52a67ee17e3e64c5899ad81a893075635b969 SHA512 bc5b50dfa3390df878c0f97064a863b36bfa74a0eeb3130933d628f0837c2ca663b93a42a7a114311976ea44cbbc67439390385bf3e451f64b755c74db88ddb4 WHIRLPOOL 9d40ed82df3a1cd6d550561247f34b4c78c8620a10e0c16129c0c8735aaca2d6cdd90352672146ebe5e4f4096a37d19142d5c66ee60dd0184d57d5d0b1bc8dec
29
30 diff --git a/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch b/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch
31 deleted file mode 100644
32 index 12d19d36d3e..00000000000
33 --- a/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch
34 +++ /dev/null
35 @@ -1,25 +0,0 @@
36 -From 192b979c57aa0b9a2df4f11ad4851ce4fbf5d38b Mon Sep 17 00:00:00 2001
37 -From: Spiek <spiek@×××××.com>
38 -Date: Fri, 27 Dec 2013 13:27:11 +0100
39 -Subject: [PATCH] Fix missing Cast
40 -
41 ----
42 - app/client/Services/RadioService/RadioService.cpp | 2 +-
43 - 1 file changed, 1 insertion(+), 1 deletion(-)
44 -
45 -diff --git a/app/client/Services/RadioService/RadioService.cpp b/app/client/Services/RadioService/RadioService.cpp
46 -index 05f22c8..10094b6 100644
47 ---- a/app/client/Services/RadioService/RadioService.cpp
48 -+++ b/app/client/Services/RadioService/RadioService.cpp
49 -@@ -307,7 +307,7 @@
50 - void
51 - RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State oldstate )
52 - {
53 -- qDebug() << oldstate << " -> " << newstate;
54 -+ qDebug() << (int)oldstate << " -> " << (int)newstate;
55 - if (m_mediaObject == 0) {
56 - qDebug() << "m_mediaObject is null!";
57 - return;
58 ---
59 -1.8.5.5
60 -
61
62 diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
63 deleted file mode 100644
64 index aad97460448..00000000000
65 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
66 +++ /dev/null
67 @@ -1,31 +0,0 @@
68 -# Copyright 1999-2017 Gentoo Foundation
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=5
72 -
73 -inherit qt4-r2
74 -
75 -DESCRIPTION="The official Last.fm desktop application suite"
76 -HOMEPAGE="http://www.last.fm https://github.com/lastfm/lastfm-desktop"
77 -SRC_URI="https://github.com/lastfm/lastfm-desktop/archive/2.1.35.tar.gz -> ${P}.tar.gz"
78 -
79 -SLOT="0"
80 -LICENSE="GPL-3"
81 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
82 -IUSE=""
83 -
84 -RDEPEND="
85 - dev-qt/qtcore:4
86 - dev-qt/qtdbus:4
87 - dev-qt/qtgui:4
88 - dev-qt/qtsql:4
89 - dev-qt/qtwebkit:4
90 - media-libs/libgpod
91 - >=media-libs/liblastfm-1.0.6[fingerprint,qt4(+)]
92 - sys-libs/zlib
93 - kde-apps/phonon-kde:4"
94 -DEPEND="${RDEPEND}"
95 -
96 -src_configure() {
97 - eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr
98 -}
99
100 diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
101 deleted file mode 100644
102 index 603463205e2..00000000000
103 --- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
104 +++ /dev/null
105 @@ -1,33 +0,0 @@
106 -# Copyright 1999-2017 Gentoo Foundation
107 -# Distributed under the terms of the GNU General Public License v2
108 -
109 -EAPI=5
110 -
111 -inherit qt4-r2
112 -
113 -DESCRIPTION="The official Last.fm desktop application suite"
114 -HOMEPAGE="http://www.last.fm https://github.com/lastfm/lastfm-desktop"
115 -SRC_URI="https://github.com/lastfm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
116 -
117 -SLOT="0"
118 -LICENSE="GPL-3"
119 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
120 -IUSE=""
121 -
122 -RDEPEND="
123 - dev-qt/qtcore:4
124 - dev-qt/qtdbus:4
125 - dev-qt/qtgui:4
126 - dev-qt/qtsql:4
127 - dev-qt/qtwebkit:4
128 - media-libs/libgpod
129 - media-libs/liblastfm[fingerprint,qt4(+)]
130 - sys-libs/zlib
131 - kde-apps/phonon-kde:4"
132 -DEPEND="${RDEPEND}"
133 -
134 -PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch )
135 -
136 -src_configure() {
137 - eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr
138 -}
139
140 diff --git a/media-sound/lastfm-desktop/metadata.xml b/media-sound/lastfm-desktop/metadata.xml
141 deleted file mode 100644
142 index b1567413bb9..00000000000
143 --- a/media-sound/lastfm-desktop/metadata.xml
144 +++ /dev/null
145 @@ -1,11 +0,0 @@
146 -<?xml version="1.0" encoding="UTF-8"?>
147 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
148 -<pkgmetadata>
149 - <maintainer type="project">
150 - <email>proaudio@g.o</email>
151 - <name>Gentoo ProAudio Project</name>
152 - </maintainer>
153 - <upstream>
154 - <remote-id type="github">lastfm/lastfm-desktop</remote-id>
155 - </upstream>
156 -</pkgmetadata>
157
158 diff --git a/profiles/package.mask b/profiles/package.mask
159 index 4ad6845427f..0750c29ad9c 100644
160 --- a/profiles/package.mask
161 +++ b/profiles/package.mask
162 @@ -306,11 +306,6 @@ x11-libs/compizconfig-backend-kconfig4
163 # Mask Atom betas for testing.
164 app-editors/atom:beta
165
166 -# Michael Palimaka <kensington@g.o> (01 Oct 2017)
167 -# Fails to build (bug #622632). Requires dead and vulnerable qtwebkit4
168 -# (bug #620710). Masked for removal in 30 days.
169 -media-sound/lastfm-desktop
170 -
171 # Pawel Hajdan, Jr. <phajdan.jr@g.o> (18 Sep 2017)
172 # Dev channel releases are only for people who are developers or want more
173 # experimental features and accept a more unstable release.