diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-02-04 01:35:54 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-02-04 01:35:54 +0000 |
commit | ccf2755449cf51a5e927937c1581b959f53e2597 (patch) | |
tree | 2104fa64556535d9081564a58a3b9f65236d737e /media-radio/radiotray/radiotray-0.7.2.ebuild | |
parent | Masking sys-kernel/kerneloops for removal. Bug #276412 (diff) | |
download | gentoo-2-ccf2755449cf51a5e927937c1581b959f53e2597.tar.gz gentoo-2-ccf2755449cf51a5e927937c1581b959f53e2597.tar.bz2 gentoo-2-ccf2755449cf51a5e927937c1581b959f53e2597.zip |
Version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/radiotray/radiotray-0.7.2.ebuild')
-rw-r--r-- | media-radio/radiotray/radiotray-0.7.2.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/media-radio/radiotray/radiotray-0.7.2.ebuild b/media-radio/radiotray/radiotray-0.7.2.ebuild new file mode 100644 index 000000000000..1ea3fe87cf87 --- /dev/null +++ b/media-radio/radiotray/radiotray-0.7.2.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v 1.1 2012/02/04 01:35:54 hwoarang Exp $ + +EAPI=3 + +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" + +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/dbus-python + dev-python/gst-python + dev-python/pygtk + dev-python/lxml + dev-python/pyxdg + dev-python/pygobject:2 + 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="" |