summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <hasufell@gentoo.org>2013-08-06 16:14:39 +0200
committerhasufell <hasufell@gentoo.org>2013-08-06 16:14:39 +0200
commitc509e351bb503444b619c9208f41a41cb47d1d90 (patch)
tree0ec9119c59ff94802bfc24f534f0b9a54d75b476 /media-sound
parent[dev-libs/libuv] in portage wrt #410337 (diff)
downloadsunrise-c509e351bb503444b619c9208f41a41cb47d1d90.tar.gz
sunrise-c509e351bb503444b619c9208f41a41cb47d1d90.tar.bz2
sunrise-c509e351bb503444b619c9208f41a41cb47d1d90.zip
[media-sound/pithos] in portage
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pithos/ChangeLog19
-rw-r--r--media-sound/pithos/Manifest3
-rw-r--r--media-sound/pithos/metadata.xml8
-rw-r--r--media-sound/pithos/pithos-9999.ebuild47
4 files changed, 0 insertions, 77 deletions
diff --git a/media-sound/pithos/ChangeLog b/media-sound/pithos/ChangeLog
deleted file mode 100644
index 8b22c8809..000000000
--- a/media-sound/pithos/ChangeLog
+++ /dev/null
@@ -1,19 +0,0 @@
-# ChangeLog for media-sound/pithos
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 19 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> ChangeLog:
- Depend on correct slot of pygobject.
-
- 08 Oct 2011; Matt Carr (mca) <karman05@gmail.com> pithos-9999.ebuild:
- Minor update, keybinder dependency needs python use flag
-
- 18 Dec 2010; Matt Carr (mca) <karman05@gmail.com> ,pithos-9999.ebuild:
- Updated ebuild for pithos, better distutils compliance, thanks to mgorny and
- Arfrever
-
- 06 Dec 2010; Matt Carr (mca) <karman05@gmail.com> +pithos-9999.ebuild,
- +metadata.xml:
- New Ebuild for bug 345815 thanks to marienz, floppym, Hawk777, chithead, and
- Tommy[D]
-
diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
deleted file mode 100644
index 8e3ffd1bb..000000000
--- a/media-sound/pithos/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-EBUILD pithos-9999.ebuild 1088 RMD160 679a3720b2a6e9ade716a396343a90bcfa0cbe89 SHA1 bef30c3597db038f9c1789b6deae0ceb33f09aa7 SHA256 d6337ba5d9f3fc33a6da5203db66149e9882ae9c488fd37e3ecaab87826fd55a
-MISC ChangeLog 706 RMD160 97c04feefad6c2a773e583808b67607900b6176a SHA1 e77a6f3152c9e67b7e7d00070fa07c58ab2c9cda SHA256 73839ce8220baa43e71926e6217e38d4159b80aadc97a2aaf9d28beff0cc1e13
-MISC metadata.xml 323 RMD160 0d2af823abe35447efc5a96eda366cb7c3cdbfd1 SHA1 a7c9feb5d6ac28e7ea209b9ec968b74b954e6a32 SHA256 31e7f5deb254c4a83eef284f0d228aaf59347f31bc99e2e5ecbbff46b5d9c59b
diff --git a/media-sound/pithos/metadata.xml b/media-sound/pithos/metadata.xml
deleted file mode 100644
index 638bbb9ae..000000000
--- a/media-sound/pithos/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
- <use>
- <flag name='gnome'>Use <pkg>gnome-base/gnome-settings-daemon</pkg> for binding media keys</flag>
- </use>
-</pkgmetadata>
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"
-}