Gentoo Archives: gentoo-commits

From: "Jesus Rivero (neurogeek)" <neurogeek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/tunapie: tunapie-2.1.17.ebuild ChangeLog
Date: Fri, 29 Jul 2011 13:37:34
Message-Id: 20110729133722.9BE5A2004B@flycatcher.gentoo.org
1 neurogeek 11/07/29 13:37:22
2
3 Modified: tunapie-2.1.17.ebuild ChangeLog
4 Log:
5 Python related improvements wrt bug #373637
6
7 (Portage version: 2.2.0_alpha46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.2 media-sound/tunapie/tunapie-2.1.17.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild?r1=1.1&r2=1.2
15
16 Index: tunapie-2.1.17.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tunapie-2.1.17.ebuild 30 Apr 2009 09:58:26 -0000 1.1
23 +++ tunapie-2.1.17.ebuild 29 Jul 2011 13:37:22 -0000 1.2
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v 1.1 2009/04/30 09:58:26 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v 1.2 2011/07/29 13:37:22 neurogeek Exp $
30
31 -EAPI=2
32 +EAPI=3
33 +PYTHON_DEPEND="2"
34 inherit eutils multilib python
35
36 DESCRIPTION="Directory browser for Radio and TV streams"
37 @@ -17,6 +18,11 @@
38 RDEPEND=">=dev-python/wxpython-2.6"
39 DEPEND=""
40
41 +pkg_setup() {
42 + python_set_active_version 2
43 + python_pkg_setup
44 +}
45 +
46 src_prepare() {
47 sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \
48 || die "sed failed"
49
50
51
52 1.9 media-sound/tunapie/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tunapie/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 30 Apr 2009 09:58:26 -0000 1.8
65 +++ ChangeLog 29 Jul 2011 13:37:22 -0000 1.9
66 @@ -1,6 +1,9 @@
67 # ChangeLog for media-sound/tunapie
68 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.8 2009/04/30 09:58:26 ssuominen Exp $
70 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/ChangeLog,v 1.9 2011/07/29 13:37:22 neurogeek Exp $
72 +
73 + 29 Jul 2011; Jesus Rivero <neurogeek@g.o> tunapie-2.1.17.ebuild:
74 + Python related improvements wrt bug #373637
75
76 *tunapie-2.1.17 (30 Apr 2009)