diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-06-05 15:37:48 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-06-05 15:37:48 +0000 |
commit | 8c4b57f215150b0438cd3ec42b0e275d97334aa2 (patch) | |
tree | bab10f6532b8198db11666e0a1baadddeabb9016 /sci-libs/libh2o | |
parent | Added 5.3.13 RC 2 for testing (diff) | |
download | gentoo-2-8c4b57f215150b0438cd3ec42b0e275d97334aa2.tar.gz gentoo-2-8c4b57f215150b0438cd3ec42b0e275d97334aa2.tar.bz2 gentoo-2-8c4b57f215150b0438cd3ec42b0e275d97334aa2.zip |
Initial commit of libh2o, a lightweight library for properties of water and steam.
(Portage version: 2.2.0_alpha109_p1/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r-- | sci-libs/libh2o/ChangeLog | 11 | ||||
-rw-r--r-- | sci-libs/libh2o/libh2o-0.1.ebuild | 24 | ||||
-rw-r--r-- | sci-libs/libh2o/metadata.xml | 15 |
3 files changed, 50 insertions, 0 deletions
diff --git a/sci-libs/libh2o/ChangeLog b/sci-libs/libh2o/ChangeLog new file mode 100644 index 000000000000..a561e341e153 --- /dev/null +++ b/sci-libs/libh2o/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for sci-libs/libh2o +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/ChangeLog,v 1.1 2012/06/05 15:37:48 mgorny Exp $ + +*libh2o-0.1 (05 Jun 2012) + + 05 Jun 2012; Michał Górny <mgorny@gentoo.org> +libh2o-0.1.ebuild, + +metadata.xml: + Initial commit of libh2o, a lightweight library for properties of water and + steam. + diff --git a/sci-libs/libh2o/libh2o-0.1.ebuild b/sci-libs/libh2o/libh2o-0.1.ebuild new file mode 100644 index 000000000000..d920ddc60dd0 --- /dev/null +++ b/sci-libs/libh2o/libh2o-0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libh2o/libh2o-0.1.ebuild,v 1.1 2012/06/05 15:37:48 mgorny Exp $ + +EAPI=4 + +inherit autotools-utils + +DESCRIPTION="Library of routines for IF97 water & steam properties" +HOMEPAGE="https://bitbucket.org/mgorny/libh2o/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="debug static-libs" + +src_configure() { + local myeconfargs=( + $(use_enable debug) + ) + + autotools-utils_src_configure +} diff --git a/sci-libs/libh2o/metadata.xml b/sci-libs/libh2o/metadata.xml new file mode 100644 index 000000000000..f3dc89e32590 --- /dev/null +++ b/sci-libs/libh2o/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://github.com/mgorny/libh2o/issues/</bugs-to> + </upstream> +</pkgmetadata> |