summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-12 19:02:51 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-12 19:02:51 +0100
commitafee986b5ff067ddf729ad928e058da793ec1e15 (patch)
treec58df8a65023e0c2edc53dcde6244eed6f6be058 /media-sound/qmpdclient
parentmedia-plugins/frei0r-plugins: Remove 1.3 (diff)
downloadgentoo-afee986b5ff067ddf729ad928e058da793ec1e15.tar.gz
gentoo-afee986b5ff067ddf729ad928e058da793ec1e15.tar.bz2
gentoo-afee986b5ff067ddf729ad928e058da793ec1e15.zip
media-sound/qmpdclient: Remove 1.2.2-r1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound/qmpdclient')
-rw-r--r--media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild b/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild
deleted file mode 100644
index a1a8b400c5b1..000000000000
--- a/media-sound/qmpdclient/qmpdclient-1.2.2-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-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/qtwebkit:4
- dev-qt/qtxmlpatterns:4"
-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; }