# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" PHP_PEAR_PN="${PN}" PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" inherit php-pear-lib-r1 DESCRIPTION="The Symfony 2 YAML Component." HOMEPAGE="http://pear.symfony.com" SRC_URI="http://pear.symfony.com/get/${PHP_PEAR_PN}-${PHP_PEAR_PV}.tgz" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="unicode" RDEPEND="unicode? ( dev-lang/php[unicode] ) !unicode? ( dev-lang/php[iconv] )" DEPEND=">=dev-php/pear-1.9.4"