# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/iojs/iojs-1.5.1.ebuild,v 1.2 2015/04/02 18:30:40 mr_bones_ Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) MY_PV="v${PV}" MY_P="${PN}-${MY_PV}" inherit python-any-r1 pax-utils toolchain-funcs flag-o-matic DESCRIPTION="An npm compatible platform originally based on node.js" HOMEPAGE="http://iojs.org/" SRC_URI="http://iojs.org/dist/${MY_PV}/${MY_P}.tar.xz" LICENSE="Apache-1.1 Apache-2.0 BSD BSD-2 MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~x64-macos" IUSE="icu +npm snapshot" RDEPEND="!!net-libs/nodejs >=dev-libs/openssl-1.0.1j[-bindist]