aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@astralcloak.net>2012-04-09 23:09:31 +1000
committerMichael Palimaka <kensington@astralcloak.net>2012-04-09 23:09:31 +1000
commit28edcb1057e171d73ec0810ae3b5a46fad03eb97 (patch)
tree1755d9caa677cd25b66c70866fbf2fac957de1ab /media-sound
parentPyQt4/sip: Automated version bump, remove old (diff)
downloadqt-28edcb1057e171d73ec0810ae3b5a46fad03eb97.tar.gz
qt-28edcb1057e171d73ec0810ae3b5a46fad03eb97.tar.bz2
qt-28edcb1057e171d73ec0810ae3b5a46fad03eb97.zip
[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)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/qtmpc/Manifest1
-rw-r--r--media-sound/qtmpc/qtmpc-0.5.0.ebuild51
2 files changed, 0 insertions, 52 deletions
diff --git a/media-sound/qtmpc/Manifest b/media-sound/qtmpc/Manifest
deleted file mode 100644
index bce43b9a..00000000
--- a/media-sound/qtmpc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST QtMPC-0.5.0.tar.bz2 90041 RMD160 9e90455d9d210d1a17a3603a84e076d4cefd7a18 SHA1 421298bc8b6a72330b82c6bbf2e5af2b2b4883ef SHA256 5d1bcdc995bef05eaac22c8afbe2c6022c2f9458f1235561585562a0eaa823f6
diff --git a/media-sound/qtmpc/qtmpc-0.5.0.ebuild b/media-sound/qtmpc/qtmpc-0.5.0.ebuild
deleted file mode 100644
index fae2e1b2..00000000
--- 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=3
-
-KDE_REQUIRED="optional"
-inherit qt4-r2 kde4-base
-
-DESCRIPTION="Qt MPD client with a tree view music library interface"
-HOMEPAGE="http://lowblog.nl/category/qtmpc/"
-SRC_URI="http://files.lowblog.nl/qtmpc/QtMPC-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug kde"
-
-DEPEND="x11-libs/qt-gui: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
-}