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, 20 Mar 2018 14:52:54
Message-Id: 1521557553.a2bd19a5fb4208cc4877863e4ab33756bb8dd939.grknight@gentoo
1 commit: a2bd19a5fb4208cc4877863e4ab33756bb8dd939
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 20 14:52:33 2018 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 20 14:52:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2bd19a5
7
8 dev-php/PEAR-Crypt_CHAP: Drop old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0.ebuild b/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0.ebuild
16 deleted file mode 100644
17 index c01dd008766..00000000000
18 --- a/dev-php/PEAR-Crypt_CHAP/PEAR-Crypt_CHAP-1.5.0.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="4"
25 -
26 -inherit php-pear-r1
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=""
34 -
35 -pkg_postinst() {
36 - if ! has_version "dev-lang/php[crypt,mhash]" ; then
37 - elog "${PN} can optionally use dev-lang/php crypt and mhash features."
38 - elog "If you want those, recompile dev-lang/php with these flags in USE."
39 - fi
40 -}