diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-31 12:37:25 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-31 12:37:25 +0000 |
commit | af109a5622de2d59c65decb1e73f4a2c97a8554b (patch) | |
tree | 270e44f43c6ecd3d0b183816cb5fc651d40cc50f /media-radio/radiotray | |
parent | Stable on amd64 wrt bug #266953 (diff) | |
download | gentoo-2-af109a5622de2d59c65decb1e73f4a2c97a8554b.tar.gz gentoo-2-af109a5622de2d59c65decb1e73f4a2c97a8554b.tar.bz2 gentoo-2-af109a5622de2d59c65decb1e73f4a2c97a8554b.zip |
Stable on amd64. Bug #334877. Remove old ebuild
(Portage version: 2.2_rc72/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/radiotray')
-rw-r--r-- | media-radio/radiotray/ChangeLog | 6 | ||||
-rw-r--r-- | media-radio/radiotray/radiotray-0.5.1.ebuild | 38 | ||||
-rw-r--r-- | media-radio/radiotray/radiotray-0.6-r1.ebuild | 4 |
3 files changed, 7 insertions, 41 deletions
diff --git a/media-radio/radiotray/ChangeLog b/media-radio/radiotray/ChangeLog index 235c310373e6..b45cca4363d6 100644 --- a/media-radio/radiotray/ChangeLog +++ b/media-radio/radiotray/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-radio/radiotray # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.3 2010/08/29 00:42:07 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.4 2010/08/31 12:37:25 hwoarang Exp $ + + 31 Aug 2010; Markos Chandras <hwoarang@gentoo.org> + -radiotray-0.5.1.ebuild, radiotray-0.6-r1.ebuild: + Stable on amd64. Bug #334877. Remove old ebuild 29 Aug 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> radiotray-0.6-r1.ebuild: diff --git a/media-radio/radiotray/radiotray-0.5.1.ebuild b/media-radio/radiotray/radiotray-0.5.1.ebuild deleted file mode 100644 index d2ee55cba6fa..000000000000 --- a/media-radio/radiotray/radiotray-0.5.1.ebuild +++ /dev/null @@ -1,38 +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.5.1.ebuild,v 1.1 2010/07/14 09:10:17 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-plugins/gst-plugins-libmms - media-plugins/gst-plugins-ffmpeg - media-plugins/gst-plugins-mad - media-plugins/gst-plugins-ogg - media-plugins/gst-plugins-vorbis" - -DEPEND="${RDEPEND}" - -DOCS="AUTHORS CONTRIBUTORS NEWS README" - -src_prepare() { - python_convert_shebangs -r 2 . - distutils_src_prepare -} diff --git a/media-radio/radiotray/radiotray-0.6-r1.ebuild b/media-radio/radiotray/radiotray-0.6-r1.ebuild index 14ec898f8cd6..681bcb4627a1 100644 --- a/media-radio/radiotray/radiotray-0.6-r1.ebuild +++ b/media-radio/radiotray/radiotray-0.6-r1.ebuild @@ -1,6 +1,6 @@ # 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.2 2010/08/29 00:42:07 phajdan.jr Exp $ +# $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 @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="dev-python/gst-python |