Gentoo Archives: gentoo-commits

From: "Ole Markus With (olemarkus)" <olemarkus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/pecl-pam: pecl-pam-1.0.3.ebuild ChangeLog pecl-pam-1.0.2-r1.ebuild
Date: Tue, 05 Mar 2013 11:34:46
Message-Id: 20130305113441.01D1C2171D@flycatcher.gentoo.org
1 olemarkus 13/03/05 11:34:40
2
3 Modified: ChangeLog
4 Added: pecl-pam-1.0.3.ebuild
5 Removed: pecl-pam-1.0.2-r1.ebuild
6 Log:
7 Version bump
8
9 (Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key C4A92BF5)
10
11 Revision Changes Path
12 1.2 dev-php/pecl-pam/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-pam/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-pam/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-pam/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 14 Dec 2011 22:44:42 -0000 1.1
25 +++ ChangeLog 5 Mar 2013 11:34:40 -0000 1.2
26 @@ -1,6 +1,12 @@
27 -# ChangeLog for dev-php5/pecl-pam
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v 1.1 2011/12/14 22:44:42 mabi Exp $
30 +# ChangeLog for dev-php/pecl-pam
31 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
32 +# $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/ChangeLog,v 1.2 2013/03/05 11:34:40 olemarkus Exp $
33 +
34 +*pecl-pam-1.0.3 (05 Mar 2013)
35 +
36 + 05 Mar 2013; Ole Markus With <olemarkus@g.o> +pecl-pam-1.0.3.ebuild,
37 + -pecl-pam-1.0.2-r1.ebuild:
38 + Version bump
39
40 *pecl-pam-1.0.2-r1 (04 Nov 2010)
41
42 @@ -34,4 +40,3 @@
43 13 Nov 2007; Jakub Moc <jakub@g.o> +metadata.xml,
44 +pecl-pam-1.0.1.ebuild:
45 New ebuild
46 -
47
48
49
50 1.1 dev-php/pecl-pam/pecl-pam-1.0.3.ebuild
51
52 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-pam/pecl-pam-1.0.3.ebuild?rev=1.1&view=markup
53 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/pecl-pam/pecl-pam-1.0.3.ebuild?rev=1.1&content-type=text/plain
54
55 Index: pecl-pam-1.0.3.ebuild
56 ===================================================================
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Header: /var/cvsroot/gentoo-x86/dev-php/pecl-pam/pecl-pam-1.0.3.ebuild,v 1.1 2013/03/05 11:34:40 olemarkus Exp $
60
61 EAPI=5
62
63 PHP_EXT_NAME="pam"
64 PHP_EXT_INI="yes"
65 PHP_EXT_ZENDEXT="no"
66 DOCS="README"
67
68 inherit php-ext-pecl-r2 pam
69
70 KEYWORDS="~amd64 ~x86"
71
72 DESCRIPTION="This extension provides PAM (Pluggable Authentication Modules) integration."
73 LICENSE="PHP-2.02"
74 SLOT="0"
75 IUSE="debug"
76
77 DEPEND="sys-libs/pam"
78 RDEPEND="${DEPEND}"
79
80 src_configure() {
81 my_conf="--with-pam=/usr $(use_enable debug)"
82 php-ext-source-r2_src_configure
83 }
84
85 src_install() {
86 pamd_mimic_system php auth account password
87 php-ext-pecl-r2_src_install
88 }