commit:     3f736b63ec62e388b85efee00c99459df2bdfca7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov  2 11:55:07 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov  2 12:28:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f736b63

media-sound/lastfm-desktop: Remove last-rited pkg

Closes: https://bugs.gentoo.org/622632
Closes: https://bugs.gentoo.org/620710

 media-sound/lastfm-desktop/Manifest                |  2 --
 .../files/lastfm-desktop-2.1.36-missing-cast.patch | 25 ----------------
 .../lastfm-desktop/lastfm-desktop-2.1.35.ebuild    | 31 --------------------
 .../lastfm-desktop/lastfm-desktop-2.1.36.ebuild    | 33 ----------------------
 media-sound/lastfm-desktop/metadata.xml            | 11 --------
 profiles/package.mask                              |  5 ----
 6 files changed, 107 deletions(-)

diff --git a/media-sound/lastfm-desktop/Manifest 
b/media-sound/lastfm-desktop/Manifest
deleted file mode 100644
index 68ae7dd21a3..00000000000
--- a/media-sound/lastfm-desktop/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST lastfm-desktop-2.1.35.tar.gz 6789600 SHA256 
2f96f0bc66c8b87dc3ca7858ef756f1ec4c84eb70eb1c411f840af51830a3075 SHA512 
9eb4f750b344b788195b6800dc6fb6962449bcfc8cb2933a5065eb6f45e7d1de0463c7c091da3001a5e09dc116939aa4cf8918138bd749ba8c06c6ceca01684a
 WHIRLPOOL 
5cc85733e8f2f08698aa0e8f124dc55a9ef00beb579e79b2569f14d6aef1ced7c149027353cff38ceaccbfddaf7b6677091b5e489fae24667cab5cb100cfeee2
-DIST lastfm-desktop-2.1.36.tar.gz 4087375 SHA256 
2c33e8b8d6442da768bad3fb96e52a67ee17e3e64c5899ad81a893075635b969 SHA512 
bc5b50dfa3390df878c0f97064a863b36bfa74a0eeb3130933d628f0837c2ca663b93a42a7a114311976ea44cbbc67439390385bf3e451f64b755c74db88ddb4
 WHIRLPOOL 
9d40ed82df3a1cd6d550561247f34b4c78c8620a10e0c16129c0c8735aaca2d6cdd90352672146ebe5e4f4096a37d19142d5c66ee60dd0184d57d5d0b1bc8dec

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
deleted file mode 100644
index 12d19d36d3e..00000000000
--- a/media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 192b979c57aa0b9a2df4f11ad4851ce4fbf5d38b Mon Sep 17 00:00:00 2001
-From: Spiek <[email protected]>
-Date: Fri, 27 Dec 2013 13:27:11 +0100
-Subject: [PATCH] Fix missing Cast
-
----
- app/client/Services/RadioService/RadioService.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/app/client/Services/RadioService/RadioService.cpp 
b/app/client/Services/RadioService/RadioService.cpp
-index 05f22c8..10094b6 100644
---- a/app/client/Services/RadioService/RadioService.cpp
-+++ b/app/client/Services/RadioService/RadioService.cpp
-@@ -307,7 +307,7 @@
- void
- RadioService::onPhononStateChanged( Phonon::State newstate, Phonon::State 
oldstate )
- {
--    qDebug() << oldstate << " -> " << newstate;
-+    qDebug() << (int)oldstate << " -> " << (int)newstate;
-     if (m_mediaObject == 0) {
-         qDebug() << "m_mediaObject is null!";
-         return;
--- 
-1.8.5.5
-

diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild 
b/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
deleted file mode 100644
index aad97460448..00000000000
--- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qt4-r2
-
-DESCRIPTION="The official Last.fm desktop application suite"
-HOMEPAGE="http://www.last.fm https://github.com/lastfm/lastfm-desktop";
-SRC_URI="https://github.com/lastfm/lastfm-desktop/archive/2.1.35.tar.gz -> 
${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtdbus:4
-       dev-qt/qtgui:4
-       dev-qt/qtsql:4
-       dev-qt/qtwebkit:4
-       media-libs/libgpod
-       >=media-libs/liblastfm-1.0.6[fingerprint,qt4(+)]
-       sys-libs/zlib
-       kde-apps/phonon-kde:4"
-DEPEND="${RDEPEND}"
-
-src_configure() {
-       eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr
-}

diff --git a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild 
b/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
deleted file mode 100644
index 603463205e2..00000000000
--- a/media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit qt4-r2
-
-DESCRIPTION="The official Last.fm desktop application suite"
-HOMEPAGE="http://www.last.fm https://github.com/lastfm/lastfm-desktop";
-SRC_URI="https://github.com/lastfm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-       dev-qt/qtcore:4
-       dev-qt/qtdbus:4
-       dev-qt/qtgui:4
-       dev-qt/qtsql:4
-       dev-qt/qtwebkit:4
-       media-libs/libgpod
-       media-libs/liblastfm[fingerprint,qt4(+)]
-       sys-libs/zlib
-       kde-apps/phonon-kde:4"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/${P}-missing-cast.patch )
-
-src_configure() {
-       eqmake4 Last.fm.pro PREFIX="${EPREFIX}"/usr
-}

diff --git a/media-sound/lastfm-desktop/metadata.xml 
b/media-sound/lastfm-desktop/metadata.xml
deleted file mode 100644
index b1567413bb9..00000000000
--- a/media-sound/lastfm-desktop/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-  <maintainer type="project">
-    <email>[email protected]</email>
-    <name>Gentoo ProAudio Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">lastfm/lastfm-desktop</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 4ad6845427f..0750c29ad9c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -306,11 +306,6 @@ x11-libs/compizconfig-backend-kconfig4
 # Mask Atom betas for testing.
 app-editors/atom:beta
 
-# Michael Palimaka <[email protected]> (01 Oct 2017)
-# Fails to build (bug #622632). Requires dead and vulnerable qtwebkit4
-# (bug #620710). Masked for removal in 30 days.
-media-sound/lastfm-desktop
-
 # Pawel Hajdan, Jr. <[email protected]> (18 Sep 2017)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.

Reply via email to