Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/libh2o: ChangeLog libh2o-0.2.ebuild
Date: Wed, 06 Jun 2012 15:33:56
Message-Id: 20120606153335.F01CD2004B@flycatcher.gentoo.org
1 mgorny 12/06/06 15:33:35
2
3 Modified: ChangeLog
4 Added: libh2o-0.2.ebuild
5 Log:
6 Version bump. The new version introduces equations for heat capacity & speed of sound.
7
8 (Portage version: 2.2.0_alpha109_p1/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sci-libs/libh2o/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2o/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2o/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2o/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 5 Jun 2012 15:42:09 -0000 1.2
24 +++ ChangeLog 6 Jun 2012 15:33:35 -0000 1.3
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-libs/libh2o
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.2 2012/06/05 15:42:09 mgorny Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.3 2012/06/06 15:33:35 mgorny Exp $
30 +
31 +*libh2o-0.2 (06 Jun 2012)
32 +
33 + 06 Jun 2012; Michał Górny <mgorny@g.o> +libh2o-0.2.ebuild:
34 + Version bump. The new version introduces equations for heat capacity & speed
35 + of sound.
36
37 05 Jun 2012; Michał Górny <mgorny@g.o> metadata.xml:
38 Update issue tracker URI.
39
40
41
42 1.1 sci-libs/libh2o/libh2o-0.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2o/libh2o-0.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/libh2o/libh2o-0.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: libh2o-0.2.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-0.2.ebuild,v 1.1 2012/06/06 15:33:35 mgorny Exp $
52
53 EAPI=4
54
55 inherit autotools-utils
56
57 DESCRIPTION="Library of routines for IF97 water & steam properties"
58 HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
59 SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2"
60
61 LICENSE="BSD"
62 SLOT="0"
63 KEYWORDS="~amd64 ~x86"
64 IUSE="debug static-libs"
65
66 src_configure() {
67 local myeconfargs=(
68 $(use_enable debug)
69 )
70
71 autotools-utils_src_configure
72 }