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.4.ebuild ChangeLog
Date: Sat, 19 Apr 2008 09:46:52
Message-Id: E1Jn9ej-0005qU-G4@stork.gentoo.org
1 bicatali 08/04/19 09:46:49
2
3 Modified: wxmaxima-0.7.4.ebuild ChangeLog
4 Log:
5 Fixed icon install
6 (Portage version: 2.1.5_rc4)
7
8 Revision Changes Path
9 1.6 sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild?r1=1.5&r2=1.6
14
15 Index: wxmaxima-0.7.4.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- wxmaxima-0.7.4.ebuild 18 Apr 2008 22:01:43 -0000 1.5
22 +++ wxmaxima-0.7.4.ebuild 19 Apr 2008 09:46:48 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 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.4.ebuild,v 1.5 2008/04/18 22:01:43 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/wxmaxima-0.7.4.ebuild,v 1.6 2008/04/19 09:46:48 bicatali Exp $
28
29 WX_GTK_VER="2.8"
30 inherit eutils autotools wxwidgets fdo-mime
31 @@ -46,7 +46,7 @@
32
33 src_install () {
34 emake DESTDIR="${D}" install || die "emake install failed"
35 - newicon maxima-new.png wxmaxima.png
36 + doicon wxmaxima.png
37 make_desktop_entry wxmaxima wxMaxima wxmaxima
38 dodir /usr/share/doc/${PF}
39 dosym /usr/share/${PN}/README /usr/share/doc/${PF}/README
40
41
42
43 1.16 sci-mathematics/wxmaxima/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.16&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?rev=1.16&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog?r1=1.15&r2=1.16
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v
52 retrieving revision 1.15
53 retrieving revision 1.16
54 diff -u -r1.15 -r1.16
55 --- ChangeLog 18 Apr 2008 22:01:43 -0000 1.15
56 +++ ChangeLog 19 Apr 2008 09:46:48 -0000 1.16
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sci-mathematics/wxmaxima
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.15 2008/04/18 22:01:43 maekke Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/wxmaxima/ChangeLog,v 1.16 2008/04/19 09:46:48 bicatali Exp $
62 +
63 + 19 Apr 2008; Sébastien Fabbro <bicatali@g.o>
64 + wxmaxima-0.7.4.ebuild:
65 + Fixed icon install
66
67 18 Apr 2008; Markus Meier <maekke@g.o> wxmaxima-0.7.4.ebuild:
68 amd64/x86 stable, bug #215787
69
70
71
72 --
73 gentoo-commits@l.g.o mailing list