From: Brian Evans Date: Thu, 2 Mar 2017 15:10:22 +0000 (-0500) Subject: dev-php/YAML: New revision to utilize the php-pear-r2 eclass X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56fbebe8faf712c73564053614d25f3444a18c50;p=gentoo.git dev-php/YAML: New revision to utilize the php-pear-r2 eclass Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/dev-php/YAML/YAML-1.0.6-r2.ebuild b/dev-php/YAML/YAML-1.0.6-r2.ebuild new file mode 100644 index 000000000000..e0c37b93855f --- /dev/null +++ b/dev-php/YAML/YAML-1.0.6-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PHP_PEAR_CHANNEL="${FILESDIR}/channel.xml" +PHP_PEAR_URI="pear.symfony-project.com" +PHP_PEAR_PN="YAML" + +inherit php-pear-r2 + +DESCRIPTION="The Symfony YAML Component" +HOMEPAGE="http://pear.symfony-project.com/" +SRC_URI="http://pear.symfony-project.com/get/${PEAR_P}.tgz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~x86" +IUSE=""