summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-sound/pithos/pithos-9999.ebuild')
-rw-r--r--media-sound/pithos/pithos-9999.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
deleted file mode 100644
index ec85b0275..000000000
--- a/media-sound/pithos/pithos-9999.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-PYTHON_DEPEND="2:2.6"
-SUPPORT_PYTHON_ABIS="1"
-inherit bzr distutils
-
-EBZR_REPO_URI="lp:${PN}"
-DESCRIPTION="A Pandora Radio (pandora.com) player for the GNOME Desktop"
-HOMEPAGE="http://kevinmehall.net/p/pithos/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS=""
-IUSE="gnome"
-
-DEPEND="dev-python/python-distutils-extra"
-
-RDEPEND="dev-python/pyxdg
- dev-python/pygobject:2
- dev-python/notify-python
- dev-python/pygtk
- dev-python/gst-python
- dev-python/dbus-python
- media-libs/gst-plugins-good
- media-libs/gst-plugins-bad
- media-plugins/gst-plugins-faad
- media-plugins/gst-plugins-soup
- gnome? ( gnome-base/gnome-settings-daemon )
- !gnome? ( dev-libs/keybinder[python] )"
-
-RESTRICT_PYTHON_ABIS="2.[45] 3.*"
-DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
-
-src_prepare() {
- distutils_src_prepare
-
- # bug #216009
- # avoid writing to /root/.gstreamer-0.10/registry.xml
- export GST_REGISTRY="${T}"/registry.xml
-}
-
-src_install() {
- distutils_src_install --prefix="${EPREFIX}/usr"
-}