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-libs/mathgl: mathgl-1.10.1-r1.ebuild ChangeLog mathgl-1.10.2-r1.ebuild mathgl-1.10.2.1-r1.ebuild
Date: Thu, 01 Jul 2010 10:09:42
Message-Id: 20100701100936.9383C2C5F4@corvid.gentoo.org
1 jlec 10/07/01 10:09:36
2
3 Modified: mathgl-1.10.1-r1.ebuild ChangeLog
4 mathgl-1.10.2-r1.ebuild mathgl-1.10.2.1-r1.ebuild
5 Log:
6 Fixed pkg_setup according to Arfrever's suggestions
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sci-libs/mathgl/mathgl-1.10.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: mathgl-1.10.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mathgl-1.10.1-r1.ebuild 30 Jun 2010 22:14:20 -0000 1.1
23 +++ mathgl-1.10.1-r1.ebuild 1 Jul 2010 10:09:36 -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-libs/mathgl/mathgl-1.10.1-r1.ebuild,v 1.1 2010/06/30 22:14:20 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.1-r1.ebuild,v 1.2 2010/07/01 10:09:36 jlec Exp $
29
30 EAPI=3
31
32 @@ -47,6 +47,8 @@
33 export CC=mpicc
34 export CXX=mpicxx
35 fi
36 + use python && python_pkg_setup
37 + use wxwidgets && wxwidgets_pkg_setup
38 }
39
40 src_unpack() {
41
42
43
44 1.16 sci-libs/mathgl/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.16&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?rev=1.16&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/ChangeLog?r1=1.15&r2=1.16
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v
53 retrieving revision 1.15
54 retrieving revision 1.16
55 diff -u -r1.15 -r1.16
56 --- ChangeLog 30 Jun 2010 22:14:20 -0000 1.15
57 +++ ChangeLog 1 Jul 2010 10:09:36 -0000 1.16
58 @@ -1,6 +1,10 @@
59 # ChangeLog for sci-libs/mathgl
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.15 2010/06/30 22:14:20 jlec Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.16 2010/07/01 10:09:36 jlec Exp $
63 +
64 + 01 Jul 2010; Justin Lecher <jlec@g.o> mathgl-1.10.1-r1.ebuild,
65 + mathgl-1.10.2-r1.ebuild, mathgl-1.10.2.1-r1.ebuild:
66 + Fixed pkg_setup according to Arfrever's suggestions
67
68 *mathgl-1.10.2.1-r1 (30 Jun 2010)
69 *mathgl-1.10.2-r1 (30 Jun 2010)
70
71
72
73 1.2 sci-libs/mathgl/mathgl-1.10.2-r1.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild?r1=1.1&r2=1.2
78
79 Index: mathgl-1.10.2-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- mathgl-1.10.2-r1.ebuild 30 Jun 2010 22:14:20 -0000 1.1
86 +++ mathgl-1.10.2-r1.ebuild 1 Jul 2010 10:09:36 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild,v 1.1 2010/06/30 22:14:20 jlec Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2-r1.ebuild,v 1.2 2010/07/01 10:09:36 jlec Exp $
92
93 EAPI=3
94 WX_GTK_VER=2.8
95 @@ -45,6 +45,8 @@
96 export CC=mpicc
97 export CXX=mpicxx
98 fi
99 + use python && python_pkg_setup
100 + use wxwidgets && wxwidgets_pkg_setup
101 }
102
103 src_unpack() {
104
105
106
107 1.2 sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild
108
109 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?rev=1.2&view=markup
110 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?rev=1.2&content-type=text/plain
111 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild?r1=1.1&r2=1.2
112
113 Index: mathgl-1.10.2.1-r1.ebuild
114 ===================================================================
115 RCS file: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v
116 retrieving revision 1.1
117 retrieving revision 1.2
118 diff -u -r1.1 -r1.2
119 --- mathgl-1.10.2.1-r1.ebuild 30 Jun 2010 22:14:20 -0000 1.1
120 +++ mathgl-1.10.2.1-r1.ebuild 1 Jul 2010 10:09:36 -0000 1.2
121 @@ -1,6 +1,6 @@
122 # Copyright 1999-2010 Gentoo Foundation
123 # Distributed under the terms of the GNU General Public License v2
124 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v 1.1 2010/06/30 22:14:20 jlec Exp $
125 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-1.10.2.1-r1.ebuild,v 1.2 2010/07/01 10:09:36 jlec Exp $
126
127 EAPI=3
128
129 @@ -47,6 +47,8 @@
130 export CC=mpicc
131 export CXX=mpicxx
132 fi
133 + use python && python_pkg_setup
134 + use wxwidgets && wxwidgets_pkg_setup
135 }
136
137 src_unpack() {
138 @@ -65,7 +67,6 @@
139 sed \
140 -e '/SUBDIRS/s:lang::g' \
141 -i Makefile.am || die
142 - python_src_prepare
143 fi
144
145 echo "#!${EPREFIX}/bin/sh" > config/py-compile