From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SHEMh-0008Sk-Gc for garchives@archives.gentoo.org; Mon, 09 Apr 2012 13:10:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D7BE0C68; Mon, 9 Apr 2012 13:10:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 78128E0C68 for ; Mon, 9 Apr 2012 13:10:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95A2A1B403D for ; Mon, 9 Apr 2012 13:10:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id A027CE5402 for ; Mon, 9 Apr 2012 13:10:24 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1333976971.28edcb1057e171d73ec0810ae3b5a46fad03eb97.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: media-sound/qtmpc/ X-VCS-Repository: proj/qt X-VCS-Files: media-sound/qtmpc/Manifest media-sound/qtmpc/qtmpc-0.5.0.ebuild X-VCS-Directories: media-sound/qtmpc/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 28edcb1057e171d73ec0810ae3b5a46fad03eb97 X-VCS-Branch: master Date: Mon, 9 Apr 2012 13:10:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 4b6c2652-4966-4c9b-bc3a-340e45591ddf X-Archives-Hash: 3c54181cfd4f9a2ff0b9ec6347b1a754 commit: 28edcb1057e171d73ec0810ae3b5a46fad03eb97 Author: Michael Palimaka astralcloak net> AuthorDate: Mon Apr 9 13:09:31 2012 +0000 Commit: Michael Palimaka astralcloak net> CommitDate: Mon Apr 9 13:09:31 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/qt.git;a=3Dco= mmit;h=3D28edcb10 [media-sound/qtmpc] Remove old version as there is a newer version in the= main tree. (Portage version: 2.1.10.56/git/Linux x86_64, unsigned Manifest commit) --- media-sound/qtmpc/Manifest | 1 - media-sound/qtmpc/qtmpc-0.5.0.ebuild | 51 ----------------------------= ------ 2 files changed, 0 insertions(+), 52 deletions(-) diff --git a/media-sound/qtmpc/Manifest b/media-sound/qtmpc/Manifest deleted file mode 100644 index bce43b9..0000000 --- a/media-sound/qtmpc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST QtMPC-0.5.0.tar.bz2 90041 RMD160 9e90455d9d210d1a17a3603a84e076d4ce= fd7a18 SHA1 421298bc8b6a72330b82c6bbf2e5af2b2b4883ef SHA256 5d1bcdc995bef= 05eaac22c8afbe2c6022c2f9458f1235561585562a0eaa823f6 diff --git a/media-sound/qtmpc/qtmpc-0.5.0.ebuild b/media-sound/qtmpc/qtm= pc-0.5.0.ebuild deleted file mode 100644 index fae2e1b..0000000 --- a/media-sound/qtmpc/qtmpc-0.5.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=3D3 - -KDE_REQUIRED=3D"optional" -inherit qt4-r2 kde4-base - -DESCRIPTION=3D"Qt MPD client with a tree view music library interface" -HOMEPAGE=3D"http://lowblog.nl/category/qtmpc/" -SRC_URI=3D"http://files.lowblog.nl/qtmpc/QtMPC-${PV}.tar.bz2" - -LICENSE=3D"GPL-2" -SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" -IUSE=3D"debug kde" - -DEPEND=3D"x11-libs/qt-gui:4" -RDEPEND=3D"${DEPEND}" - -S=3D"${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 -}