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 71B521394FC for ; Fri, 28 Oct 2016 15:24:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19E45E0818; Fri, 28 Oct 2016 15:23:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0114DE0818 for ; Fri, 28 Oct 2016 15:23:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7B3593413E9 for ; Fri, 28 Oct 2016 15:23:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6283301 for ; Fri, 28 Oct 2016 15:23:52 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1477668222.19667ae0f51f15c4d6e544bdb3f8663d175768be.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/ X-VCS-Repository: proj/qt X-VCS-Files: media-sound/qtmpc/metadata.xml media-sound/qtmpc/qtmpc-9999.ebuild X-VCS-Directories: media-sound/qtmpc/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 19667ae0f51f15c4d6e544bdb3f8663d175768be X-VCS-Branch: master Date: Fri, 28 Oct 2016 15:23:52 +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: a246935a-4442-490d-a06a-21862c6e66d4 X-Archives-Hash: 954fad5a13f2e1eec897c393109ccc2e commit: 19667ae0f51f15c4d6e544bdb3f8663d175768be Author: Michael Palimaka gentoo org> AuthorDate: Fri Oct 28 15:23:39 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Fri Oct 28 15:23:42 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=19667ae0 media-sound/qtmpc: unfetchable media-sound/qtmpc/metadata.xml | 8 ------ media-sound/qtmpc/qtmpc-9999.ebuild | 51 ------------------------------------- 2 files changed, 59 deletions(-) diff --git a/media-sound/qtmpc/metadata.xml b/media-sound/qtmpc/metadata.xml deleted file mode 100644 index 1723768..0000000 --- a/media-sound/qtmpc/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - qt@gentoo.org - Gentoo Qt Project - - diff --git a/media-sound/qtmpc/qtmpc-9999.ebuild b/media-sound/qtmpc/qtmpc-9999.ebuild deleted file mode 100644 index 047c266..0000000 --- a/media-sound/qtmpc/qtmpc-9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_REQUIRED="optional" -inherit qt4-r2 kde4-base subversion - -DESCRIPTION="Qt MPD client with a tree view music library interface" -HOMEPAGE="http://lowblog.nl/category/qtmpc/" -ESVN_REPO_URI="http://qtmpc.lowblog.nl/svn/trunk" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="debug kde" - -DEPEND="dev-qt/qtgui:4" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/QtMPC" - -src_configure() { - if use kde; then - kde4-base_src_configure - else - eqmake4 QtMPC.pro - fi -} - -src_compile() { - if use kde; then - kde4-base_src_compile - else - default - fi -} - -src_install() { - dodoc CHANGELOG || die "dodoc failed" - newicon images/icon.svg ${PN}.svg || die "Icon install failed" - make_desktop_entry QtMPC "QtMPC" ${PN} \ - "Qt;AudioVideo;Audio;" || die "Desktop entry creation failed" - - if use kde; then - kde4-base_src_install - else - dobin QtMPC || die "Binary install failed" - fi -}