summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-06-05 15:37:48 +0000
committerMichał Górny <mgorny@gentoo.org>2012-06-05 15:37:48 +0000
commitafeeb5fc684f06adb4b79d7685a002bf076bda36 (patch)
tree9d25daa7229bb2b0c23a82eb2d3af7e3718e9cb9 /sci-libs/libh2o
parentAdded 5.3.13 RC 2 for testing (diff)
downloadhistorical-afeeb5fc684f06adb4b79d7685a002bf076bda36.tar.gz
historical-afeeb5fc684f06adb4b79d7685a002bf076bda36.tar.bz2
historical-afeeb5fc684f06adb4b79d7685a002bf076bda36.zip
Initial commit of libh2o, a lightweight library for properties of water and steam.
Package-Manager: portage-2.2.0_alpha109_p1/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/libh2o')
-rw-r--r--sci-libs/libh2o/ChangeLog11
-rw-r--r--sci-libs/libh2o/Manifest16
-rw-r--r--sci-libs/libh2o/libh2o-0.1.ebuild24
-rw-r--r--sci-libs/libh2o/metadata.xml15
4 files changed, 66 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/Manifest b/sci-libs/libh2o/Manifest
new file mode 100644
index 000000000000..0e9f1d102677
--- /dev/null
+++ b/sci-libs/libh2o/Manifest
@@ -0,0 +1,16 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST libh2o-0.1.tar.bz2 288976 RMD160 acd2df852a16c054582fa390a20836308eb22c37 SHA1 da73b402d951896000d25d0b86f36fea356673c8 SHA256 29dfde20b7be9c5819b5bec27c663d122113647adab54bfef7313188dff8ecc0
+EBUILD libh2o-0.1.ebuild 601 RMD160 60e34a96d87c28e1ec9fe74685aa642de92bfa5b SHA1 654405bc471ad6b83586080f830f84902ca02af8 SHA256 ab9ad1e2520d439c4d20e4459aca07a9cbc95c846e19c1c4fc26f22a628599b3
+MISC ChangeLog 405 RMD160 e8d1ee487f192b01ed738c0a4ad39fd51c1871e2 SHA1 950e07f08f0273d7d847b976917b6bfd5ed80416 SHA256 4cf6c89918ec2cb38e9291526463c6d549b8a3f87dab43152abb9042d93f0c91
+MISC metadata.xml 434 RMD160 96c55cc5c952594bb48b63a4b469bb99f128101c SHA1 bd8de0e990c907e4753721ca6ea9a8d066da268a SHA256 f4f42cf817145a6bb06821b336039ec29a88cb9cbed53db4ed778adbffc304ba
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.19 (GNU/Linux)
+
+iJwEAQEIAAYFAk/OKCUACgkQfXuS5UK5QB1URwQAk7ZgmrmG7iOjwZAP4QMj/Arz
+6AvE2uZ3mkWFAbHIhUSZ0sXsIzFo+3VE+KFAD7ZT1NdBqx9RGysTnK0I2tVecUe0
+30QAFelXIAS3z5CcInY74iyrR+MZQ0slUAdDbUw9Esg9b1RmmC+mSx6u2okda1Q0
+4I/drua+FIXVIqQ4GnQ=
+=9ePx
+-----END PGP SIGNATURE-----
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>