From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6C0211382C5 for ; Tue, 3 Apr 2018 16:34:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 310B1E0BBE; Tue, 3 Apr 2018 16:34:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E4B37E0BBE for ; Tue, 3 Apr 2018 16:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4E448335D7D for ; Tue, 3 Apr 2018 16:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 855C6278 for ; Tue, 3 Apr 2018 16:34:22 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1522773190.444943f0a1d2a3add840c29b2ab0f2998a136ac0.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-sound/qmpdclient/, media-sound/qmpdclient/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/qmpdclient/Manifest media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch media-sound/qmpdclient/metadata.xml media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild profiles/package.mask X-VCS-Directories: profiles/ media-sound/qmpdclient/ media-sound/qmpdclient/files/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 444943f0a1d2a3add840c29b2ab0f2998a136ac0 X-VCS-Branch: master Date: Tue, 3 Apr 2018 16:34:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d87f0153-eab5-40c0-b22b-98c5c3d80632 X-Archives-Hash: e8f1df17572b3caad84c7a10290a89e0 commit: 444943f0a1d2a3add840c29b2ab0f2998a136ac0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Apr 3 16:33:10 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Apr 3 16:33:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=444943f0 media-sound/qmpdclient: Remove last-rited package Closes: https://bugs.gentoo.org/644412 media-sound/qmpdclient/Manifest | 1 - .../qmpdclient/files/qmpdclient-1.2.2-qt48.patch | 40 --------------------- media-sound/qmpdclient/metadata.xml | 11 ------ media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild | 42 ---------------------- profiles/package.mask | 6 ---- 5 files changed, 100 deletions(-) diff --git a/media-sound/qmpdclient/Manifest b/media-sound/qmpdclient/Manifest deleted file mode 100644 index 8418abcbab6..00000000000 --- a/media-sound/qmpdclient/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qmpdclient-1.2.2.tar.bz2 271565 BLAKE2B b916b008016de9e534b174aa3317c5f68449aba0f2d80e4ab7b2680ec114df4b7ebbd47259eca88f3423b8f57c7e214ef85fa1b7b5b30a39b9a9bea00d469ca8 SHA512 2ae8a2235640c0c644f32290a9d39bcef6f041bb7eca1d269b54433975578c31067f2e5a28d9d679c229075962523b6b20e779b1ed23af7c47129ff4b63e5735 diff --git a/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch b/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch deleted file mode 100644 index 2eac669c092..00000000000 --- a/media-sound/qmpdclient/files/qmpdclient-1.2.2-qt48.patch +++ /dev/null @@ -1,40 +0,0 @@ -From 20edef54b109882632f58549d181123b9985d65b Mon Sep 17 00:00:00 2001 -From: Kent Fredric -Date: Fri, 1 Jun 2012 21:54:10 +1200 -Subject: [PATCH] First attempt at fixing lastfm scrobbling - ---- - src/lastfmsubmitter.cpp | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) - -diff --git a/src/lastfmsubmitter.cpp b/src/lastfmsubmitter.cpp -index cff94bc..a9b6ea9 100644 ---- a/src/lastfmsubmitter.cpp -+++ b/src/lastfmsubmitter.cpp -@@ -112,7 +112,10 @@ void LastFmSubmitter::scrobbleNp(MPDSong & s) { - data += QString("l=%1&").arg(s.secs() >0 ? QString::number(s.secs()) : "100"); - data += QString("n=%1").arg(QString(QUrl::toPercentEncoding(s.track()))); - //qDebug() << data; -- m_netAccess->post(QNetworkRequest(QUrl(m_npUrl)), data.toAscii()); -+ QUrl url(m_npUrl); -+ QNetworkRequest request(url); -+ request.setRawHeader("Content-Type", "application/x-www-form-urlencoded"); -+ m_netAccess->post(request, data.toAscii()); - } - - void LastFmSubmitter::scrobbleCurrent() { -@@ -152,7 +155,10 @@ void LastFmSubmitter::scrobbleQueued() { - if (i>0) { - //qDebug() << "sending scrobble to " << m_subUrl.toAscii(); - //qDebug() << "data: " << data.toAscii(); -- m_netAccess->post(QNetworkRequest(QUrl(m_subUrl)), data.toAscii()); -+ QUrl url(m_subUrl); -+ QNetworkRequest request(url); -+ request.setRawHeader("Content-Type", "application/x-www-form-urlencoded"); -+ m_netAccess->post(request, data.toAscii()); - m_awaitingScrob = true; - } - } --- -1.7.9.4 - diff --git a/media-sound/qmpdclient/metadata.xml b/media-sound/qmpdclient/metadata.xml deleted file mode 100644 index 28569ac4e91..00000000000 --- a/media-sound/qmpdclient/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - sound@gentoo.org - Gentoo Sound project - - - QMPDClient is an easy to use Qt4 client for MPD - - diff --git a/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild b/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild deleted file mode 100644 index 014cca271ad..00000000000 --- a/media-sound/qmpdclient/qmpdclient-1.2.2-r3.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit fdo-mime cmake-utils - -DESCRIPTION="QMPDClient with NBL additions, such as lyrics' display" -HOMEPAGE="http://bitcheese.net/wiki/QMPDClient" -SRC_URI="http://dump.bitcheese.net/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="debug" - -DEPEND=" - dev-qt/qtdbus:4 - dev-qt/qtgui:4 - dev-qt/qtxmlpatterns:4 - x11-libs/libX11 -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${PN} - -DOCS=( AUTHORS README THANKSTO ) - -PATCHES=( "${FILESDIR}"/${P}-qt48.patch ) - -src_prepare() { - sed -i -e "/^Categories/s/Network/AudioVideo/" ${PN}.desktop || die - cmake-utils_src_prepare -} - -src_configure() { - local mycmakeargs=( "-DVERSION=${PV}" ) - cmake-utils_src_configure -} - -pkg_postinst() { fdo-mime_desktop_database_update; } -pkg_postrm() { fdo-mime_desktop_database_update; } diff --git a/profiles/package.mask b/profiles/package.mask index b697a5e6659..8770e6cb136 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -566,12 +566,6 @@ media-gfx/photivo # Masked for removal in 30 days. Bug 644404 net-fs/smbtatools -# Andreas Sturmlechner (04 Mar 2018) -# Dead upstream, depends on deprecated Qt4. media-sound/cantata -# is an actively developed alternative based on Qt5. -# Masked for removal in 30 days. Bug 644412 -media-sound/qmpdclient - # Andreas K. Hüttel (03 Mar 2018) # Fails to build without rpc support in glibc (bug 631044); # no maintainer, requires obsolete hardware. Removal in