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/udav: udav-0.6.ebuild ChangeLog udav-0.5.1.ebuild
Date: Mon, 04 Jan 2010 12:07:27
Message-Id: E1NRliT-0005ne-9n@stork.gentoo.org
1 grozin 10/01/04 12:07:21
2
3 Modified: ChangeLog
4 Added: udav-0.6.ebuild
5 Removed: udav-0.5.1.ebuild
6 Log:
7 Version bump
8 (Portage version: 2.2_rc61/cvs/Linux i686)
9
10 Revision Changes Path
11 1.5 sci-visualization/udav/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 26 Nov 2009 19:51:43 -0000 1.4
24 +++ ChangeLog 4 Jan 2010 12:07:20 -0000 1.5
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-visualization/udav
27 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.4 2009/11/26 19:51:43 bicatali Exp $
29 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/ChangeLog,v 1.5 2010/01/04 12:07:20 grozin Exp $
31 +
32 +*udav-0.6 (04 Jan 2010)
33 +
34 + 04 Jan 2010; Andrey Grozin <grozin@g.o> -udav-0.5.1.ebuild,
35 + +udav-0.6.ebuild, +files/udav-0.6-pro.patch:
36 + Version bump
37
38 *udav-0.5.2 (26 Nov 2009)
39
40
41
42
43 1.1 sci-visualization/udav/udav-0.6.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/udav-0.6.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-visualization/udav/udav-0.6.ebuild?rev=1.1&content-type=text/plain
47
48 Index: udav-0.6.ebuild
49 ===================================================================
50 # Copyright 1999-2010 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/sci-visualization/udav/udav-0.6.ebuild,v 1.1 2010/01/04 12:07:20 grozin Exp $
53
54 EAPI=2
55 inherit qt4 fdo-mime
56
57 DESCRIPTION="Universal Data Array Visualization"
58 HOMEPAGE="http://udav.sourceforge.net/"
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~amd64 ~x86"
62 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
63 RDEPEND=">=sci-libs/mathgl-1.10[qt4,hdf5]"
64 DEPEND="${RDEPEND}"
65
66 src_prepare() {
67 epatch "${FILESDIR}"/${P}-pro.patch
68 }
69
70 src_compile() {
71 eqmake4
72 emake || die "emake failed"
73 }
74
75 src_install() {
76 emake INSTALL_ROOT="${D}" install || die "emake install failed"
77
78 dosym /usr/share/icons/hicolor/64x64/apps/${PN}.png \
79 /usr/share/pixmaps/${PN}.png
80 }
81
82 pkg_postinst() {
83 fdo-mime_desktop_database_update
84 }
85
86 pkg_postrm() {
87 fdo-mime_desktop_database_update
88 }