Gentoo Archives: gentoo-commits

From: "Andrey Grozin (grozin)" <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/extrema: ChangeLog extrema-4.3.6.ebuild
Date: Mon, 02 Jun 2008 10:23:57
Message-Id: E1K37Ci-0005NG-2U@stork.gentoo.org
1 grozin 08/06/02 10:23:52
2
3 Modified: ChangeLog
4 Added: extrema-4.3.6.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.4 sci-visualization/extrema/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 15 May 2008 12:21:37 -0000 1.3
23 +++ ChangeLog 2 Jun 2008 10:23:51 -0000 1.4
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-visualization/extrema
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.3 2008/05/15 12:21:37 rich0 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.4 2008/06/02 10:23:51 grozin Exp $
29 +
30 +*extrema-4.3.6 (02 Jun 2008)
31 +
32 + 02 Jun 2008; Andrey Grozin <grozin@g.o> +extrema-4.3.6.ebuild:
33 + Version bump
34
35 15 May 2008; Richard Freeman <rich0@g.o> extrema-4.3.5.ebuild:
36 keyword ~amd64 - 220169
37
38
39
40 1.1 sci-visualization/extrema/extrema-4.3.6.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/extrema-4.3.6.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/extrema-4.3.6.ebuild?rev=1.1&content-type=text/plain
44
45 Index: extrema-4.3.6.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.6.ebuild,v 1.1 2008/06/02 10:23:51 grozin Exp $
50
51 WX_GTK_VER="2.8"
52 inherit eutils fdo-mime wxwidgets
53
54 DESCRIPTION="Interactive data analysis and visualization tool"
55 HOMEPAGE="http://exsitewebware.com/extrema/"
56 SLOT="0"
57 LICENSE="GPL-2"
58 KEYWORDS="~amd64 ~x86"
59 IUSE="doc examples"
60 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
61 DEPEND=">=x11-libs/wxGTK-2.8.7
62 dev-util/desktop-file-utils"
63
64 src_compile() {
65 # extrema cannot be compiled with versions of minuit
66 # available in portage
67 econf --enable-shared || die "econf failed"
68 emake || die "emake failed"
69 }
70
71 src_install() {
72 # The upstream Makefile is mostly OK, but for a few files
73 # cp to a hard-coded directory is used, ignoring $(DESTDIR)
74 # This problem is solved by einstall
75 einstall || die "einstall failed"
76
77 make_desktop_entry ${PN}
78 dodir /usr/share/icons/hicolor
79 tar xjf extrema_icons.tar.bz2 -C "${D}usr/share/icons/hicolor"
80 dosym /usr/share/icons/hicolor/48x48/apps/extrema.png /usr/share/pixmaps/extrema.png
81
82 dodoc AUTHORS ChangeLog || die "dodoc failed"
83 if use doc; then
84 insinto /usr/share/doc/${PF}
85 doins doc/*.pdf
86 fi
87
88 if use examples; then
89 dodir /usr/share/doc/${PF}/examples
90 insinto /usr/share/doc/${PF}/examples
91 doins Scripts/*.pcm Scripts/*.dat
92 fi
93 }
94
95 pkg_postinst() {
96 fdo-mime_desktop_database_update
97 }
98
99 pkg_postrm() {
100 fdo-mime_desktop_database_update
101 }
102
103
104
105 --
106 gentoo-commits@l.g.o mailing list