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-video/griffith: griffith-9999.ebuild ChangeLog
Date: Sat, 04 Oct 2014 11:33:18
Message-Id: 20141004113314.39E306ED7@oystercatcher.gentoo.org
1 hwoarang 14/10/04 11:33:14
2
3 Modified: griffith-9999.ebuild ChangeLog
4 Log:
5 depend on libglade. Bug #295291
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
8
9 Revision Changes Path
10 1.12 media-video/griffith/griffith-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-9999.ebuild?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-9999.ebuild?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-9999.ebuild?r1=1.11&r2=1.12
15
16 Index: griffith-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- griffith-9999.ebuild 28 Dec 2013 21:25:30 -0000 1.11
23 +++ griffith-9999.ebuild 4 Oct 2014 11:33:14 -0000 1.12
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.11 2013/12/28 21:25:30 hwoarang Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.12 2014/10/04 11:33:14 hwoarang Exp $
30
31 EAPI="4"
32 ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk"
33 @@ -19,7 +19,7 @@
34 IUSE="doc"
35
36 RDEPEND="virtual/python-imaging
37 - dev-util/glade:3
38 + gnome-base/libglade
39 dev-python/pyxml
40 >=dev-python/pygtk-2.6.1:2
41 dev-python/pygobject:2
42
43
44
45 1.66 media-video/griffith/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.66&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.66&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?r1=1.65&r2=1.66
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
54 retrieving revision 1.65
55 retrieving revision 1.66
56 diff -u -r1.65 -r1.66
57 --- ChangeLog 28 Dec 2013 21:25:30 -0000 1.65
58 +++ ChangeLog 4 Oct 2014 11:33:14 -0000 1.66
59 @@ -1,6 +1,9 @@
60 # ChangeLog for media-video/griffith
61 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.65 2013/12/28 21:25:30 hwoarang Exp $
63 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.66 2014/10/04 11:33:14 hwoarang Exp $
65 +
66 + 04 Oct 2014; Markos Chandras <hwoarang@g.o> griffith-9999.ebuild:
67 + depend on libglade. Bug #295291
68
69 28 Dec 2013; Markos Chandras <hwoarang@g.o> griffith-9999.ebuild:
70 Remove obsolete patch. Bug #496206