diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-07-22 17:22:17 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-07-22 17:22:17 +0000 |
commit | 3454610aeee562ca4030c01685c94820bc3c3b3e (patch) | |
tree | 99546007ef0de79302973fbe58787ce30c570221 /media-radio | |
parent | Stable on amd64 wrt bug #371935 (diff) | |
download | gentoo-2-3454610aeee562ca4030c01685c94820bc3c3b3e.tar.gz gentoo-2-3454610aeee562ca4030c01685c94820bc3c3b3e.tar.bz2 gentoo-2-3454610aeee562ca4030c01685c94820bc3c3b3e.zip |
Version bump, remove old
(Portage version: 2.2.0_alpha46/cvs/Linux x86_64)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/radiotray/ChangeLog | 8 | ||||
-rw-r--r-- | media-radio/radiotray/radiotray-0.6.4.ebuild (renamed from media-radio/radiotray/radiotray-0.6.1.ebuild) | 8 |
2 files changed, 12 insertions, 4 deletions
diff --git a/media-radio/radiotray/ChangeLog b/media-radio/radiotray/ChangeLog index d7ca5273a6c6..a81da2d64089 100644 --- a/media-radio/radiotray/ChangeLog +++ b/media-radio/radiotray/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-radio/radiotray # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.11 2011/06/08 18:21:09 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.12 2011/07/22 17:22:17 hwoarang Exp $ + +*radiotray-0.6.4 (22 Jul 2011) + + 22 Jul 2011; Markos Chandras <hwoarang@gentoo.org> -radiotray-0.6.1.ebuild, + +radiotray-0.6.4.ebuild: + Version bump, remove old 08 Jun 2011; Markus Meier <maekke@gentoo.org> radiotray-0.6.3.ebuild: x86 stable, bug #368221 diff --git a/media-radio/radiotray/radiotray-0.6.1.ebuild b/media-radio/radiotray/radiotray-0.6.4.ebuild index f36a7033e8f0..f09aca2ddadc 100644 --- a/media-radio/radiotray/radiotray-0.6.1.ebuild +++ b/media-radio/radiotray/radiotray-0.6.4.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.6.1.ebuild,v 1.4 2011/01/08 11:52:25 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.6.4.ebuild,v 1.1 2011/07/22 17:22:17 hwoarang Exp $ EAPI=3 PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" + inherit distutils DESCRIPTION="Online radio streaming player" @@ -13,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/dbus-python @@ -33,4 +35,4 @@ RDEPEND="dev-python/dbus-python media-plugins/gst-plugins-soup media-plugins/gst-plugins-vorbis" -DEPEND="${RDEPEND}" +DEPEND="" |