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 83CB2139694 for ; Wed, 8 Mar 2017 13:26:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D36A8E0C62; Wed, 8 Mar 2017 13:26:14 +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 A16C4E0C62 for ; Wed, 8 Mar 2017 13:26:14 +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 874383416A6 for ; Wed, 8 Mar 2017 13:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7CA76112 for ; Wed, 8 Mar 2017 13:26:11 +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: <1488978797.e0acd95810e5b68ce8246d99439cde88c702fbbd.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-PHP_Shell/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-PHP_Shell/Manifest dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild dev-php/PEAR-PHP_Shell/metadata.xml X-VCS-Directories: dev-php/PEAR-PHP_Shell/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: e0acd95810e5b68ce8246d99439cde88c702fbbd X-VCS-Branch: master Date: Wed, 8 Mar 2017 13:26:11 +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: 35fe783a-3c9e-4dd7-8c2a-efaf2dab234e X-Archives-Hash: 4918338d5c6b654b954c1af3273000df commit: e0acd95810e5b68ce8246d99439cde88c702fbbd Author: Michael Orlitzky gentoo org> AuthorDate: Wed Mar 8 13:12:12 2017 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Wed Mar 8 13:13:17 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0acd958 dev-php/PEAR-PHP_Shell: remove masked package. Gentoo-Bug: 606836 dev-php/PEAR-PHP_Shell/Manifest | 1 - dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild | 30 ---------------------- dev-php/PEAR-PHP_Shell/metadata.xml | 11 -------- 3 files changed, 42 deletions(-) diff --git a/dev-php/PEAR-PHP_Shell/Manifest b/dev-php/PEAR-PHP_Shell/Manifest deleted file mode 100644 index 6aab774452f..00000000000 --- a/dev-php/PEAR-PHP_Shell/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PHP_Shell-0.3.2.tgz 99252 SHA256 d17c4986ebb5124a056c314d08be98f6b8b23ce1859b8683f105db4be76c02b5 SHA512 aa2779c4d3d793b4658d866c58a7cf66c0536f3fa44ab8381cf889712854403af2a46a109699f52f0eba07687fa6c0f8202b3c32f9d8e9cef9568fa3d0606c33 WHIRLPOOL 1ee8a6f29f2379977c5db3a0766f6017301b42ea63190934e285cd9cdd32951a9a35cb79bb1d5bd7437b3a7ecf50845688462f79e3602bb1ad8f81ae72d4ed23 diff --git a/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild b/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild deleted file mode 100644 index f123654af29..00000000000 --- a/dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit php-pear-r1 - -DESCRIPTION="A shell for PHP with history and tab-completion" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="auto-completion" - -RDEPEND=">=dev-lang/php-5.3[tokenizer] - auto-completion? ( dev-lang/php[readline] )" - -src_prepare() { - # Fill in Gentoo values for placeholders - sed -i -e "s~@php_bin@~${EPREFIX}/usr/bin/php~" \ - -e "s~@php_dir@~${EPREFIX}/usr/share/php/scripts~" "${S}/scripts/php-shell.sh" || die - # Fix version value. Upstream forgot to update in code but made a release anyway - sed -i "s/$version = '0.3.1'/$version = '0.3.2'/" "${S}/PHP/Shell.php" || die -} - -src_install() { - php-pear-r1_src_install - dobin scripts/php-shell.sh - dosym php-shell.sh /usr/bin/php-shell -} diff --git a/dev-php/PEAR-PHP_Shell/metadata.xml b/dev-php/PEAR-PHP_Shell/metadata.xml deleted file mode 100644 index 4e49b07f84d..00000000000 --- a/dev-php/PEAR-PHP_Shell/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - php-bugs@gentoo.org - PHP - - - Enable tab-completion - -