2014-04-01 10:21:50 +04:00
|
|
|
# Copyright 1999-2014 Gentoo Foundation
|
2012-12-15 22:36:06 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
2014-07-07 10:29:42 +04:00
|
|
|
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyh2o/pyh2o-9999.ebuild,v 1.8 2014/07/06 13:17:59 mgorny Exp $
|
2012-12-15 22:36:06 +04:00
|
|
|
|
2012-12-18 16:20:47 +04:00
|
|
|
EAPI=5
|
2014-04-01 10:21:50 +04:00
|
|
|
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
|
2012-12-15 22:36:06 +04:00
|
|
|
|
|
|
|
inherit distutils-r1
|
|
|
|
|
|
|
|
#if LIVE
|
|
|
|
AUTOTOOLS_AUTORECONF=yes
|
|
|
|
EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git"
|
|
|
|
|
2013-10-15 10:18:55 +04:00
|
|
|
inherit git-r3
|
2012-12-15 22:36:06 +04:00
|
|
|
#endif
|
|
|
|
|
|
|
|
DESCRIPTION="Library of routines for IF97 water & steam properties"
|
|
|
|
HOMEPAGE="https://bitbucket.org/mgorny/libh2o/"
|
2014-07-07 10:29:42 +04:00
|
|
|
SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2"
|
2012-12-15 22:36:06 +04:00
|
|
|
|
|
|
|
LICENSE="BSD"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
|
|
|
IUSE=""
|
|
|
|
|
2013-08-08 13:33:51 +04:00
|
|
|
RDEPEND=">=sci-libs/libh2o-0.2.1"
|
|
|
|
DEPEND="${RDEPEND}"
|
2012-12-15 22:36:06 +04:00
|
|
|
#if LIVE
|
2013-10-15 10:18:55 +04:00
|
|
|
|
2012-12-15 22:36:06 +04:00
|
|
|
KEYWORDS=
|
|
|
|
SRC_URI=
|
|
|
|
#endif
|