Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/wxmaxima: wxmaxima-0.7.3a.ebuild ChangeLog
Date: Tue, 04 Dec 2007 11:58:46
Message-Id: E1IzWQC-0007Xj-Cp@stork.gentoo.org
1 bicatali 07/12/04 11:58:40
2
3 Modified: wxmaxima-0.7.3a.ebuild ChangeLog
4 Log:
5 Modernized with newer wxwigets eclass, fixed missing running dependencies
6 (Portage version: 2.1.4_rc4)
7
8 Revision Changes Path
9 1.3 sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild?r1=1.2&r2=1.3
14
15 Index: wxmaxima-0.7.3a.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- wxmaxima-0.7.3a.ebuild 29 Sep 2007 00:16:14 -0000 1.2
22 +++ wxmaxima-0.7.3a.ebuild 4 Dec 2007 11:58:39 -0000 1.3
23 @@ -1,7 +1,8 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild,v 1.2 2007/09/29 00:16:14 dirtyepic Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.3a.ebuild,v 1.3 2007/12/04 11:58:39 bicatali Exp $
28
29 +WX_GTK_VER="2.6"
30 inherit eutils autotools wxwidgets fdo-mime
31
32 MYP=wxMaxima-${PV}
33 @@ -16,17 +17,20 @@
34 IUSE="unicode"
35 DEPEND=">=dev-libs/libxml2-2.5.0
36 =x11-libs/wxGTK-2.6*"
37 -RDEPEND=">=sci-mathematics/maxima-5.13.0"
38 +RDEPEND="${DEPEND}
39 + >=sci-mathematics/maxima-5.13.0"
40
41 -S=${WORKDIR}/${MYP}
42 +S="${WORKDIR}/${MYP}"
43
44 -src_compile () {
45 - export WX_GTK_VER="2.6"
46 +pkg_setup() {
47 if use unicode; then
48 need-wxwidgets unicode
49 else
50 - need-wxwidgets gtk2
51 + need-wxwidgets ansi
52 fi
53 +}
54 +
55 +src_compile () {
56
57 # consistent package names
58 sed -i \
59 @@ -54,7 +58,7 @@
60 make_desktop_entry wxmaxima "wxMaxima ${PV}" wxmaxima \
61 "Science;Math;Education"
62
63 - dosym ${PORTDIR}/licenses/${LICENSE} /usr/share/${PN}/COPYING
64 + dosym "${PORTDIR}"/licenses/${LICENSE} /usr/share/${PN}/COPYING
65 dodir /usr/share/doc/${PF}
66 dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
67 dodoc AUTHORS
68
69
70
71 1.7 sci-mathematics/wxmaxima/ChangeLog
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.7&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.7&content-type=text/plain
75 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.6&r2=1.7
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
80 retrieving revision 1.6
81 retrieving revision 1.7
82 diff -u -r1.6 -r1.7
83 --- ChangeLog 29 Sep 2007 00:16:14 -0000 1.6
84 +++ ChangeLog 4 Dec 2007 11:58:39 -0000 1.7
85 @@ -1,6 +1,10 @@
86 # ChangeLog for sci-mathematics/wxmaxima
87 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.6 2007/09/29 00:16:14 dirtyepic Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.7 2007/12/04 11:58:39 bicatali Exp $
90 +
91 + 04 Dec 2007; Sébastien Fabbro <bicatali@g.o>
92 + wxmaxima-0.7.3a.ebuild:
93 + Modernized with newer wxwigets eclass, fixed missing running dependencies
94
95 29 Sep 2007; Ryan Hill <dirtyepic@g.o> wxmaxima-0.7.1.ebuild,
96 wxmaxima-0.7.3a.ebuild:
97
98
99
100 --
101 gentoo-commits@g.o mailing list