summaryrefslogtreecommitdiff
path: root/media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild')
-rw-r--r--media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild b/media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild
deleted file mode 100644
index 54940aa5bf07..000000000000
--- a/media-plugins/gkrellmpc/gkrellmpc-0.1_beta9-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-inherit eutils gkrellm-plugin toolchain-funcs
-
-DESCRIPTION="A gkrellm plugin to control the MPD (Music Player Daemon)"
-HOMEPAGE="http://mpd.wikicities.com/wiki/Client:GKrellMPC"
-SRC_URI="http://www.topfx.com/dist/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="threads"
-
-RDEPEND=">=app-admin/gkrellm-2[X]
- net-misc/curl"
-DEPEND="${RDEPEND}"
-
-# Will open gkrellm in X11 display
-RESTRICT="test"
-
-src_prepare() {
- sed -i -e 's:gkrellm2 -p:gkrellm -p:' Makefile || die
- use threads && epatch "${FILESDIR}"/${P}-mt.patch
-}
-
-src_compile() {
- tc-export CC
- emake || die
-}
-
-pkg_postinst() {
- if use threads; then
- elog "If you can't connect MPD, please unset USE threads."
- elog "See, https://bugs.gentoo.org/276970 for information."
- fi
-}