summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2011-01-13 21:21:39 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2011-01-13 21:21:39 +0000
commit43b6a008969f50b6252ac61b5222dfaefc5b883f (patch)
treee9d93eab271d4de64d7bd641aab2f9c85c2a3721 /media-radio/radiotray
parentVersion bump (diff)
downloadgentoo-2-43b6a008969f50b6252ac61b5222dfaefc5b883f.tar.gz
gentoo-2-43b6a008969f50b6252ac61b5222dfaefc5b883f.tar.bz2
gentoo-2-43b6a008969f50b6252ac61b5222dfaefc5b883f.zip
remove old ebuild
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/radiotray')
-rw-r--r--media-radio/radiotray/radiotray-0.6-r1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/media-radio/radiotray/radiotray-0.6-r1.ebuild b/media-radio/radiotray/radiotray-0.6-r1.ebuild
deleted file mode 100644
index 681bcb4627a1..000000000000
--- a/media-radio/radiotray/radiotray-0.6-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.6-r1.ebuild,v 1.3 2010/08/31 12:37:25 hwoarang Exp $
-
-EAPI=3
-
-PYTHON_DEPEND="2"
-inherit distutils
-
-DESCRIPTION="Online radio streaming player"
-HOMEPAGE="http://radiotray.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-python/gst-python
- dev-python/pygtk
- dev-python/lxml
- dev-python/pyxdg
- dev-python/pygobject
- dev-python/notify-python
- media-libs/gst-plugins-good
- media-libs/gst-plugins-ugly
- media-plugins/gst-plugins-alsa
- media-plugins/gst-plugins-libmms
- media-plugins/gst-plugins-ffmpeg
- media-plugins/gst-plugins-mad
- media-plugins/gst-plugins-ogg
- media-plugins/gst-plugins-soup
- media-plugins/gst-plugins-vorbis"
-
-DEPEND="${RDEPEND}"
-
-DOCS="AUTHORS CONTRIBUTORS NEWS README"
-
-src_prepare() {
- python_convert_shebangs -r 2 .
- distutils_src_prepare
-}