Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Crypt_CHAP/
Date: Tue, 13 Feb 2018 19:18:51
Message-Id: 1518549512.2eceaa3771c471279704c14e1164ec99aa0e3057.grknight@gentoo
1 commit: 2eceaa3771c471279704c14e1164ec99aa0e3057
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 13 18:17:28 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 13 19:18:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eceaa37
7
8 dev-php/PEAR-Crypt_CHAP: Drop old revision
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 .../PEAR-Crypt_CHAP-1.5.0-r1.ebuild | 25 ----------------------
13 1 file changed, 25 deletions(-)
14
15 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
16 deleted file mode 100644
17 index f924f90e41a..00000000000
18 --- a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -inherit php-pear-r2
27 -
28 -DESCRIPTION="Generating CHAP packets"
29 -
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
33 -IUSE="test"
34 -RDEPEND="dev-lang/php:*[crypt,hash]"
35 -DEPEND="test? ( ${RDEPEND} dev-php/PEAR-PEAR )"
36 -
37 -src_install() {
38 - php-pear-r2_src_install
39 - insinto /usr/share/php/Crypt
40 - doins CHAP.php
41 -}
42 -
43 -src_test() {
44 - pear run-tests tests/Crypt_CHAP.phpt || die
45 -}