media-sound/lastfm-desktop: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Thu, 2 Nov 2017 11:55:07 +0000 (12:55 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 2 Nov 2017 12:28:51 +0000 (13:28 +0100)
Closes: https://bugs.gentoo.org/622632
Closes: https://bugs.gentoo.org/620710

media-sound/lastfm-desktop/Manifest [deleted file]
media-sound/lastfm-desktop/files/lastfm-desktop-2.1.36-missing-cast.patch [deleted file]
media-sound/lastfm-desktop/lastfm-desktop-2.1.35.ebuild [deleted file]
media-sound/lastfm-desktop/lastfm-desktop-2.1.36.ebuild [deleted file]
media-sound/lastfm-desktop/metadata.xml [deleted file]
profiles/package.mask

diff --git a/media-sound/lastfm-desktop/Manifest b/media-sound/lastfm-desktop/Manifest
deleted file mode 100644 (file)
index 68ae7dd..0000000
+++ /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 (file)
index 12d19d3..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-From 192b979c57aa0b9a2df4f11ad4851ce4fbf5d38b Mon Sep 17 00:00:00 2001
-From: Spiek <spiek@ymail.com>
-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 (file)
index aad9746..0000000
+++ /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 (file)
index 6034632..0000000
+++ /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 (file)
index b156741..0000000
+++ /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>proaudio@gentoo.org</email>
-    <name>Gentoo ProAudio Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">lastfm/lastfm-desktop</remote-id>
-  </upstream>
-</pkgmetadata>
index 4ad6845427f6d5bc0ac94ea660bfbb593f3060ef..0750c29ad9cdebbbd6be47bbd46bf7c32c0cd9be 100644 (file)
@@ -306,11 +306,6 @@ x11-libs/compizconfig-backend-kconfig4
 # Mask Atom betas for testing.
 app-editors/atom:beta
 
-# Michael Palimaka <kensington@gentoo.org> (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. <phajdan.jr@gentoo.org> (18 Sep 2017)
 # Dev channel releases are only for people who are developers or want more
 # experimental features and accept a more unstable release.