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 460B8139694 for ; Tue, 28 Feb 2017 17:08:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47551E0CCA; Tue, 28 Feb 2017 17:08:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 27BE0E0CCA for ; Tue, 28 Feb 2017 17:08:35 +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 1C18934167E for ; Tue, 28 Feb 2017 17:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8732D57B7 for ; Tue, 28 Feb 2017 17:08:32 +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: <1488301698.1497595dd5a43e8b678168a9cb06369ad09e1fad.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pear/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pear/pear-1.10.3.ebuild X-VCS-Directories: dev-php/pear/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 1497595dd5a43e8b678168a9cb06369ad09e1fad X-VCS-Branch: master Date: Tue, 28 Feb 2017 17:08:32 +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: 0704a47f-fec7-4fcf-b2cf-1bcbcf67ce32 X-Archives-Hash: bf81d24d94174d837f2f6be5d27ca71e commit: 1497595dd5a43e8b678168a9cb06369ad09e1fad Author: Brian Evans gentoo org> AuthorDate: Tue Feb 28 17:08:18 2017 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 28 17:08:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1497595d dev-php/pear: Version bump Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-php/pear/pear-1.10.3.ebuild | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/dev-php/pear/pear-1.10.3.ebuild b/dev-php/pear/pear-1.10.3.ebuild new file mode 100644 index 0000000000..7fcd4b0e53 --- /dev/null +++ b/dev-php/pear/pear-1.10.3.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DESCRIPTION="PEAR - PHP Extension and Application Repository" +HOMEPAGE="http://pear.php.net/" +SRC_URI="" +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-php/PEAR-PEAR-${PVR}"