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 B6E7B1382C5 for ; Tue, 24 Apr 2018 20:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 949E9E09A1; Tue, 24 Apr 2018 20:33:41 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F112E09A1 for ; Tue, 24 Apr 2018 20:33:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40776335C30 for ; Tue, 24 Apr 2018 20:33:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5790029C for ; Tue, 24 Apr 2018 20:33:37 +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: <1524602008.8dccee51d5993a5540dd3f1f6f014bd849b9892a.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-VersionControl_SVN/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild X-VCS-Directories: dev-php/PEAR-VersionControl_SVN/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 8dccee51d5993a5540dd3f1f6f014bd849b9892a X-VCS-Branch: master Date: Tue, 24 Apr 2018 20:33:37 +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: c9be3c41-f6cc-4842-918c-6f0a81057d1e X-Archives-Hash: 30005bc35a8d7ebff039930110853438 commit: 8dccee51d5993a5540dd3f1f6f014bd849b9892a Author: Brian Evans gentoo org> AuthorDate: Tue Apr 24 20:31:51 2018 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Apr 24 20:33:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dccee51 dev-php/PEAR-VersionControl_SVN: Drop down to unstable, no stable deps Package-Manager: Portage-2.3.31, Repoman-2.3.9 .../PEAR-VersionControl_SVN-0.5.2.ebuild | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild b/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild deleted file mode 100644 index b5fa0ac5649..00000000000 --- a/dev-php/PEAR-VersionControl_SVN/PEAR-VersionControl_SVN-0.5.2.ebuild +++ /dev/null @@ -1,19 +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="Simple OO wrapper interface for the Subversion command-line client" -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="" -RDEPEND="" - -src_prepare() { - einfo "Patching SVN.php and SVN/Command.php to use proper paths by default" - sed -i -e 's:/usr/local:/usr:g' VersionControl/SVN.php || die "sed failed" - sed -i -e 's:/usr/local:/usr:g' VersionControl/SVN/Command.php || die "sed failed" -}