Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/wxmacmolplt: wxmacmolplt-7.3-r1.ebuild wxmacmolplt-7.3.ebuild ChangeLog wxmacmolplt-7.4.ebuild
Date: Thu, 18 Feb 2010 03:30:29
Message-Id: E1Nhx5s-0004K9-OR@stork.gentoo.org
1 dirtyepic 10/02/18 03:30:24
2
3 Modified: wxmacmolplt-7.3-r1.ebuild wxmacmolplt-7.3.ebuild
4 ChangeLog wxmacmolplt-7.4.ebuild
5 Log:
6 Use wxwidgets.eclass
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: wxmacmolplt-7.3-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- wxmacmolplt-7.3-r1.ebuild 22 Jan 2010 23:46:35 -0000 1.1
23 +++ wxmacmolplt-7.3-r1.ebuild 18 Feb 2010 03:30:23 -0000 1.2
24 @@ -1,10 +1,11 @@
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/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.1 2010/01/22 23:46:35 markusle Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3-r1.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
29
30 EAPI="2"
31 +WX_GTK_VER=2.8
32
33 -inherit base eutils autotools
34 +inherit base eutils autotools wxwidgets
35
36 DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
37 HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
38 @@ -17,7 +18,7 @@
39
40 IUSE="flash"
41
42 -DEPEND="x11-libs/wxGTK[opengl]
43 +DEPEND="x11-libs/wxGTK:2.8[X,opengl]
44 flash? ( media-libs/ming )"
45
46 RDEPEND="${DEPEND}"
47
48
49
50 1.3 sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild?rev=1.3&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild?rev=1.3&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild?r1=1.2&r2=1.3
55
56 Index: wxmacmolplt-7.3.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v
59 retrieving revision 1.2
60 retrieving revision 1.3
61 diff -u -r1.2 -r1.3
62 --- wxmacmolplt-7.3.ebuild 1 Nov 2009 15:03:02 -0000 1.2
63 +++ wxmacmolplt-7.3.ebuild 18 Feb 2010 03:30:23 -0000 1.3
64 @@ -1,10 +1,11 @@
65 -# Copyright 1999-2009 Gentoo Foundation
66 +# Copyright 1999-2010 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.2 2009/11/01 15:03:02 alexxy Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.3.ebuild,v 1.3 2010/02/18 03:30:23 dirtyepic Exp $
70
71 EAPI="2"
72 +WX_GTK_VER=2.8
73
74 -inherit base eutils
75 +inherit base eutils wxwidgets
76
77 DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
78 HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
79 @@ -17,7 +18,7 @@
80
81 IUSE="flash"
82
83 -DEPEND="x11-libs/wxGTK[opengl]
84 +DEPEND="x11-libs/wxGTK:2.8[X,opengl]
85 flash? ( media-libs/ming )"
86
87 RDEPEND="${DEPEND}"
88
89
90
91 1.4 sci-chemistry/wxmacmolplt/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?rev=1.4&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?rev=1.4&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog?r1=1.3&r2=1.4
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v
100 retrieving revision 1.3
101 retrieving revision 1.4
102 diff -u -r1.3 -r1.4
103 --- ChangeLog 24 Jan 2010 12:14:49 -0000 1.3
104 +++ ChangeLog 18 Feb 2010 03:30:23 -0000 1.4
105 @@ -1,6 +1,10 @@
106 # ChangeLog for sci-chemistry/wxmacmolplt
107 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.3 2010/01/24 12:14:49 alexxy Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/ChangeLog,v 1.4 2010/02/18 03:30:23 dirtyepic Exp $
110 +
111 + 18 Feb 2010; Ryan Hill <dirtyepic@g.o> wxmacmolplt-7.3.ebuild,
112 + wxmacmolplt-7.3-r1.ebuild, wxmacmolplt-7.4.ebuild:
113 + Use wxwidgets.eclass
114
115 *wxmacmolplt-7.4 (24 Jan 2010)
116
117
118
119
120 1.2 sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?rev=1.2&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?rev=1.2&content-type=text/plain
124 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild?r1=1.1&r2=1.2
125
126 Index: wxmacmolplt-7.4.ebuild
127 ===================================================================
128 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v
129 retrieving revision 1.1
130 retrieving revision 1.2
131 diff -u -r1.1 -r1.2
132 --- wxmacmolplt-7.4.ebuild 24 Jan 2010 12:14:49 -0000 1.1
133 +++ wxmacmolplt-7.4.ebuild 18 Feb 2010 03:30:23 -0000 1.2
134 @@ -1,10 +1,11 @@
135 # Copyright 1999-2010 Gentoo Foundation
136 # Distributed under the terms of the GNU General Public License v2
137 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.1 2010/01/24 12:14:49 alexxy Exp $
138 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/wxmacmolplt/wxmacmolplt-7.4.ebuild,v 1.2 2010/02/18 03:30:23 dirtyepic Exp $
139
140 EAPI="2"
141 +WX_GTK_VER=2.8
142
143 -inherit base eutils autotools
144 +inherit base eutils autotools wxwidgets
145
146 DESCRIPTION="Chemical 3D graphics program with GAMESS input builder"
147 HOMEPAGE="http://www.scl.ameslab.gov/MacMolPlt/"
148 @@ -17,7 +18,7 @@
149
150 IUSE="flash"
151
152 -DEPEND="x11-libs/wxGTK[opengl]
153 +DEPEND="x11-libs/wxGTK:2.8[X,opengl]
154 flash? ( media-libs/ming )"
155
156 RDEPEND="${DEPEND}"