Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/wxmacmolplt: ChangeLog wxmacmolplt-7.4.ebuild
Date: Fri, 25 Jun 2010 09:58:00
Message-Id: 20100625095743.665DB2CF5D@corvid.gentoo.org
1 jlec 10/06/25 09:57:43
2
3 Modified: ChangeLog wxmacmolplt-7.4.ebuild
4 Log:
5 Restrict ming to <0.4
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sci-chemistry/wxmacmolplt/ChangeLog
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 9 Mar 2010 11:39:54 -0000 1.5
22 +++ ChangeLog 25 Jun 2010 09:57:43 -0000 1.6
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sci-chemistry/wxmacmolplt
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.5 2010/03/09 11:39:54 abcd Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.6 2010/06/25 09:57:43 jlec Exp $
28 +
29 + 25 Jun 2010; Justin Lecher <jlec@g.o> wxmacmolplt-7.4.ebuild:
30 + Restrict ming to <0.4
31
32 09 Mar 2010; Jonathan Callen <abcd@g.o> wxmacmolplt-7.3.ebuild,
33 wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild:
34
35
36
37 1.4 sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?r1=1.3&r2=1.4
42
43 Index: wxmacmolplt-7.4.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- wxmacmolplt-7.4.ebuild 9 Mar 2010 11:39:54 -0000 1.3
50 +++ wxmacmolplt-7.4.ebuild 25 Jun 2010 09:57:43 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.3 2010/03/09 11:39:54 abcd Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.4 2010/06/25 09:57:43 jlec Exp $
56
57 EAPI="2"
58 WX_GTK_VER=2.8
59 @@ -19,7 +19,7 @@
60 IUSE="flash"
61
62 DEPEND="x11-libs/wxGTK:2.8[X,opengl]
63 - flash? ( media-libs/ming )"
64 + flash? ( <media-libs/ming-0.4 )"
65
66 RDEPEND="${DEPEND}"