Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/radiotray: radiotray-0.7.2.ebuild ChangeLog
Date: Sat, 04 Feb 2012 01:36:10
Message-Id: 20120204013554.2EED22004B@flycatcher.gentoo.org
1 hwoarang 12/02/04 01:35:54
2
3 Modified: ChangeLog
4 Added: radiotray-0.7.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.19 media-radio/radiotray/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.19&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?rev=1.19&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/ChangeLog?r1=1.18&r2=1.19
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v
20 retrieving revision 1.18
21 retrieving revision 1.19
22 diff -u -r1.18 -r1.19
23 --- ChangeLog 21 Jan 2012 16:31:33 -0000 1.18
24 +++ ChangeLog 4 Feb 2012 01:35:54 -0000 1.19
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-radio/radiotray
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.18 2012/01/21 16:31:33 phajdan.jr Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/ChangeLog,v 1.19 2012/02/04 01:35:54 hwoarang Exp $
30 +
31 +*radiotray-0.7.2 (04 Feb 2012)
32 +
33 + 04 Feb 2012; Markos Chandras <hwoarang@g.o> +radiotray-0.7.2.ebuild:
34 + Version bump
35
36 21 Jan 2012; Pawel Hajdan jr <phajdan.jr@g.o> radiotray-0.7.1.ebuild:
37 x86 stable wrt bug #398375
38
39
40
41 1.1 media-radio/radiotray/radiotray-0.7.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: radiotray-0.7.2.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.7.2.ebuild,v 1.1 2012/02/04 01:35:54 hwoarang Exp $
51
52 EAPI=3
53
54 PYTHON_DEPEND="2"
55 RESTRICT_PYTHON_ABIS="3.*"
56
57 inherit distutils
58
59 DESCRIPTION="Online radio streaming player"
60 HOMEPAGE="http://radiotray.sourceforge.net/"
61 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
62
63 LICENSE="GPL-1"
64 SLOT="0"
65 KEYWORDS="~amd64 ~x86"
66 IUSE=""
67
68 RDEPEND="dev-python/dbus-python
69 dev-python/gst-python
70 dev-python/pygtk
71 dev-python/lxml
72 dev-python/pyxdg
73 dev-python/pygobject:2
74 dev-python/notify-python
75 media-libs/gst-plugins-good
76 media-libs/gst-plugins-ugly
77 media-plugins/gst-plugins-alsa
78 media-plugins/gst-plugins-libmms
79 media-plugins/gst-plugins-ffmpeg
80 media-plugins/gst-plugins-mad
81 media-plugins/gst-plugins-ogg
82 media-plugins/gst-plugins-soup
83 media-plugins/gst-plugins-vorbis"
84
85 DEPEND=""