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