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/pecl-pam/
Date: Thu, 01 Dec 2016 19:53:46
Message-Id: 1480622014.208d91d4065ea4a510162a837fc4114f93c77365.grknight@gentoo
1 commit: 208d91d4065ea4a510162a837fc4114f93c77365
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 1 19:52:52 2016 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 1 19:53:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=208d91d4
7
8 dev-php/pecl-pam: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 dev-php/pecl-pam/pecl-pam-1.0.3-r1.ebuild | 34 -------------------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/dev-php/pecl-pam/pecl-pam-1.0.3-r1.ebuild b/dev-php/pecl-pam/pecl-pam-1.0.3-r1.ebuild
16 deleted file mode 100644
17 index 1830941..00000000
18 --- a/dev-php/pecl-pam/pecl-pam-1.0.3-r1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -
27 -PHP_EXT_NAME="pam"
28 -PHP_EXT_INI="yes"
29 -PHP_EXT_ZENDEXT="no"
30 -DOCS="README"
31 -
32 -USE_PHP="php5-6 php5-5 php5-4"
33 -
34 -inherit php-ext-pecl-r2 pam
35 -
36 -KEYWORDS="~amd64 ~x86"
37 -
38 -DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) integration"
39 -LICENSE="PHP-2.02"
40 -SLOT="0"
41 -IUSE="debug"
42 -
43 -DEPEND="sys-libs/pam"
44 -RDEPEND="${DEPEND}"
45 -
46 -src_configure() {
47 - my_conf="--with-pam=/usr $(use_enable debug)"
48 - php-ext-source-r2_src_configure
49 -}
50 -
51 -src_install() {
52 - pamd_mimic_system php auth account password
53 - php-ext-pecl-r2_src_install
54 -}