Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/jokosher: jokosher-0.9.ebuild ChangeLog
Date: Sun, 30 Dec 2007 12:13:57
Message-Id: E1J8x35-0002mq-Td@stork.gentoo.org
1 jokey 07/12/30 12:13:47
2
3 Modified: jokosher-0.9.ebuild ChangeLog
4 Log:
5 Add setuptools runtime dep
6 (Portage version: 2.1.4_rc11)
7
8 Revision Changes Path
9 1.3 media-sound/jokosher/jokosher-0.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild?r1=1.2&r2=1.3
14
15 Index: jokosher-0.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- jokosher-0.9.ebuild 18 Nov 2007 17:27:12 -0000 1.2
22 +++ jokosher-0.9.ebuild 30 Dec 2007 12:13:47 -0000 1.3
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild,v 1.2 2007/11/18 17:27:12 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/jokosher-0.9.ebuild,v 1.3 2007/12/30 12:13:47 jokey Exp $
28
29 NEED_PYTHON=2.4
30
31 @@ -15,6 +15,8 @@
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 +# NOTE: setuptools are a runtime requirement as the app
36 +# loads its extensions via pkg_resources
37 RDEPEND="dev-python/dbus-python
38 dev-python/gnome-python
39 >=dev-python/gst-python-0.10.8
40 @@ -32,7 +34,8 @@
41 >=media-plugins/gst-plugins-ogg-0.10.14
42 >=media-plugins/gst-plugins-vorbis-0.10.14
43 >=media-plugins/gst-plugins-ladspa-0.10.5
44 - x11-themes/hicolor-icon-theme"
45 + x11-themes/hicolor-icon-theme
46 + dev-python/setuptools"
47 DEPEND="${RDEPEND}
48 dev-python/setuptools
49 app-text/scrollkeeper"
50
51
52
53 1.4 media-sound/jokosher/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.4&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/ChangeLog?rev=1.4&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/jokosher/ChangeLog?r1=1.3&r2=1.4
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v
62 retrieving revision 1.3
63 retrieving revision 1.4
64 diff -u -r1.3 -r1.4
65 --- ChangeLog 18 Nov 2007 17:27:12 -0000 1.3
66 +++ ChangeLog 30 Dec 2007 12:13:47 -0000 1.4
67 @@ -1,6 +1,9 @@
68 # ChangeLog for media-sound/jokosher
69 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.3 2007/11/18 17:27:12 aballier Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/media-sound/jokosher/ChangeLog,v 1.4 2007/12/30 12:13:47 jokey Exp $
72 +
73 + 30 Dec 2007; Markus Ullmann <jokey@g.o> jokosher-0.9.ebuild:
74 + Add setuptools runtime dep
75
76 18 Nov 2007; Alexis Ballier <aballier@g.o> jokosher-0.9.ebuild:
77 add ~amd64, works like a charm here
78
79
80
81 --
82 gentoo-commits@g.o mailing list