From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 150ED139694 for ; Thu, 2 Mar 2017 15:10:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D65021C06D; Thu, 2 Mar 2017 15:10:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3897A21C06D for ; Thu, 2 Mar 2017 15:10:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC5483416EE for ; Thu, 2 Mar 2017 15:10:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8EB5859E6 for ; Thu, 2 Mar 2017 15:10:36 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1488467422.56fbebe8faf712c73564053614d25f3444a18c50.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/YAML/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/YAML/YAML-1.0.6-r2.ebuild X-VCS-Directories: dev-php/YAML/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 56fbebe8faf712c73564053614d25f3444a18c50 X-VCS-Branch: master Date: Thu, 2 Mar 2017 15:10:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bef00578-448a-44a9-9783-0850e8c5a99a X-Archives-Hash: 928e0889008d5f9834fc8ee5a8c2248e commit: 56fbebe8faf712c73564053614d25f3444a18c50 Author: Brian Evans gentoo org> AuthorDate: Thu Mar 2 15:10:22 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Thu Mar 2 15:10:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56fbebe8 dev-php/YAML: New revision to utilize the php-pear-r2 eclass Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-php/YAML/YAML-1.0.6-r2.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 00000000000..e0c37b93855 --- /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=""