Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/emotion: emotion-1.7.8.ebuild ChangeLog
Date: Mon, 30 Sep 2013 04:10:31
Message-Id: 20130930041025.5B0112004C@flycatcher.gentoo.org
1 zerochaos 13/09/30 04:10:25
2
3 Modified: emotion-1.7.8.ebuild ChangeLog
4 Log:
5 partial fix for bug 486538
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.2 media-libs/emotion/emotion-1.7.8.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild?r1=1.1&r2=1.2
15
16 Index: emotion-1.7.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- emotion-1.7.8.ebuild 28 Aug 2013 03:19:45 -0000 1.1
23 +++ emotion-1.7.8.ebuild 30 Sep 2013 04:10:25 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild,v 1.1 2013/08/28 03:19:45 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/emotion-1.7.8.ebuild,v 1.2 2013/09/30 04:10:25 zerochaos Exp $
29
30 EAPI="4"
31
32 @@ -13,9 +13,9 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE="gstreamer static-libs vlc xine"
35
36 -DEPEND=">=media-libs/evas-1.7.6
37 - >=media-libs/edje-1.7.6
38 - >=dev-libs/ecore-1.7.6
39 +DEPEND=">=media-libs/evas-1.7.8
40 + >=media-libs/edje-1.7.8
41 + >=dev-libs/ecore-1.7.8
42 >=dev-libs/eeze-1.7.4
43 vlc? ( media-video/vlc )
44 xine? ( >=media-libs/xine-lib-1.1.1 )
45
46
47
48 1.14 media-libs/emotion/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.14&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?rev=1.14&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/emotion/ChangeLog?r1=1.13&r2=1.14
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v
57 retrieving revision 1.13
58 retrieving revision 1.14
59 diff -u -r1.13 -r1.14
60 --- ChangeLog 28 Aug 2013 03:19:45 -0000 1.13
61 +++ ChangeLog 30 Sep 2013 04:10:25 -0000 1.14
62 @@ -1,6 +1,9 @@
63 # ChangeLog for media-libs/emotion
64 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.13 2013/08/28 03:19:45 vapier Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/media-libs/emotion/ChangeLog,v 1.14 2013/09/30 04:10:25 zerochaos Exp $
67 +
68 + 30 Sep 2013; Rick Farina <zerochaos@g.o> emotion-1.7.8.ebuild:
69 + partial fix for bug 486538
70
71 *emotion-1.7.8 (28 Aug 2013)