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: extrema-4.3.5.ebuild Manifest metadata.xml ChangeLog
Date: Sat, 03 May 2008 18:08:31
Message-Id: E1JsM9s-0007F5-Ix@stork.gentoo.org
1 grozin 08/05/03 18:08:28
2
3 Added: extrema-4.3.5.ebuild Manifest metadata.xml
4 ChangeLog
5 Log:
6 Initial import.
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.1 sci-visualization/extrema/extrema-4.3.5.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/extrema-4.3.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/extrema-4.3.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: extrema-4.3.5.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/extrema-4.3.5.ebuild,v 1.1 2008/05/03 18:08:28 grozin Exp $
20
21 WX_GTK_VER="2.8"
22 inherit eutils fdo-mime wxwidgets
23
24 DESCRIPTION="Interactive data analysis and visualization tool"
25 HOMEPAGE="http://exsitewebware.com/extrema/"
26 SLOT="0"
27 LICENSE="GPL-2"
28 KEYWORDS="~x86"
29 IUSE="doc examples"
30 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
31 DEPEND=">=x11-libs/wxGTK-2.8.7
32 dev-util/desktop-file-utils"
33
34 src_compile() {
35 # extrema cannot be compiled with versions of minuit
36 # available in portage
37 econf --enable-shared || die "econf failed"
38 emake || die "emake failed"
39 }
40
41 src_install() {
42 # The upstream Makefile is mostly OK, but for a few files
43 # cp to a hard-coded directory is used, ignoring $(DESTDIR)
44 # This problem is solved by einstall
45 einstall || die "einstall failed"
46
47 make_desktop_entry ${PN}
48 dodir /usr/share/icons/hicolor
49 tar xjf extrema_icons.tar.bz2 -C "${D}usr/share/icons/hicolor"
50 dosym /usr/share/icons/hicolor/48x48/apps/extrema.png /usr/share/pixmaps/extrema.png
51
52 dodoc AUTHORS ChangeLog || die "dodoc failed"
53 if use doc; then
54 insinto /usr/share/doc/${PF}
55 doins doc/*
56 fi
57
58 if use examples; then
59 dodir /usr/share/doc/${PF}/examples
60 insinto /usr/share/doc/${PF}/examples
61 doins Scripts/*
62 fi
63 }
64
65 pkg_postinst() {
66 fdo-mime_desktop_database_update
67 }
68
69 pkg_postrm() {
70 fdo-mime_desktop_database_update
71 }
72
73
74
75 1.1 sci-visualization/extrema/Manifest
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/Manifest?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/Manifest?rev=1.1&content-type=text/plain
79
80 Index: Manifest
81 ===================================================================
82 DIST extrema-4.3.5.tar.gz 6267856 RMD160 1a226a9e442f7c8007e7f9b7f8ec63e3919d2529 SHA1 ef1986293d530fc4372b32be3250e1538c2509ca SHA256 70a8db93e12c571724899f48abec5ecaf577fb039e7cb6360db0a93b7d64f433
83 EBUILD extrema-4.3.5.ebuild 1389 RMD160 101483bdfdbefb0235a3b70a4440b14d100e3d5f SHA1 a02cfe267634d38a906ce052b1195803be7df8ca SHA256 0088f83cba4909ff0c6b1fa2382584ba3402725d30a33eeb551a998b824bced2
84 MISC ChangeLog 264 RMD160 a88aa43cc1a7353a7895c7e4e9e0fefc9d60b45c SHA1 7771f9f1703490980e21915431858d57c1a0ce73 SHA256 61d5b07f26b1a2a5d56a3999c3f0a23a5e807b082684b6b599ea5094efa2ecc4
85 MISC metadata.xml 575 RMD160 5caa41391cb1bc18964be1137955dfa8f78bcbc6 SHA1 4f26d103d5de06c43cf07cf2378830811d19437f SHA256 c32b9b72b2e710e3b6a23b15fd74ab5e9f2611762057425cd28ee5e4f1cc823e
86
87
88
89 1.1 sci-visualization/extrema/metadata.xml
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/metadata.xml?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/metadata.xml?rev=1.1&content-type=text/plain
93
94 Index: metadata.xml
95 ===================================================================
96 <?xml version="1.0" encoding="UTF-8"?>
97 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
98 <pkgmetadata>
99 <herd>sci</herd>
100 <maintainer>
101 <email>grozin@g.o</email>
102 <name>Andrey Grozin</name>
103 </maintainer>
104 <longdescription>Extrema is a powerful visualization and data analysis tool that enables researchers to quickly distill their large, complex data sets into meaningful information. Its flexibility, sophistication, and power allow you to easily develop your own commands and create highly customized graphs.</longdescription>
105 </pkgmetadata>
106
107
108
109 1.1 sci-visualization/extrema/ChangeLog
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/ChangeLog?rev=1.1&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/extrema/ChangeLog?rev=1.1&content-type=text/plain
113
114 Index: ChangeLog
115 ===================================================================
116 # ChangeLog for sci-visualization/extrema
117 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
118 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/extrema/ChangeLog,v 1.1 2008/05/03 18:08:28 grozin Exp $
119
120 *extrema-4.3.5 (04 May 2008)
121
122 04 May 2008; Andrey Grozin <grozin@g.o> +metadata.xml,
123 +extrema-4.3.5.ebuild:
124 Initial import.
125
126
127
128
129 --
130 gentoo-commits@l.g.o mailing list