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/ccpn: ccpn-2.1.5_p100927.ebuild ChangeLog
Date: Thu, 30 Sep 2010 14:59:33
Message-Id: 20100930145920.2D06E2004C@flycatcher.gentoo.org
1 jlec 10/09/30 14:59:20
2
3 Modified: ccpn-2.1.5_p100927.ebuild ChangeLog
4 Log:
5 Added dev-python/pyglet as opengl dep
6
7 (Portage version: 2.2_rc88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild?r1=1.1&r2=1.2
15
16 Index: ccpn-2.1.5_p100927.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ccpn-2.1.5_p100927.ebuild 27 Sep 2010 09:03:11 -0000 1.1
23 +++ ccpn-2.1.5_p100927.ebuild 30 Sep 2010 14:59:20 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild,v 1.1 2010/09/27 09:03:11 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ccpn-2.1.5_p100927.ebuild,v 1.2 2010/09/30 14:59:20 jlec Exp $
29
30 EAPI="3"
31
32 @@ -33,7 +33,9 @@
33 =sci-libs/ccpn-data-"${MY_MAJOR}"*
34 x11-libs/libXext
35 x11-libs/libX11
36 - opengl? ( media-libs/freeglut )"
37 + opengl? (
38 + media-libs/freeglut
39 + dev-python/pyglet )"
40 DEPEND="${RDEPEND}"
41
42 RESTRICT="mirror"
43
44
45
46 1.39 sci-chemistry/ccpn/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.39&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?rev=1.39&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/ccpn/ChangeLog?r1=1.38&r2=1.39
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v
55 retrieving revision 1.38
56 retrieving revision 1.39
57 diff -u -r1.38 -r1.39
58 --- ChangeLog 27 Sep 2010 16:34:36 -0000 1.38
59 +++ ChangeLog 30 Sep 2010 14:59:20 -0000 1.39
60 @@ -1,11 +1,14 @@
61 # ChangeLog for sci-chemistry/ccpn
62 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.38 2010/09/27 16:34:36 hwoarang Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ccpn/ChangeLog,v 1.39 2010/09/30 14:59:20 jlec Exp $
65
66 27 Sep 2010; Markos Chandras <hwoarang@g.o>
67 ccpn-2.1.3.1_p100806.ebuild:
68 Stable on amd64 wrt bug #338528
69
70 + 30 Sep 2010; Justin Lecher <jlec@g.o> ccpn-2.1.5_p100927.ebuild:
71 + Added dev-python/pyglet as opengl dep
72 +
73 *ccpn-2.1.5_p100927 (27 Sep 2010)
74
75 27 Sep 2010; Justin Lecher <jlec@g.o> +ccpn-2.1.5_p100927.ebuild: