Gentoo Archives: gentoo-commits

From: "Michael Januszewski (spock)" <spock@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-misc/h5utils: ChangeLog h5utils-1.12.1.ebuild
Date: Tue, 04 Aug 2009 05:53:47
Message-Id: E1MYCy1-0000HK-Fo@stork.gentoo.org
1 spock 09/08/04 05:53:45
2
3 Modified: ChangeLog
4 Added: h5utils-1.12.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc33/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 sci-misc/h5utils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 6 Aug 2008 18:25:30 -0000 1.10
23 +++ ChangeLog 4 Aug 2009 05:53:45 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sci-misc/h5utils
26 -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v 1.10 2008/08/06 18:25:30 ulm Exp $
28 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/ChangeLog,v 1.11 2009/08/04 05:53:45 spock Exp $
30 +
31 +*h5utils-1.12.1 (04 Aug 2009)
32 +
33 + 04 Aug 2009; MichaƂ Januszewski <spock@g.o>
34 + +h5utils-1.12.1.ebuild:
35 + Version bump.
36
37 06 Aug 2008; Ulrich Mueller <ulm@g.o> metadata.xml:
38 Add USE flag description to metadata wrt GLEP 56.
39
40
41
42 1.1 sci-misc/h5utils/h5utils-1.12.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.12.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-misc/h5utils/h5utils-1.12.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: h5utils-1.12.1.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-misc/h5utils/h5utils-1.12.1.ebuild,v 1.1 2009/08/04 05:53:45 spock Exp $
52
53 inherit eutils autotools
54
55 DESCRIPTION="utilities for visualization and conversion of scientific data in the HDF5 format"
56 SRC_URI="http://ab-initio.mit.edu/h5utils/${P}.tar.gz"
57 HOMEPAGE="http://ab-initio.mit.edu/h5utils/"
58
59 LICENSE="GPL-2"
60 KEYWORDS="~x86 ~ppc ~amd64"
61
62 IUSE="octave"
63 SLOT="0"
64
65 DEPEND="sci-libs/hdf5"
66
67 src_compile() {
68 econf $(use_with octave) || die
69 emake || die
70 }
71
72 src_install() {
73 einstall || die
74 dodoc README NEWS AUTHORS
75 }