public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] dev/mgorny:master commit in: sci-libs/pyh2o/
@ 2012-06-09  9:09 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2012-06-09  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2e15346ca171aaf15be48ff900bf88fb8017fd7f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  9 08:53:35 2012 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun  9 09:11:09 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=2e15346c

sci-libs/pyh2o: Initial ebuild for pyh2o, Python libh2o wrapper.

(Portage version: 2.2.0_alpha110_p3/git/Linux x86_64, unsigned Manifest commit)

---
 sci-libs/pyh2o/metadata.xml      |   15 +++++++++++++++
 sci-libs/pyh2o/pyh2o-9999.ebuild |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+), 0 deletions(-)

diff --git a/sci-libs/pyh2o/metadata.xml b/sci-libs/pyh2o/metadata.xml
new file mode 100644
index 0000000..07308e9
--- /dev/null
+++ b/sci-libs/pyh2o/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://bitbucket.org/mgorny/pyh2o/issues/</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/sci-libs/pyh2o/pyh2o-9999.ebuild b/sci-libs/pyh2o/pyh2o-9999.ebuild
new file mode 100644
index 0000000..41b2e3b
--- /dev/null
+++ b/sci-libs/pyh2o/pyh2o-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+PYTHON_COMPAT='python2_6 python2_7 python3_1 python3_2'
+
+inherit base python-distutils-ng
+
+#if LIVE
+AUTOTOOLS_AUTORECONF=yes
+EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+
+inherit git-2
+#endif
+
+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=""
+
+#if LIVE
+KEYWORDS=
+SRC_URI=
+#endif
+
+python_prepare_all() {
+	base_src_prepare
+}



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-06-09  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09  9:09 [gentoo-commits] dev/mgorny:master commit in: sci-libs/pyh2o/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox