Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/exaile: exaile-0.2.10-r1.ebuild ChangeLog
Date: Sat, 15 Sep 2007 13:03:20
Message-Id: E1IWXBc-00034i-C5@stork.gentoo.org
1 drac 07/09/15 12:55:48
2
3 Modified: exaile-0.2.10-r1.ebuild ChangeLog
4 Log:
5 Add support for sqlite in Python 2.5, in other words stop depending on pysqlite unconditionally.
6 (Portage version: 2.1.3.9)
7
8 Revision Changes Path
9 1.9 media-sound/exaile/exaile-0.2.10-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild?r1=1.8&r2=1.9
14
15 Index: exaile-0.2.10-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- exaile-0.2.10-r1.ebuild 11 Aug 2007 12:36:11 -0000 1.8
22 +++ exaile-0.2.10-r1.ebuild 15 Sep 2007 12:55:47 -0000 1.9
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/exaile/exaile-0.2.10-r1.ebuild,v 1.8 2007/08/11 12:36:11 drac Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/exaile-0.2.10-r1.ebuild,v 1.9 2007/09/15 12:55:47 drac Exp $
28
29 inherit eutils fdo-mime multilib python
30
31 @@ -19,7 +19,7 @@
32 oss serpentine streamripper vorbis"
33
34 RDEPEND=">=dev-python/pygtk-2.8.6
35 - >=dev-python/pysqlite-2.3.4-r1
36 + || ( >=dev-lang/python-2.5 >=dev-python/pysqlite-2.3.4-r1 )
37 >=media-libs/mutagen-1.6
38 || ( >=dev-lang/python-2.5 dev-python/elementtree )
39 dev-python/dbus-python
40 @@ -55,6 +55,14 @@
41 die "libgpod python use-flag not set"
42 fi
43
44 + if ! has_version ">=dev-python/pysqlite-2.3.4-r1"; then
45 + if ! built_with_use ">=dev-lang/python-2.5" sqlite; then
46 + eerror "You need to compile dev-lang/python with USE sqlite, or"
47 + eerror "install >=dev-python/pysqlite-2.3.4-r1."
48 + die "python 2.5 or up with sqlite support or pysqlite 2.3.5 or up required."
49 + fi
50 + fi
51 +
52 if use gnome; then
53 if ! built_with_use dev-python/gnome-python-extras xulrunner; then
54 if ! built_with_use dev-python/gnome-python-extras firefox; then
55
56
57
58 1.26 media-sound/exaile/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.26&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?rev=1.26&content-type=text/plain
62 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/exaile/ChangeLog?r1=1.25&r2=1.26
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v
67 retrieving revision 1.25
68 retrieving revision 1.26
69 diff -u -r1.25 -r1.26
70 --- ChangeLog 11 Aug 2007 12:34:57 -0000 1.25
71 +++ ChangeLog 15 Sep 2007 12:55:47 -0000 1.26
72 @@ -1,6 +1,9 @@
73 # ChangeLog for media-sound/exaile
74 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.25 2007/08/11 12:34:57 drac Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/media-sound/exaile/ChangeLog,v 1.26 2007/09/15 12:55:47 drac Exp $
77 +
78 + 15 Sep 2007; Samuli Suominen <drac@g.o> exaile-0.2.10-r1.ebuild:
79 + Add support for sqlite support in Python 2.5.
80
81 11 Aug 2007; Samuli Suominen <drac@g.o> exaile-0.2.10-r1.ebuild:
82 Check for xulrunner, firefox or seamonkey USE flag in gnome-python-extras
83
84
85
86 --
87 gentoo-commits@g.o mailing list