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 06EF7139085 for ; Mon, 9 Jan 2017 16:25:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ADCAE0C73; Mon, 9 Jan 2017 16:25:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 33C3EE0C73 for ; Mon, 9 Jan 2017 16:25:45 +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 A73EA34166A for ; Mon, 9 Jan 2017 16:25:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7F6E2601 for ; Mon, 9 Jan 2017 16:25:41 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1483979106.b8f69b28c853e480dee4a8ebb45f94d63105d0b0.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-System_Command/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild dev-php/PEAR-System_Command/metadata.xml X-VCS-Directories: dev-php/PEAR-System_Command/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b8f69b28c853e480dee4a8ebb45f94d63105d0b0 X-VCS-Branch: master Date: Mon, 9 Jan 2017 16:25:41 +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: 288888d4-6432-4713-8460-085e53740eed X-Archives-Hash: c78fcb25a8d9bf4609ed0a8263c0a6ad commit: b8f69b28c853e480dee4a8ebb45f94d63105d0b0 Author: Michael Orlitzky gentoo org> AuthorDate: Mon Jan 9 16:24:47 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Mon Jan 9 16:25:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f69b28 dev-php/PEAR-System_Command: new EAPI=6 revision sans the php-pear-r1 eclass. Package-Manager: portage-2.3.0 .../PEAR-System_Command-1.0.8-r1.ebuild | 28 ++++++++++++++++++++++ dev-php/PEAR-System_Command/metadata.xml | 11 +++++---- 2 files changed, 35 insertions(+), 4 deletions(-) diff --git a/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild new file mode 100644 index 00000000..81fad64 --- /dev/null +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.8-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN="${PN/PEAR-/}" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="PHP command-line execution interface" +HOMEPAGE="http://pear.php.net/package/${MY_PN}" +SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz" +LICENSE="PHP-3.01" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="examples" + +RDEPEND="dev-lang/php:* + dev-php/PEAR-PEAR" + +S="${WORKDIR}/${MY_P}" + +src_install() { + use examples && dodoc -r docs/test.php + + insinto /usr/share/php + doins -r System +} diff --git a/dev-php/PEAR-System_Command/metadata.xml b/dev-php/PEAR-System_Command/metadata.xml index aca4293..fb8ba26 100644 --- a/dev-php/PEAR-System_Command/metadata.xml +++ b/dev-php/PEAR-System_Command/metadata.xml @@ -1,8 +1,11 @@ - - php-bugs@gentoo.org - PHP - + + php-bugs@gentoo.org + PHP + + + pear/System_Command +