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 0E3AD139085 for ; Sun, 8 Jan 2017 21:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63C92E0CEF; Sun, 8 Jan 2017 21:35:19 +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 31461E0CEF for ; Sun, 8 Jan 2017 21:35:19 +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 393C034119A for ; Sun, 8 Jan 2017 21:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A33DF24EE for ; Sun, 8 Jan 2017 21:35:16 +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: <1483911282.b464601ccff1f4b39fc8615571ac22154ae09a1b.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild dev-php/PEAR-OLE/metadata.xml X-VCS-Directories: dev-php/PEAR-OLE/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: b464601ccff1f4b39fc8615571ac22154ae09a1b X-VCS-Branch: master Date: Sun, 8 Jan 2017 21:35:16 +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: 2eeae2d5-e97a-4edc-883c-e5f71fc73710 X-Archives-Hash: 9ae2abab382ffbae7f15815fd6d49f66 commit: b464601ccff1f4b39fc8615571ac22154ae09a1b Author: Michael Orlitzky gentoo org> AuthorDate: Sun Jan 8 21:34:25 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Sun Jan 8 21:34:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464601c dev-php/PEAR-OLE: new EAPI=6 revision sans the php-pear-r1 eclass. Package-Manager: portage-2.3.0 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild | 29 +++++++++++++++++++++++++++ dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild | 13 ------------ dev-php/PEAR-OLE/metadata.xml | 11 ++++++---- 3 files changed, 36 insertions(+), 17 deletions(-) diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild new file mode 100644 index 00000000..417452c --- /dev/null +++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN="${PN/PEAR-/}" +MY_PV="${PV/_/}" +MY_PV="${MY_PV^^}" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="Package for reading and writing OLE containers" +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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="dev-lang/php:* + dev-php/PEAR-PEAR" + +S="${WORKDIR}/${MY_P}" + +src_install() { + insinto /usr/share/php + doins "${MY_PN}.php" + doins -r "${MY_PN}" +} diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild deleted file mode 100644 index 602a4f9..00000000 --- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild +++ /dev/null @@ -1,13 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit php-pear-r1 - -DESCRIPTION="Package for reading and writing OLE containers" -LICENSE="PHP-2.02 PHP-3" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="" diff --git a/dev-php/PEAR-OLE/metadata.xml b/dev-php/PEAR-OLE/metadata.xml index aca4293..8ccf2b5 100644 --- a/dev-php/PEAR-OLE/metadata.xml +++ b/dev-php/PEAR-OLE/metadata.xml @@ -1,8 +1,11 @@ - - php-bugs@gentoo.org - PHP - + + php-bugs@gentoo.org + PHP + + + pear/OLE +