From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003348-garchives=archives.gentoo.org@lists.gentoo.org> 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 E63951382C5 for <garchives@archives.gentoo.org>; Tue, 13 Feb 2018 19:18:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 41791E0D09; Tue, 13 Feb 2018 19:18:50 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 1B541E0D09 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 19:18:50 +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 37DD1335C43 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 19:18:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB5261F1 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Feb 2018 19:18:47 +0000 (UTC) From: "Brian Evans" <grknight@gentoo.org> 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" <grknight@gentoo.org> Message-ID: <1518549512.2eceaa3771c471279704c14e1164ec99aa0e3057.grknight@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_CHAP/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r1.ebuild X-VCS-Directories: dev-php/PEAR-Crypt_CHAP/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: 2eceaa3771c471279704c14e1164ec99aa0e3057 X-VCS-Branch: master Date: Tue, 13 Feb 2018 19:18:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2e28778b-faef-4d13-92c7-7cc475559f16 X-Archives-Hash: bed99c1d3605531e01db2e598a4cfc5f commit: 2eceaa3771c471279704c14e1164ec99aa0e3057 Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Tue Feb 13 18:17:28 2018 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Tue Feb 13 19:18:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eceaa37 dev-php/PEAR-Crypt_CHAP: Drop old revision Package-Manager: Portage-2.3.24, Repoman-2.3.6 .../PEAR-Crypt_CHAP-1.5.0-r1.ebuild | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r1.ebuild b/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r1.ebuild deleted file mode 100644 index f924f90e41a..00000000000 --- a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit php-pear-r2 - -DESCRIPTION="Generating CHAP packets" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" -IUSE="test" -RDEPEND="dev-lang/php:*[crypt,hash]" -DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )" - -src_install() { - php-pear-r2_src_install - insinto /usr/share/php/Crypt - doins CHAP.php -} - -src_test() { - pear run-tests tests/Crypt_CHAP.phpt || die -}