Gentoo Archives: gentoo-commits

From: "Tiziano Mueller (dev-zero)" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: griffith-0.9.6-r1.ebuild ChangeLog
Date: Fri, 27 Jun 2008 18:05:10
Message-Id: E1KCIJk-0002CM-PG@stork.gentoo.org
1 dev-zero 08/06/27 18:05:04
2
3 Modified: griffith-0.9.6-r1.ebuild ChangeLog
4 Log:
5 Added csv USE flag and dependency on dev-python/chardet
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 x86_64)
7
8 Revision Changes Path
9 1.2 media-video/griffith/griffith-0.9.6-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild?r1=1.1&r2=1.2
14
15 Index: griffith-0.9.6-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- griffith-0.9.6-r1.ebuild 7 Jun 2008 16:50:11 -0000 1.1
22 +++ griffith-0.9.6-r1.ebuild 27 Jun 2008 18:05:04 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild,v 1.1 2008/06/07 16:50:11 dev-zero Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.6-r1.ebuild,v 1.2 2008/06/27 18:05:04 dev-zero Exp $
28
29 EAPI="1"
30
31 @@ -15,13 +15,14 @@
32 LICENSE="GPL-2"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 -IUSE="doc spell"
36 +IUSE="csv doc spell"
37
38 RDEPEND="dev-python/imaging
39 dev-python/pyxml
40 >=dev-python/pygtk-2.6.1
41 dev-python/pysqlite:2
42 >=dev-python/reportlab-1.19
43 + csv? ( dev-python/chardet )
44 spell? ( >=dev-python/gnome-python-extras-2.0 )"
45 DEPEND="${RDEPEND}
46 doc? ( app-text/docbook2X )"
47
48
49
50 1.25 media-video/griffith/ChangeLog
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.25&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.25&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.24&r2=1.25
55
56 Index: ChangeLog
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
59 retrieving revision 1.24
60 retrieving revision 1.25
61 diff -u -r1.24 -r1.25
62 --- ChangeLog 7 Jun 2008 16:50:11 -0000 1.24
63 +++ ChangeLog 27 Jun 2008 18:05:04 -0000 1.25
64 @@ -1,6 +1,10 @@
65 # ChangeLog for media-video/griffith
66 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
67 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.24 2008/06/07 16:50:11 dev-zero Exp $
68 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.25 2008/06/27 18:05:04 dev-zero Exp $
69 +
70 + 27 Jun 2008; Tiziano Müller <dev-zero@g.o>
71 + griffith-0.9.6-r1.ebuild:
72 + Added csv USE flag and dependency on dev-python/chardet
73
74 *griffith-0.9.6-r1 (07 Jun 2008)
75
76
77
78
79 --
80 gentoo-commits@l.g.o mailing list